cleanlab--cleanlab
7af62ded09
CI / Test: Python 3.10 on macos-13 (push) Has been cancelled
CI / Test: Python 3.11 on macos-13 (push) Has been cancelled
CI / Test: Python 3.8 on macos-13 (push) Has been cancelled
CI / Test: Python 3.9 on macos-13 (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.8 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.9 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.11 on windows-latest (push) Has been cancelled
GitHub Pages / deploy (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
CI / Test: Python 3.8 on windows-latest (push) Has been cancelled
CI / Test: Python 3.9 on windows-latest (push) Has been cancelled
CI / Test without optional dependencies and with minimum compatible versions of dependencies (push) Has been cancelled
CI / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
27 行
1.1 KiB
HTML
27 行
1.1 KiB
HTML
<a style="padding-bottom: 0px;" class="sidebar-brand{% if logo %} centered{% endif %}" href="{{ pathto(master_doc) }}">
|
|
{% block brand_content %}
|
|
{%- if logo_url %}
|
|
<div class="sidebar-logo-container">
|
|
<img class="sidebar-logo" src="{{ logo_url }}" alt="Logo" />
|
|
</div>
|
|
{%- endif %}
|
|
{%- if theme_light_logo and theme_dark_logo %}
|
|
<div class="sidebar-logo-container">
|
|
<img class="sidebar-logo only-light" src="{{ pathto('_static/' + theme_light_logo, 1) }}" alt="Light Logo" />
|
|
<img class="sidebar-logo only-dark" src="{{ pathto('_static/' + theme_dark_logo, 1) }}" alt="Dark Logo" />
|
|
</div>
|
|
{%- endif %}
|
|
{% if not theme_sidebar_hide_name %}
|
|
<span style="margin-bottom:0px" class="sidebar-brand-text">
|
|
{{ docstitle if docstitle else project }}
|
|
</span>
|
|
{%- endif %}
|
|
{% endblock brand_content %}
|
|
</a>
|
|
|
|
<div style="margin-left: 12px; margin-top: 4px;">
|
|
<a style="margin-top: 6px;" class="github-button" href="https://github.com/cleanlab/cleanlab" data-size="large" data-show-count="true"
|
|
aria-label="Star cleanlab/cleanlab on GitHub">Star</a>
|
|
</div>
|
|
|