internationalizing and localizing Python applications, with an emphasis on
web-based applications.
- * `Introduction <intro.html>`_
- * `Locale Display Names <display.html>`_
- * `Date Formatting <dates.html>`_
- * `Number Formatting <numbers.html>`_
- * `Working with Message Catalogs <messages.html>`_
- * `Command-Line Interface <cmdline.html>`_
- * `Distutils/Setuptools Integration <setup.html>`_
- * `Support Classes and Functions <support.html>`_
- * `Generated API Documentation <api/index.html>`_
+.. toctree::
+ :maxdepth: 1
+
+ intro
+ display
+ dates
+ numbers
+ messages
+ cmdline
+ setup
+ support
+ api/index