Mercurial > babel > mirror
annotate doc/index.txt @ 588:acdb8f9c9ce6 trunk
disable doctests for babel.numbers in Python 2.4 due to changed Decimal repr output
author | fschwarz |
---|---|
date | Wed, 08 Aug 2012 12:23:20 +0000 |
parents | cf64577122b7 |
children |
rev | line source |
---|---|
2 | 1 .. -*- mode: rst; encoding: utf-8 -*- |
2 | |
236 | 3 ======= |
4 Preface | |
5 ======= | |
2 | 6 |
115 | 7 .. image:: logo.png |
8 :width: 426 | |
9 :height: 187 | |
14
fc8b5515af7c
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
2
diff
changeset
|
10 :align: center |
fc8b5515af7c
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
2
diff
changeset
|
11 :alt: Babel |
fc8b5515af7c
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
2
diff
changeset
|
12 :class: logo |
2 | 13 |
14 --------------------------------------------------- | |
15 Simple Internationalization for Python Applications | |
16 --------------------------------------------------- | |
17 | |
18 Babel is an integrated collection of utilities that assist in | |
115 | 19 internationalizing and localizing Python applications, with an emphasis on |
20 web-based applications. | |
2 | 21 |
115 | 22 * `Introduction <intro.html>`_ |
73 | 23 * `Locale Display Names <display.html>`_ |
124 | 24 * `Date Formatting <dates.html>`_ |
25 * `Number Formatting <numbers.html>`_ | |
26 * `Working with Message Catalogs <messages.html>`_ | |
73 | 27 * `Command-Line Interface <cmdline.html>`_ |
28 * `Distutils/Setuptools Integration <setup.html>`_ | |
29 * `Support Classes and Functions <support.html>`_ | |
30 * `Generated API Documentation <api/index.html>`_ |