kbe/src/lib/python/Doc/tools/templates/indexcontent.html
{% extends "layout.html" %} {%- block htmltitle -%}
{{ shorttitle }}{%- endblock -%} {% block body %}
{% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %}
{% trans %}Parts of the documentation:{% endtrans %}
|
[{% trans %}What's new in Python {{ version }}?{% endtrans %}]({{%20pathto()
{% trans whatsnew_index=pathto("whatsnew/index") %}or all "What's new" documents since 2.0{% endtrans %}
[{% trans %}Tutorial{% endtrans %}]({{%20pathto()
{% trans %}start here{% endtrans %}
[{% trans %}Library Reference{% endtrans %}]({{%20pathto()
{% trans %}keep this under your pillow{% endtrans %}
[{% trans %}Language Reference{% endtrans %}]({{%20pathto()
{% trans %}describes syntax and language elements{% endtrans %}
[{% trans %}Python Setup and Usage{% endtrans %}]({{%20pathto()
{% trans %}how to use Python on different platforms{% endtrans %}
[{% trans %}Python HOWTOs{% endtrans %}]({{%20pathto()
{% trans %}in-depth documents on specific topics{% endtrans %}
|
[{% trans %}Installing Python Modules{% endtrans %}]({{%20pathto()
{% trans %}installing from the Python Package Index & other sources{% endtrans %}
[{% trans %}Distributing Python Modules{% endtrans %}]({{%20pathto()
{% trans %}publishing modules for installation by others{% endtrans %}
[{% trans %}Extending and Embedding{% endtrans %}]({{%20pathto()
{% trans %}tutorial for C/C++ programmers{% endtrans %}
[{% trans %}Python/C API{% endtrans %}]({{%20pathto()
{% trans %}reference for C/C++ programmers{% endtrans %}
[{% trans %}FAQs{% endtrans %}]({{%20pathto()
{% trans %}frequently asked questions (with answers!){% endtrans %}
|
{% trans %}Indices and tables:{% endtrans %}
|
[{% trans %}Global Module Index{% endtrans %}]({{%20pathto()
{% trans %}quick access to all modules{% endtrans %}
[{% trans %}General Index{% endtrans %}]({{%20pathto()
{% trans %}all functions, classes, terms{% endtrans %}
[{% trans %}Glossary{% endtrans %}]({{%20pathto()
{% trans %}the most important terms explained{% endtrans %}
|
[{% trans %}Search page{% endtrans %}]({{%20pathto()
{% trans %}search this documentation{% endtrans %}
[{% trans %}Complete Table of Contents{% endtrans %}]({{%20pathto()
{% trans %}lists all sections and subsections{% endtrans %}
|
{% trans %}Meta information:{% endtrans %}
|
[{% trans %}Reporting bugs{% endtrans %}]({{%20pathto()
[{% trans %}About the documentation{% endtrans %}]({{%20pathto()
|
[{% trans %}History and License of Python{% endtrans %}]({{%20pathto()
[{% trans %}Copyright{% endtrans %}]({{%20pathto()
|
{% endblock %}