index.txt 912 B

123456789101112131415161718192021222324252627282930
  1. .. -*- mode: rst; encoding: utf-8 -*-
  2. =======
  3. Preface
  4. =======
  5. .. image:: logo.png
  6. :width: 426
  7. :height: 187
  8. :align: center
  9. :alt: Babel
  10. :class: logo
  11. ---------------------------------------------------
  12. Simple Internationalization for Python Applications
  13. ---------------------------------------------------
  14. Babel is an integrated collection of utilities that assist in
  15. internationalizing and localizing Python applications, with an emphasis on
  16. web-based applications.
  17. * `Introduction <intro.html>`_
  18. * `Locale Display Names <display.html>`_
  19. * `Date Formatting <dates.html>`_
  20. * `Number Formatting <numbers.html>`_
  21. * `Working with Message Catalogs <messages.html>`_
  22. * `Command-Line Interface <cmdline.html>`_
  23. * `Distutils/Setuptools Integration <setup.html>`_
  24. * `Support Classes and Functions <support.html>`_
  25. * `Generated API Documentation <api/index.html>`_