diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-10-15 12:55:19 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-10-15 12:55:19 (GMT) |
commit | 916bd38a06996b1d91969d6705d03a6c9993c1c8 (patch) | |
tree | b25099efaa739db9bb7f94becce95e83c93c46a6 /Doc/documenting | |
parent | 8dbf629bbd678da2e818bf404657fadba6dfa23f (diff) | |
download | cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.zip cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.gz cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.bz2 |
Fixing some sphinx inline directives - detected using ``make check``.
Diffstat (limited to 'Doc/documenting')
-rw-r--r-- | Doc/documenting/building.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/documenting/building.rst b/Doc/documenting/building.rst index 9ab2519..19cf26b 100644 --- a/Doc/documenting/building.rst +++ b/Doc/documenting/building.rst @@ -16,9 +16,9 @@ installed Python and Subversion, you can just run :: make html -to check out the necessary toolset in the `tools/` subdirectory and build the -HTML output files. To view the generated HTML, point your favorite browser at -the top-level index `build/html/index.html` after running "make". +to check out the necessary toolset in the :file:`tools/` subdirectory and build +the HTML output files. To view the generated HTML, point your favorite browser +at the top-level index :file:`build/html/index.html` after running "make". Available make targets are: @@ -49,10 +49,10 @@ Available make targets are: * "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 + :file:`tools/sphinxext/pyspecific.py` -- pydoc needs these to show topic and keyword help. -A "make update" updates the Subversion checkouts in `tools/`. +A "make update" updates the Subversion checkouts in :file:`tools/`. Without make |