[Python-checkins] r56861 - in doctools/trunk: Doc-26/README.txt Doc-26/maclib/using.rst Doc-3k/README.txt Doc-3k/maclib/using.rst

georg.brandl python-checkins at python.org
Thu Aug 9 19:16:29 CEST 2007


Author: georg.brandl
Date: Thu Aug  9 19:16:28 2007
New Revision: 56861

Modified:
   doctools/trunk/Doc-26/README.txt
   doctools/trunk/Doc-26/maclib/using.rst
   doctools/trunk/Doc-3k/README.txt
   doctools/trunk/Doc-3k/maclib/using.rst
Log:
Fix typo in link, extend README.


Modified: doctools/trunk/Doc-26/README.txt
==============================================================================
--- doctools/trunk/Doc-26/README.txt	(original)
+++ doctools/trunk/Doc-26/README.txt	Thu Aug  9 19:16:28 2007
@@ -5,6 +5,10 @@
 documentation.  You don't need to build them yourself, prebuilt versions are
 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.
+
 
 Building the docs
 =================
@@ -20,7 +24,7 @@
 ----------
 
 Luckily, a Makefile has been prepared so that on Unix, provided you have
-installed Python and Subversion, you can just run
+installed Python and Subversion, you can just run ::
 
    make html
 

Modified: doctools/trunk/Doc-26/maclib/using.rst
==============================================================================
--- doctools/trunk/Doc-26/maclib/using.rst	(original)
+++ doctools/trunk/Doc-26/maclib/using.rst	Thu Aug  9 19:16:28 2007
@@ -144,7 +144,7 @@
 
 *PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which is
 the foundation of most modern Mac development. Information on PyObjC is
-available from http://pybojc.sourceforge.net.
+available from http://pyobjc.sourceforge.net.
 
 The standard Python GUI toolkit is :mod:`Tkinter`, based on the cross-platform
 Tk toolkit (http://www.tcl.tk). An Aqua-native version of Tk is bundled with OS

Modified: doctools/trunk/Doc-3k/README.txt
==============================================================================
--- doctools/trunk/Doc-3k/README.txt	(original)
+++ doctools/trunk/Doc-3k/README.txt	Thu Aug  9 19:16:28 2007
@@ -5,6 +5,10 @@
 documentation.  You don't need to build them yourself, prebuilt versions are
 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.
+
 
 Building the docs
 =================
@@ -20,7 +24,7 @@
 ----------
 
 Luckily, a Makefile has been prepared so that on Unix, provided you have
-installed Python and Subversion, you can just run
+installed Python and Subversion, you can just run ::
 
    make html
 

Modified: doctools/trunk/Doc-3k/maclib/using.rst
==============================================================================
--- doctools/trunk/Doc-3k/maclib/using.rst	(original)
+++ doctools/trunk/Doc-3k/maclib/using.rst	Thu Aug  9 19:16:28 2007
@@ -144,7 +144,7 @@
 
 *PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which is
 the foundation of most modern Mac development. Information on PyObjC is
-available from http://pybojc.sourceforge.net.
+available from http://pyobjc.sourceforge.net.
 
 The standard Python GUI toolkit is :mod:`Tkinter`, based on the cross-platform
 Tk toolkit (http://www.tcl.tk). An Aqua-native version of Tk is bundled with OS


More information about the Python-checkins mailing list