Back to Cpython

{{ docstitle|e }}

Doc/tools/templates/indexcontent.html

3.15.0b23.1 KB
Original Source

{% extends "layout.html" %} {%- block htmltitle -%}

{{ shorttitle }}{%- endblock -%} {%- block extrahead -%} {{ super() }} {%- endblock -%} {% block body %}

{{ docstitle|e }}

{% trans %}Welcome! This is the official documentation for Python {{ release }}.{% endtrans %}

{% trans %}Documentation sections:{% endtrans %}

  • [{% trans %}What's new in Python {{ version }}?{% endtrans %}]({{%20pathto()
    {% trans whatsnew_index=pathto("whatsnew/index") %}Or all "What's new" documents since Python 2.0{% endtrans %}

  • [{% trans %}Tutorial{% endtrans %}]({{%20pathto()
    {% trans %}Start here: a tour of Python's syntax and features{% endtrans %}

  • [{% trans %}Library reference{% endtrans %}]({{%20pathto()
    {% trans %}Standard library and builtins{% endtrans %}

  • [{% trans %}Language reference{% endtrans %}]({{%20pathto()
    {% trans %}Syntax and language elements{% endtrans %}

  • [{% trans %}Python setup and usage{% endtrans %}]({{%20pathto()
    {% trans %}How to install, configure, and use Python{% endtrans %}

  • [{% trans %}Python HOWTOs{% endtrans %}]({{%20pathto()
    {% trans %}In-depth topic manuals{% endtrans %}

  • [{% trans %}Installing Python modules{% endtrans %}]({{%20pathto()
    {% trans %}Third-party modules and PyPI.org{% endtrans %}

  • [{% trans %}Extending and embedding{% endtrans %}]({{%20pathto()
    {% trans %}For C/C++ programmers{% endtrans %}

  • [{% trans %}Python's C API{% endtrans %}]({{%20pathto()
    {% trans %}C API reference{% endtrans %}

  • [{% trans %}FAQs{% endtrans %}]({{%20pathto()
    {% trans %}Frequently asked questions (with answers!){% endtrans %}

  • [{% trans %}Deprecations{% endtrans %}]({{%20pathto()
    {% trans %}Deprecated functionality{% endtrans %}

{% trans %}Other resources:{% endtrans %}

{% trans %}Indices, glossary, and search:{% endtrans %}

  • [{% trans %}Global module index{% endtrans %}]({{%20pathto()
    {% trans %}All modules and libraries{% endtrans %}

  • [{% trans %}General index{% endtrans %}]({{%20pathto()
    {% trans %}All functions, classes, and terms{% endtrans %}

  • [{% trans %}Glossary{% endtrans %}]({{%20pathto()
    {% trans %}Terms explained{% endtrans %}

  • [{% trans %}Search page{% endtrans %}]({{%20pathto()
    {% trans %}Search this documentation{% endtrans %}

  • [{% trans %}Complete table of contents{% endtrans %}]({{%20pathto()
    {% trans %}All sections and subsections{% endtrans %}

{% trans %}Project information:{% endtrans %}

  • [{% trans %}Reporting issues{% endtrans %}]({{%20pathto()

  • {% trans %}Contributing to docs{% endtrans %}

  • [{% trans %}Download the documentation{% endtrans %}]({{%20pathto()

  • [{% trans %}History and license of Python{% endtrans %}]({{%20pathto()

  • [{% trans %}Copyright{% endtrans %}]({{%20pathto()

  • [{% trans %}About the documentation{% endtrans %}]({{%20pathto()

{% endblock %}