Prepare for new toplevel chapter, "Using Python."

This commit is contained in:
Georg Brandl
2007-10-20 18:04:28 +00:00
parent a7aa403c2f
commit 1212840dcc
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
<span class="linkdescr">changes since previous major release</span></p> <span class="linkdescr">changes since previous major release</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index.rst") }}">Tutorial</a><br> <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index.rst") }}">Tutorial</a><br>
<span class="linkdescr">start here</span></p> <span class="linkdescr">start here</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("using/index.rst") }}">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.rst") }}">Language Reference</a><br> <p class="biglink"><a class="biglink" href="{{ pathto("reference/index.rst") }}">Language Reference</a><br>
<span class="linkdescr">describes syntax and language elements</span></p> <span class="linkdescr">describes syntax and language elements</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("library/index.rst") }}">Library Reference</a><br> <p class="biglink"><a class="biglink" href="{{ pathto("library/index.rst") }}">Library Reference</a><br>

View File

@@ -25,6 +25,7 @@
{% for id, name, checked in [ {% for id, name, checked in [
('tutorial', 'Python Tutorial', true), ('tutorial', 'Python Tutorial', true),
('library', 'Library Reference', true), ('library', 'Library Reference', true),
('using', 'Using Python', true),
('reference', 'Language Reference', false), ('reference', 'Language Reference', false),
('extending', 'Extending and Embedding', false), ('extending', 'Extending and Embedding', false),
('c-api', 'Python/C API', false), ('c-api', 'Python/C API', false),