diff options
author | Georg Brandl <georg@python.org> | 2009-02-13 09:08:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-02-13 09:08:34 (GMT) |
commit | 5b2cb1d56e3366dd75db86acacdbcb4b8cb8f62d (patch) | |
tree | 254ec7d713ac95201487b6c761470d04343940c6 | |
parent | ea38826ab28e1621f109953f068992c69d386dee (diff) | |
download | cpython-5b2cb1d56e3366dd75db86acacdbcb4b8cb8f62d.zip cpython-5b2cb1d56e3366dd75db86acacdbcb4b8cb8f62d.tar.gz cpython-5b2cb1d56e3366dd75db86acacdbcb4b8cb8f62d.tar.bz2 |
Add links to the other versions we have in stock.
-rw-r--r-- | Doc/tools/sphinxext/indexsidebar.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Doc/tools/sphinxext/indexsidebar.html b/Doc/tools/sphinxext/indexsidebar.html index b74c54f..ce139cc 100644 --- a/Doc/tools/sphinxext/indexsidebar.html +++ b/Doc/tools/sphinxext/indexsidebar.html @@ -1,5 +1,13 @@ <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.6/">Python 2.6 (stable)</a></li> + <li><a href="http://docs.python.org/3.0/">Python 3.0 (stable)</a></li> + <li><a href="http://docs.python.org/3.1/">Python 3.1 (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 #} @@ -13,7 +21,4 @@ <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> <li><a href="http://www.python.org/doc/other/">Other Doc Collections</a></li> - <li> </li> - <li><a href="http://www.python.org/doc/versions/">Previous versions</a></li> - <li> </li> </ul> |