From be36a0f85d5afb588466b5cec42465336bb37b3a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 9 Aug 2007 17:16:28 +0000 Subject: [PATCH] Fix typo in link, extend README. --- Doc-26/README.txt | 6 +++++- Doc-26/maclib/using.rst | 2 +- Doc-3k/README.txt | 6 +++++- Doc-3k/maclib/using.rst | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Doc-26/README.txt b/Doc-26/README.txt index 685bd19d1..601fb849f 100644 --- a/Doc-26/README.txt +++ b/Doc-26/README.txt @@ -5,6 +5,10 @@ This directory contains the reStructuredText (reST) sources to the Python 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 @@ Using make ---------- 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 diff --git a/Doc-26/maclib/using.rst b/Doc-26/maclib/using.rst index 315b148cf..430554a6c 100644 --- a/Doc-26/maclib/using.rst +++ b/Doc-26/maclib/using.rst @@ -144,7 +144,7 @@ There are several options for building GUI applications on the Mac with Python. *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 diff --git a/Doc-3k/README.txt b/Doc-3k/README.txt index 685bd19d1..601fb849f 100644 --- a/Doc-3k/README.txt +++ b/Doc-3k/README.txt @@ -5,6 +5,10 @@ This directory contains the reStructuredText (reST) sources to the Python 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 @@ Using make ---------- 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 diff --git a/Doc-3k/maclib/using.rst b/Doc-3k/maclib/using.rst index 315b148cf..430554a6c 100644 --- a/Doc-3k/maclib/using.rst +++ b/Doc-3k/maclib/using.rst @@ -144,7 +144,7 @@ There are several options for building GUI applications on the Mac with Python. *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