mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Consistency nits.
This commit is contained in:
parent
efff11b37c
commit
ac96868d2d
2 changed files with 48 additions and 47 deletions
|
@ -34,19 +34,19 @@ in touch with \email{python-docs@python.org}.
|
|||
\section{\module{Carbon.AE} --- Apple Events}
|
||||
\declaremodule{standard}{Carbon.AE}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Apple Events toolbox}
|
||||
\modulesynopsis{Interface to the Apple Events toolbox.}
|
||||
|
||||
|
||||
\section{\module{Carbon.App} --- Appearance Manager}
|
||||
\declaremodule{standard}{Carbon.App}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Appearance Manager}
|
||||
\modulesynopsis{Interface to the Appearance Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.CF} --- Core Foundation}
|
||||
\declaremodule{standard}{Carbon.CF}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Core Foundation}
|
||||
\modulesynopsis{Interface to the Core Foundation.}
|
||||
|
||||
This module is only available under Carbon MacPython. The
|
||||
\code{CFBase}, \code{CFArray}, \code{CFData}, \code{CFDictionary},
|
||||
|
@ -56,37 +56,37 @@ only partially.
|
|||
\section{\module{Carbon.Cm} --- Component Manager}
|
||||
\declaremodule{standard}{Carbon.Cm}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Component Manager}
|
||||
\modulesynopsis{Interface to the Component Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Ctl} --- Control Manager}
|
||||
\declaremodule{standard}{Carbon.Ctl}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Control Manager}
|
||||
\modulesynopsis{Interface to the Control Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Dlg} --- Dialog Manager}
|
||||
\declaremodule{standard}{Carbon.Dlg}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Dialog Manager}
|
||||
\modulesynopsis{Interface to the Dialog Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Evt} --- Event Manager}
|
||||
\declaremodule{standard}{Carbon.Evt}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Event Manager}
|
||||
\modulesynopsis{Interface to the Event Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Fm} --- Font Manager}
|
||||
\declaremodule{standard}{Carbon.Fm}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Font Manager}
|
||||
\modulesynopsis{Interface to the Font Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Help} --- Help Manager}
|
||||
\declaremodule{standard}{Carbon.Help}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Balloon Help Manager}
|
||||
\modulesynopsis{Interface to the Balloon Help Manager.}
|
||||
|
||||
This module is only available under MacOS9 and earlier in
|
||||
classic PPC MacPython.
|
||||
|
@ -94,43 +94,43 @@ classic PPC MacPython.
|
|||
\section{\module{Carbon.List} --- List Manager}
|
||||
\declaremodule{standard}{Carbon.List}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the List Manager}
|
||||
\modulesynopsis{Interface to the List Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Menu} --- Menu Manager}
|
||||
\declaremodule{standard}{Carbon.Menu}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Menu Manager}
|
||||
\modulesynopsis{Interface to the Menu Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Mlte} --- MultiLingual Text Editor}
|
||||
\declaremodule{standard}{Carbon.Mlte}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the MultiLingual Text Editor}
|
||||
\modulesynopsis{Interface to the MultiLingual Text Editor.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Qd} --- QuickDraw}
|
||||
\declaremodule{builtin}{Carbon.Qd}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the QuickDraw toolbox}
|
||||
\modulesynopsis{Interface to the QuickDraw toolbox.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Qdoffs} --- QuickDraw Offscreen}
|
||||
\declaremodule{builtin}{Carbon.Qdoffs}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the QuickDraw Offscreen APIs}
|
||||
\modulesynopsis{Interface to the QuickDraw Offscreen APIs.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Qt} --- QuickTime}
|
||||
\declaremodule{standard}{Carbon.Qt}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the QuickTime toolbox}
|
||||
\modulesynopsis{Interface to the QuickTime toolbox.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Res} --- Resource Manager and Handles}
|
||||
\declaremodule{standard}{Carbon.Res}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Resource Manager and Handles}
|
||||
\modulesynopsis{Interface to the Resource Manager and Handles.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Scrap} --- Scrap Manager}
|
||||
|
@ -153,16 +153,16 @@ MacPython. Very limited functionality is available under Carbon MacPython.
|
|||
\section{\module{Carbon.Snd} --- Sound Manager}
|
||||
\declaremodule{standard}{Carbon.Snd}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Sound Manager }
|
||||
\modulesynopsis{Interface to the Sound Manager.}
|
||||
|
||||
|
||||
\section{\module{Carbon.TE} --- TextEdit}
|
||||
\declaremodule{standard}{Carbon.TE}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to TextEdit}
|
||||
\modulesynopsis{Interface to TextEdit.}
|
||||
|
||||
|
||||
\section{\module{Carbon.Win} --- Window Manager}
|
||||
\declaremodule{standard}{Carbon.Win}
|
||||
\platform{Mac}
|
||||
\modulesynopsis{Interface to the Window Manager}
|
||||
\modulesynopsis{Interface to the Window Manager.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue