summaryrefslogtreecommitdiff
path: root/_templates/globaltoc.html
diff options
context:
space:
mode:
Diffstat (limited to '_templates/globaltoc.html')
-rw-r--r--_templates/globaltoc.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_templates/globaltoc.html b/_templates/globaltoc.html
new file mode 100644
index 0000000..36894a8
--- /dev/null
+++ b/_templates/globaltoc.html
@@ -0,0 +1,11 @@
+{#
+ 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.
+#}
+<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
+{{ toctree(maxdepth=1) }}