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
7a69b4b4
Commit
7a69b4b4
authored
Apr 27, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct XHTML tags.
parent
f8770fb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
Doc/tools/sphinxext/indexcontent.html
Doc/tools/sphinxext/indexcontent.html
+16
-16
No files found.
Doc/tools/sphinxext/indexcontent.html
View file @
7a69b4b4
...
...
@@ -3,28 +3,28 @@
<p><strong>
Parts of the documentation:
</strong></p>
<table
class=
"contentstable"
align=
"center"
><tr>
<td
width=
"50%"
>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
whatsnew
/"
+
version
)
}}"
>
What's new in Python {{ version }}?
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
whatsnew
/"
+
version
)
}}"
>
What's new in Python {{ version }}?
</a><br
/
>
<span
class=
"linkdescr"
>
changes since previous major release
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
tutorial
/
index
")
}}"
>
Tutorial
</a><br>
<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>
<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("
reference
/
index
")
}}"
>
Language Reference
</a><br>
<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("
library
/
index
")
}}"
>
Library Reference
</a><br>
<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("
howto
/
index
")
}}"
>
Python HOWTOs
</a><br>
<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%"
>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
extending
/
index
")
}}"
>
Extending and Embedding
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
extending
/
index
")
}}"
>
Extending and Embedding
</a><br
/
>
<span
class=
"linkdescr"
>
tutorial for C/C++ programmers
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
c-api
/
index
")
}}"
>
Python/C API
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
c-api
/
index
")
}}"
>
Python/C API
</a><br
/
>
<span
class=
"linkdescr"
>
reference for C/C++ programmers
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
install
/
index
")
}}"
>
Installing Python Modules
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
install
/
index
")
}}"
>
Installing Python Modules
</a><br
/
>
<span
class=
"linkdescr"
>
information for installers
&
sys-admins
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
distutils
/
index
")
}}"
>
Distributing Python Modules
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
distutils
/
index
")
}}"
>
Distributing Python Modules
</a><br
/
>
<span
class=
"linkdescr"
>
sharing modules with others
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
documenting
/
index
")
}}"
>
Documenting Python
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
documenting
/
index
")
}}"
>
Documenting Python
</a><br
/
>
<span
class=
"linkdescr"
>
guide for documentation authors
</span></p>
</td></tr>
</table>
...
...
@@ -32,16 +32,16 @@
<p><strong>
Indices and tables:
</strong></p>
<table
class=
"contentstable"
align=
"center"
><tr>
<td
width=
"50%"
>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
modindex
")
}}"
>
Global Module Index
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
modindex
")
}}"
>
Global Module Index
</a><br
/
>
<span
class=
"linkdescr"
>
quick access to all modules
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
genindex
")
}}"
>
General Index
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
genindex
")
}}"
>
General Index
</a><br
/
>
<span
class=
"linkdescr"
>
all functions, classes, terms
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
glossary
")
}}"
>
Glossary
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
glossary
")
}}"
>
Glossary
</a><br
/
>
<span
class=
"linkdescr"
>
the most important terms explained
</span></p>
</td><td
width=
"50%"
>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
search
")
}}"
>
Search page
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
search
")
}}"
>
Search page
</a><br
/
>
<span
class=
"linkdescr"
>
search this documentation
</span></p>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
contents
")
}}"
>
Complete Table of Contents
</a><br>
<p
class=
"biglink"
><a
class=
"biglink"
href=
"{{ pathto("
contents
")
}}"
>
Complete Table of Contents
</a><br
/
>
<span
class=
"linkdescr"
>
lists all sections and subsections
</span></p>
</td></tr>
</table>
...
...
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