~malept/ubuntu/lucid/python2.6/dev-dependency-fix

« back to all changes in this revision

Viewing changes to Doc/reference/index.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-13 12:51:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090213125100-uufgcb9yeqzujpqw
Tags: upstream-2.6.1
ImportĀ upstreamĀ versionĀ 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _reference-index:
 
2
 
 
3
#################################
 
4
  The Python Language Reference
 
5
#################################
 
6
 
 
7
:Release: |version|
 
8
:Date: |today|
 
9
 
 
10
This reference manual describes the syntax and "core semantics" of the
 
11
language. It is terse, but attempts to be exact and complete. The semantics of
 
12
non-essential built-in object types and of the built-in functions and modules
 
13
are described in :ref:`library-index`. For an informal introduction to the
 
14
language, see :ref:`tutorial-index`. For C or C++ programmers, two additional
 
15
manuals exist: :ref:`extending-index` describes the high-level picture of how to
 
16
write a Python extension module, and the :ref:`c-api-index` describes the
 
17
interfaces available to C/C++ programmers in detail.
 
18
 
 
19
.. toctree::
 
20
   :maxdepth: 2
 
21
 
 
22
   introduction.rst
 
23
   lexical_analysis.rst
 
24
   datamodel.rst
 
25
   executionmodel.rst
 
26
   expressions.rst
 
27
   simple_stmts.rst
 
28
   compound_stmts.rst
 
29
   toplevel_components.rst
 
30
   grammar.rst