summaryrefslogtreecommitdiffstats
path: root/Doc/documenting
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-01 17:49:31 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-01 17:49:31 (GMT)
commita7cbe28bcc8016d22e499b72babd87c93394aa7b (patch)
tree4c19ad4406d12960de79a90ab0426375de34f9f2 /Doc/documenting
parenta971df3cd5472fd480a601a953b1c8829b301301 (diff)
downloadcpython-a7cbe28bcc8016d22e499b72babd87c93394aa7b.zip
cpython-a7cbe28bcc8016d22e499b72babd87c93394aa7b.tar.gz
cpython-a7cbe28bcc8016d22e499b72babd87c93394aa7b.tar.bz2
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
Diffstat (limited to 'Doc/documenting')
-rw-r--r--Doc/documenting/building.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/documenting/building.rst b/Doc/documenting/building.rst
index 02b3ee3..dc1c6a0 100644
--- a/Doc/documenting/building.rst
+++ b/Doc/documenting/building.rst
@@ -17,9 +17,9 @@ installed Python and Subversion, you can just run ::
cd Doc
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:
@@ -50,10 +50,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