diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 07:41:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 07:41:02 (GMT) |
commit | 160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9 (patch) | |
tree | ceeec64ece058d00549a8c1094d1ba23ad26ba9a /Doc/tools/templates/indexsidebar.html | |
parent | 8a91c5b9999adea77031caf7e96b419b67d8a386 (diff) | |
download | cpython-160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9.zip cpython-160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9.tar.gz cpython-160cbce92adc3ccbe4ae6e231ea27fb5ff28dca9.tar.bz2 |
Move Sphinx templates and extensions to their own subdirs.
Diffstat (limited to 'Doc/tools/templates/indexsidebar.html')
-rw-r--r-- | Doc/tools/templates/indexsidebar.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html new file mode 100644 index 0000000..5c4c75d --- /dev/null +++ b/Doc/tools/templates/indexsidebar.html @@ -0,0 +1,17 @@ +<h3>Download</h3> +<p><a href="{{ pathto('download') }}">Download these documents</a></p> +<h3>Docs for other versions</h3> +<ul> + <li><a href="http://docs.python.org/3.4/">Python 3.4 (stable)</a></li> + <li><a href="http://docs.python.org/3.5/">Python 3.5 (in development)</a></li> + <li><a href="http://www.python.org/doc/versions/">Old versions</a></li> +</ul> + +<h3>Other resources</h3> +<ul> + {# XXX: many of these should probably be merged in the main docs #} + <li><a href="http://www.python.org/dev/peps/">PEP Index</a></li> + <li><a href="http://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li> + <li><a href="http://wiki.python.org/moin/PythonBooks">Book List</a></li> + <li><a href="http://www.python.org/doc/av/">Audio/Visual Talks</a></li> +</ul> |