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
2f6bd27a
Commit
2f6bd27a
authored
Sep 01, 2010
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More descriptive title.
parent
bd204de4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/conf.py
Doc/conf.py
+1
-1
Doc/tools/sphinxext/indexcontent.html
Doc/tools/sphinxext/indexcontent.html
+2
-2
Doc/using/index.rst
Doc/using/index.rst
+1
-1
No files found.
Doc/conf.py
View file @
2f6bd27a
...
...
@@ -128,7 +128,7 @@ latex_documents = [
(
'tutorial/index'
,
'tutorial.tex'
,
'Python Tutorial'
,
_stdauthor
,
'manual'
),
(
'using/index'
,
'using.tex'
,
'
Using Python
'
,
_stdauthor
,
'manual'
),
'
Python Setup
'
,
_stdauthor
,
'manual'
),
(
'whatsnew/'
+
version
,
'whatsnew.tex'
,
'What
\
'
s New in Python'
,
'A. M. Kuchling'
,
'howto'
),
]
...
...
Doc/tools/sphinxext/indexcontent.html
View file @
2f6bd27a
...
...
@@ -7,12 +7,12 @@
<span
class=
"linkdescr"
>
or
<a
href=
"{{ pathto("
whatsnew
/
index
")
}}"
>
all "What's new" documents
</a>
since 2.0
</span></span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
tutorial
/
index
")
}}"
>
Tutorial
</a><br/>
<span
class=
"linkdescr"
>
start here
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
using
/
index
")
}}"
>
Using Python
</a><br/>
<span
class=
"linkdescr"
>
how to use Python on different platforms
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
library
/
index
")
}}"
>
Library Reference
</a><br/>
<span
class=
"linkdescr"
>
keep this under your pillow
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
reference
/
index
")
}}"
>
Language Reference
</a><br/>
<span
class=
"linkdescr"
>
describes syntax and language elements
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
using
/
index
")
}}"
>
Python Setup
</a><br/>
<span
class=
"linkdescr"
>
how to use Python on different platforms
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
howto
/
index
")
}}"
>
Python HOWTOs
</a><br/>
<span
class=
"linkdescr"
>
in-depth documents on specific topics
</span></p>
</td><td
width=
"50%"
>
...
...
Doc/using/index.rst
View file @
2f6bd27a
.. _using-index:
################
Using Python
Python Setup
################
...
...
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