Fix typo in link, extend README.

This commit is contained in:
Georg Brandl 2007-08-09 17:16:28 +00:00
parent a47becbdcc
commit be36a0f85d
4 changed files with 12 additions and 4 deletions

View File

@ -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 documentation. You don't need to build them yourself, prebuilt versions are
available at http://docs.python.org/download/. 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 Building the docs
================= =================
@ -20,7 +24,7 @@ Using make
---------- ----------
Luckily, a Makefile has been prepared so that on Unix, provided you have 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 make html

View File

@ -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 *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 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 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 Tk toolkit (http://www.tcl.tk). An Aqua-native version of Tk is bundled with OS

View File

@ -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 documentation. You don't need to build them yourself, prebuilt versions are
available at http://docs.python.org/download/. 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 Building the docs
================= =================
@ -20,7 +24,7 @@ Using make
---------- ----------
Luckily, a Makefile has been prepared so that on Unix, provided you have 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 make html

View File

@ -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 *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 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 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 Tk toolkit (http://www.tcl.tk). An Aqua-native version of Tk is bundled with OS