diff options
| author | Georg Brandl <georg@python.org> | 2014-09-30 22:56:38 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-09-30 22:56:38 +0200 |
| commit | 61bd1dcf9bde6e64408392765d649c057a8fc81b (patch) | |
| tree | 5947147361e896938f105eaebe90e0300ebb8345 /Doc/tools/indexsidebar.html | |
| parent | c8da4287a774fe8f26d6c47c501cf17a365ab922 (diff) | |
| download | cpython-git-61bd1dcf9bde6e64408392765d649c057a8fc81b.tar.gz | |
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
Diffstat (limited to 'Doc/tools/indexsidebar.html')
| -rw-r--r-- | Doc/tools/indexsidebar.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/tools/indexsidebar.html b/Doc/tools/indexsidebar.html new file mode 100644 index 0000000000..690c3d5277 --- /dev/null +++ b/Doc/tools/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/2.7/">Python 2.7 (stable)</a></li> + <li><a href="http://docs.python.org/3.4/">Python 3.4 (stable)</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> |
