summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_topics.py
Commit message (Collapse)AuthorAgeFilesLines
* Move pydoc_topics module to its own subdirectory, so that no generated code ↵Georg Brandl2009-04-261-83/+0
| | | | is in Lib/.
* update pydoc topicsBenjamin Peterson2008-10-021-32/+32
|
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-011-0/+83
new text writer.