rest25/extending/index.rst => rest262/extending/index.rst
12new object types and their methods.  The document also describes how to embed
13the Python interpreter in another application, for use as an extension language.
14Finally, it shows how to compile and link extension modules so that they can be
15loaded dynamically (at run time) into the interpreter, if the underlying
16operating system supports this feature.
17
18This document assumes basic knowledge about Python.  For an informal
19introduction to the language, see :ref:`tutorial-index`.  :ref:`reference-index`
n20-gives a more formal definition of the language.  :ref:`modules-index` documents
n20+gives a more formal definition of the language.  :ref:`library-index` documents
21the existing object types, functions and modules (both built-in and written in
22Python) that give the language its wide application range.
23
24For a detailed description of the whole Python/C API, see the separate
25:ref:`c-api-index`.
26
27.. toctree::
28   :maxdepth: 2
t29+   :numbered:
29
30   extending.rst
31   newtypes.rst
32   building.rst
33   windows.rst
34   embedding.rst
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op