Mercurial > babel > old > babel-test
annotate doc/index.txt @ 116:9a02e198d47a
Moved doc config into a subdirectory, and added a `--force` option to the `build_doc` command.
author | cmlenz |
---|---|
date | Fri, 15 Jun 2007 18:27:38 +0000 |
parents | 9703a0ad56bd |
children | bf1bcdf19111 |
rev | line source |
---|---|
2 | 1 .. -*- mode: rst; encoding: utf-8 -*- |
2 | |
3 ===== | |
4 Babel | |
5 ===== | |
6 | |
115 | 7 .. image:: logo.png |
8 :width: 426 | |
9 :height: 187 | |
14
47161f48c4bd
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
2
diff
changeset
|
10 :align: center |
47161f48c4bd
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
2
diff
changeset
|
11 :alt: Babel |
47161f48c4bd
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 * `Working with Message Catalogs <catalogs.html>`_ |
24 * `Locale Display Names <display.html>`_ | |
25 * `Number and Date Formatting <formatting.html>`_ | |
26 * `Command-Line Interface <cmdline.html>`_ | |
27 * `Distutils/Setuptools Integration <setup.html>`_ | |
28 * `Support Classes and Functions <support.html>`_ | |
29 * `Generated API Documentation <api/index.html>`_ |