[Python-checkins] devguide: Issue #16813: Use the full relative path in the documentation-building

chris.jerdonek python-checkins at python.org
Sat Dec 29 21:01:39 CET 2012


http://hg.python.org/devguide/rev/20333d160f4e
changeset:   582:20333d160f4e
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Sat Dec 29 12:00:42 2012 -0800
summary:
  Issue #16813: Use the full relative path in the documentation-building instructions.

Patch by Tshepang Lekhonkhobe.

files:
  documenting.rst |  7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/documenting.rst b/documenting.rst
--- a/documenting.rst
+++ b/documenting.rst
@@ -1646,9 +1646,10 @@
    cd Doc
    make html
 
-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".
+to check out the necessary toolset in the :file:`Doc/tools/` subdirectory and
+build the HTML output files.  To view the generated HTML, point your favorite
+browser at the top-level index :file:`Doc/build/html/index.html` after running
+:command:`make`.
 
 Available make targets are:
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list