diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-14 10:26:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-14 10:26:45 (GMT) |
commit | e768b06f160291ed8c4bc50933e3fc179589516f (patch) | |
tree | 4d9559924767611ba52ad13bcb738e4c08ab935b /Doc/tools | |
parent | ba3b0d84bd1ab41e9bfefb888ccc0b76e5e05eb7 (diff) | |
download | cpython-e768b06f160291ed8c4bc50933e3fc179589516f.zip cpython-e768b06f160291ed8c4bc50933e3fc179589516f.tar.gz cpython-e768b06f160291ed8c4bc50933e3fc179589516f.tar.bz2 |
#14405: remove outdated/broken/duplicate links.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/indexsidebar.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/tools/sphinxext/indexsidebar.html b/Doc/tools/sphinxext/indexsidebar.html index de33411..748cb91 100644 --- a/Doc/tools/sphinxext/indexsidebar.html +++ b/Doc/tools/sphinxext/indexsidebar.html @@ -10,13 +10,8 @@ <h3>Other resources</h3> <ul> {# XXX: many of these should probably be merged in the main docs #} - <li><a href="http://www.python.org/doc/faq/">FAQs</a></li> - <li><a href="http://www.python.org/doc/essays/">Guido's Essays</a></li> - <li><a href="http://www.python.org/doc/newstyle/">New-style Classes</a></li> <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> - <li><a href="http://www.python.org/doc/other/">Other Doc Collections</a></li> - <li><a href="{{ pathto('bugs') }}">Report a Bug</a></li> </ul> |