mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add x-refs between mac sections.
This commit is contained in:
parent
0503040766
commit
e8c3a65147
@ -12,6 +12,8 @@ Python on a Macintosh running Mac OS X is in principle very similar to Python on
|
||||
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
|
||||
|
@ -1,3 +1,4 @@
|
||||
.. _mac-specific-services:
|
||||
|
||||
*************************
|
||||
MacOS X specific services
|
||||
@ -5,7 +6,10 @@ MacOS X specific services
|
||||
|
||||
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 @@ See also the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules`.
|
||||
framework.rst
|
||||
autogil.rst
|
||||
carbon.rst
|
||||
colorpicker.rst
|
||||
colorpicker.rst
|
||||
|
@ -12,6 +12,8 @@ Python on a Macintosh running Mac OS X is in principle very similar to Python on
|
||||
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
|
||||
|
@ -1,3 +1,4 @@
|
||||
.. _mac-specific-services:
|
||||
|
||||
*************************
|
||||
MacOS X specific services
|
||||
@ -5,7 +6,10 @@ MacOS X specific services
|
||||
|
||||
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 @@ See also the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules`.
|
||||
framework.rst
|
||||
autogil.rst
|
||||
carbon.rst
|
||||
colorpicker.rst
|
||||
colorpicker.rst
|
||||
|
Loading…
Reference in New Issue
Block a user