[Python-checkins] r57057 - in doctools/trunk: Doc-26/howto/pythonmac.rst Doc-26/library/mac.rst Doc-3k/howto/pythonmac.rst Doc-3k/library/mac.rst
georg.brandl
python-checkins at python.org
Wed Aug 15 15:40:27 CEST 2007
Author: georg.brandl
Date: Wed Aug 15 15:40:25 2007
New Revision: 57057
Modified:
doctools/trunk/Doc-26/howto/pythonmac.rst
doctools/trunk/Doc-26/library/mac.rst
doctools/trunk/Doc-3k/howto/pythonmac.rst
doctools/trunk/Doc-3k/library/mac.rst
Log:
Add x-refs between mac sections.
Modified: doctools/trunk/Doc-26/howto/pythonmac.rst
==============================================================================
--- doctools/trunk/Doc-26/howto/pythonmac.rst (original)
+++ doctools/trunk/Doc-26/howto/pythonmac.rst Wed Aug 15 15:40:25 2007
@@ -12,6 +12,8 @@
any other Unix platform, but there are a number of additional features such as
the IDE and the Package Manager that are worth pointing out.
+The Mac-specific modules are documented in :ref:`mac-specific-services`.
+
Python on Mac OS 9 or earlier can be quite different from Python on Unix or
Windows, but is beyond the scope of this manual, as that platform is no longer
supported, starting with Python 2.4. See http://www.cwi.nl/~jack/macpython for
Modified: doctools/trunk/Doc-26/library/mac.rst
==============================================================================
--- doctools/trunk/Doc-26/library/mac.rst (original)
+++ doctools/trunk/Doc-26/library/mac.rst Wed Aug 15 15:40:25 2007
@@ -1,3 +1,4 @@
+.. _mac-specific-services:
*************************
MacOS X specific services
@@ -5,7 +6,10 @@
This chapter describes modules that are only available on the Mac OS X platform.
-See also the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules`.
+See the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules` for more
+modules, and the HOWTO :ref:`using-on-mac` for a general introduction to
+Mac-specific Python programming.
+
.. toctree::
@@ -16,4 +20,4 @@
framework.rst
autogil.rst
carbon.rst
- colorpicker.rst
\ No newline at end of file
+ colorpicker.rst
Modified: doctools/trunk/Doc-3k/howto/pythonmac.rst
==============================================================================
--- doctools/trunk/Doc-3k/howto/pythonmac.rst (original)
+++ doctools/trunk/Doc-3k/howto/pythonmac.rst Wed Aug 15 15:40:25 2007
@@ -12,6 +12,8 @@
any other Unix platform, but there are a number of additional features such as
the IDE and the Package Manager that are worth pointing out.
+The Mac-specific modules are documented in :ref:`mac-specific-services`.
+
Python on Mac OS 9 or earlier can be quite different from Python on Unix or
Windows, but is beyond the scope of this manual, as that platform is no longer
supported, starting with Python 2.4. See http://www.cwi.nl/~jack/macpython for
Modified: doctools/trunk/Doc-3k/library/mac.rst
==============================================================================
--- doctools/trunk/Doc-3k/library/mac.rst (original)
+++ doctools/trunk/Doc-3k/library/mac.rst Wed Aug 15 15:40:25 2007
@@ -1,3 +1,4 @@
+.. _mac-specific-services:
*************************
MacOS X specific services
@@ -5,7 +6,10 @@
This chapter describes modules that are only available on the Mac OS X platform.
-See also the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules`.
+See the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules` for more
+modules, and the HOWTO :ref:`using-on-mac` for a general introduction to
+Mac-specific Python programming.
+
.. toctree::
@@ -16,4 +20,4 @@
framework.rst
autogil.rst
carbon.rst
- colorpicker.rst
\ No newline at end of file
+ colorpicker.rst
More information about the Python-checkins
mailing list