Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e5b23a1e
Commit
e5b23a1e
authored
Mar 02, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add information about adding the portability statement.
parent
6ba794ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
Doc/templates/module.tex
Doc/templates/module.tex
+10
-1
No files found.
Doc/templates/module.tex
View file @
e5b23a1e
...
@@ -13,7 +13,7 @@
...
@@ -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 @@
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment