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
df501064
Commit
df501064
authored
Jan 20, 2009
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify how the specify the name of a module with the 'module' directive.
parent
7edf1298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/documenting/markup.rst
Doc/documenting/markup.rst
+3
-3
No files found.
Doc/documenting/markup.rst
View file @
df501064
...
...
@@ -53,9 +53,9 @@ As you can see, the module-specific markup consists of two directives, the
..
describe
::
module
This
directive
marks
the
beginning
of
the
description
of
a
module
(
or
package
submodule
,
in
which
case
the
name
should
be
fully
qualified
,
including
the
package
name
).
This
directive
marks
the
beginning
of
the
description
of
a
module
,
package
,
or
submodule
.
The
name
should
be
fully
qualified
(
i
.
e
.
including
the
package
name
for
submodules
).
The
``
platform
``
option
,
if
present
,
is
a
comma
-
separated
list
of
the
platforms
on
which
the
module
is
available
(
if
it
is
available
on
all
...
...
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