{# Sphinx sidebar template: smart table of contents. Show a sidebar ToC that gives you a more global view of the documentation, and not the confusing cur/prev/next that is the default sidebar. The ToC will open & collapse automatically to show the part of the hierarchy you are in. Top-level items will always be visible. #}

{{ _('Table Of Contents') }}

{{ toctree(maxdepth=-1) }}