/Doc/reference/index.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 31 lines · 26 code · 5 blank · 0 comment · 0 complexity · 90a8c0865438e6841dd8a04cf218ccd1 MD5 · raw file

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