dirty_cat has migrated to skrub. This package will no longer be maintained. Please use the new package instead!.

{% if "dev" in version %}

This is the documentation for the unstable development version.
Click here to go to the stable version documentation.

{% endif %} {% if theme_logo %}

{{ project }}

{% endif %}

Version {{ version }}

Other versions

{% else %}

{{ project }}

{% endif %} {% if theme_description %}

{{ theme_description }}

{% endif %} {% if theme_github_user and theme_github_repo %} {% if theme_github_button|lower == 'true' %}

{% endif %} {% endif %} {% if theme_travis_button|lower != 'false' %} {% if theme_travis_button|lower == 'true' %} {% set path = theme_github_user + '/' + theme_github_repo %} {% else %} {% set path = theme_travis_button %} {% endif %}

https://secure.travis-ci.org/{{ path }}.svg?branch={{ theme_badge_branch }}

{% endif %} {% if theme_codecov_button|lower != 'false' %} {% if theme_codecov_button|lower == 'true' %} {% set path = theme_github_user + '/' + theme_github_repo %} {% else %} {% set path = theme_codecov_button %} {% endif %}

https://codecov.io/github/{{ path }}/coverage.svg?branch={{ theme_badge_branch }}

{% endif %}