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
fd3eff68
Commit
fd3eff68
authored
Jun 12, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use newer toctree syntax.
parent
3e83ff78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/documenting/markup.rst
Doc/documenting/markup.rst
+6
-6
No files found.
Doc/documenting/markup.rst
View file @
fd3eff68
...
...
@@ -698,10 +698,10 @@ tables of contents. The ``toctree`` directive is the central element.
..
toctree
::
:
maxdepth
:
2
intro
.
rst
strings
.
rst
datatypes
.
rst
numeric
.
rst
intro
strings
datatypes
numeric
(
many
more
files
listed
here
)
This
accomplishes
two
things
:
...
...
@@ -709,8 +709,8 @@ tables of contents. The ``toctree`` directive is the central element.
*
Tables
of
contents
from
all
those
files
are
inserted
,
with
a
maximum
depth
of
two
,
that
means
one
nested
heading
.
``
toctree
``
directives
in
those
files
are
also
taken
into
account
.
*
Sphinx
knows
that
the
relative
order
of
the
files
``
intro
.
rst
``,
``
strings
.
rst
``
and
so
forth
,
and
it
knows
that
they
are
children
of
the
*
Sphinx
knows
that
the
relative
order
of
the
files
``
intro
``,
``
strings
``
and
so
forth
,
and
it
knows
that
they
are
children
of
the
shown
file
,
the
library
index
.
From
this
information
it
generates
"next
chapter"
,
"previous chapter"
and
"parent chapter"
links
.
...
...
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