mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add information about adding the portability statement.
This commit is contained in:
parent
7f492ad7b8
commit
46a9438c43
1 changed files with 10 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
% appropriate.
|
% appropriate.
|
||||||
|
|
||||||
\section{\module{spam} ---
|
\section{\module{spam} ---
|
||||||
Short descrition, for section title.}
|
Short descrition, for section title}
|
||||||
|
|
||||||
% Choose one of these to specify the module module name. If there's
|
% Choose one of these to specify the module module name. If there's
|
||||||
% an underscore in the name, use
|
% an underscore in the name, use
|
||||||
|
@ -24,6 +24,15 @@
|
||||||
\declaremodule{extension}{spam} % not standard, in C
|
\declaremodule{extension}{spam} % not standard, in C
|
||||||
\declaremodule{}{spam} % not standard, in Python
|
\declaremodule{}{spam} % not standard, in Python
|
||||||
|
|
||||||
|
% Portability statement: Uncomment and fill in the parameter to specify the
|
||||||
|
% availability of the module. The parameter can be Unix, IRIX, SunOS, Mac,
|
||||||
|
% Windows, or lots of other stuff. When ``Mac'' is specified, the availability
|
||||||
|
% statement will say ``Macintosh'' and the Module Index may say ``Mac''.
|
||||||
|
% Please use a name that has already been used whenever applicable. If this
|
||||||
|
% is omitted, no availability statement is produced or implied.
|
||||||
|
%
|
||||||
|
% \platform{UNIX}
|
||||||
|
|
||||||
% These apply to all modules:
|
% These apply to all modules:
|
||||||
|
|
||||||
\moduleauthor{name}{email} % Author of the module code;
|
\moduleauthor{name}{email} % Author of the module code;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue