{# basic/globaltoc.html ~~~~~~~~~~~~~~~~~~~~ Sphinx sidebar template: global table of contents. :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. Modified to work properly with the index page #} {% if theme_logo %}

{{ project }}

{% endif %}

{% else %}

{{ project }}

{% endif %} {{ toctree(maxdepth=-1, collapse=False) }}