diff options
author | Georg Brandl <georg@python.org> | 2008-06-01 21:05:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-01 21:05:17 (GMT) |
commit | 6b38daa80dc0b63a089ac4557e25abe1f76b95af (patch) | |
tree | 0bb6028f26e25deab4772ff34a09dc9c35798ebd /Doc/README.txt | |
parent | 40ab2ec79604d204320df71a646e46a6221ff7e7 (diff) | |
download | cpython-6b38daa80dc0b63a089ac4557e25abe1f76b95af.zip cpython-6b38daa80dc0b63a089ac4557e25abe1f76b95af.tar.gz cpython-6b38daa80dc0b63a089ac4557e25abe1f76b95af.tar.bz2 |
Merged revisions 63871 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63871 | georg.brandl | 2008-06-01 22:33:55 +0200 (Sun, 01 Jun 2008) | 3 lines
Generate pydoc's topic help from the reST docs via Sphinx'
new text writer.
........
Diffstat (limited to 'Doc/README.txt')
-rw-r--r-- | Doc/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index 457147d..b70d23f 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -67,6 +67,11 @@ Available make targets are: * "coverage", which builds a coverage overview for standard library modules and C API. + * "pydoc-topics", which builds a Python module containing a dictionary + with plain text documentation for the labels defined in + `tools/sphinxext/pyspecific.py` -- pydoc needs these to show topic + and keyword help. + A "make update" updates the Subversion checkouts in `tools/`. |