annotate doc/index.txt @ 238:d75cfd01f218

Documentation stuff moved to a shared repository.
author cmlenz
date Tue, 07 Aug 2007 13:07:37 +0000
parents b12c6a776c44
children
rev   line source
4
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
1 .. -*- mode: rst; encoding: utf-8 -*-
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
2
238
d75cfd01f218 Documentation stuff moved to a shared repository.
cmlenz
parents: 126
diff changeset
3 =======
d75cfd01f218 Documentation stuff moved to a shared repository.
cmlenz
parents: 126
diff changeset
4 Preface
d75cfd01f218 Documentation stuff moved to a shared repository.
cmlenz
parents: 126
diff changeset
5 =======
4
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
6
117
0b4796ed9426 Added new logo.
cmlenz
parents: 75
diff changeset
7 .. image:: logo.png
0b4796ed9426 Added new logo.
cmlenz
parents: 75
diff changeset
8 :width: 426
0b4796ed9426 Added new logo.
cmlenz
parents: 75
diff changeset
9 :height: 187
16
03c36aaddaf8 Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents: 4
diff changeset
10 :align: center
03c36aaddaf8 Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents: 4
diff changeset
11 :alt: Babel
03c36aaddaf8 Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents: 4
diff changeset
12 :class: logo
4
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
13
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
14 ---------------------------------------------------
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
15 Simple Internationalization for Python Applications
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
16 ---------------------------------------------------
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
17
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
18 Babel is an integrated collection of utilities that assist in
117
0b4796ed9426 Added new logo.
cmlenz
parents: 75
diff changeset
19 internationalizing and localizing Python applications, with an emphasis on
0b4796ed9426 Added new logo.
cmlenz
parents: 75
diff changeset
20 web-based applications.
4
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
21
117
0b4796ed9426 Added new logo.
cmlenz
parents: 75
diff changeset
22 * `Introduction <intro.html>`_
75
98b27ffe1c3a Extended the docs a bit.
cmlenz
parents: 40
diff changeset
23 * `Locale Display Names <display.html>`_
126
b12c6a776c44 Split docs on date and number formatting.
cmlenz
parents: 117
diff changeset
24 * `Date Formatting <dates.html>`_
b12c6a776c44 Split docs on date and number formatting.
cmlenz
parents: 117
diff changeset
25 * `Number Formatting <numbers.html>`_
b12c6a776c44 Split docs on date and number formatting.
cmlenz
parents: 117
diff changeset
26 * `Working with Message Catalogs <messages.html>`_
75
98b27ffe1c3a Extended the docs a bit.
cmlenz
parents: 40
diff changeset
27 * `Command-Line Interface <cmdline.html>`_
98b27ffe1c3a Extended the docs a bit.
cmlenz
parents: 40
diff changeset
28 * `Distutils/Setuptools Integration <setup.html>`_
98b27ffe1c3a Extended the docs a bit.
cmlenz
parents: 40
diff changeset
29 * `Support Classes and Functions <support.html>`_
98b27ffe1c3a Extended the docs a bit.
cmlenz
parents: 40
diff changeset
30 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software