From: Guido van Rossum Date: Wed, 20 Nov 2013 19:53:31 +0000 (-0800) Subject: Clarify where "Documenting Python" can be found. X-Git-Tag: v3.4.0b1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6e2d9be6e42e901ec3412c27053b821d0503ee0;p=thirdparty%2FPython%2Fcpython.git Clarify where "Documenting Python" can be found. --- diff --git a/Doc/README.txt b/Doc/README.txt index c63fc608a8c6..64e307ee6543 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -7,7 +7,8 @@ available at http://docs.python.org/download/. Documentation on the authoring Python documentation, including information about both style and markup, is available in the "Documenting Python" chapter of the -documentation. There's also a chapter intended to point out differences to +developers guide (http://docs.python.org/devguide/documenting.html). +There's also a chapter intended to point out differences to those familiar with the previous docs written in LaTeX.