{# 'about.html' sidebar template element, as included from the 'Alabaster' official theme (see 'alabaster/alabaster/about.html' file in the 'bitprophet/alabaster' repo) but with h1 title changed to be the package name and release, e.g. 'cfdm 1.8.0', rather than the conf.py 'project' key. #} {% if theme_logo %}
{% if theme_logo_name|lower == 'true' %}
cfdm {{ release }}
{% endif %}
{{ 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 %} {% 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 %} {% endif %}