annotate doc/index.txt @ 559:8831b754f81e trunk

Allow disabling cache behaviour in LazyProxy (fixes #208, initial patch Pedro Algarvio)
author fschwarz
date Wed, 31 Aug 2011 12:38:06 +0000
parents cf64577122b7
children
rev   line source
2
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
1 .. -*- mode: rst; encoding: utf-8 -*-
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
2
236
cf64577122b7 Documentation stuff moved to a shared repository.
cmlenz
parents: 124
diff changeset
3 =======
cf64577122b7 Documentation stuff moved to a shared repository.
cmlenz
parents: 124
diff changeset
4 Preface
cf64577122b7 Documentation stuff moved to a shared repository.
cmlenz
parents: 124
diff changeset
5 =======
2
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
6
115
79c875493b91 Added new logo.
cmlenz
parents: 73
diff changeset
7 .. image:: logo.png
79c875493b91 Added new logo.
cmlenz
parents: 73
diff changeset
8 :width: 426
79c875493b91 Added new logo.
cmlenz
parents: 73
diff changeset
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
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
13
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
14 ---------------------------------------------------
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
15 Simple Internationalization for Python Applications
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
16 ---------------------------------------------------
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
17
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
18 Babel is an integrated collection of utilities that assist in
115
79c875493b91 Added new logo.
cmlenz
parents: 73
diff changeset
19 internationalizing and localizing Python applications, with an emphasis on
79c875493b91 Added new logo.
cmlenz
parents: 73
diff changeset
20 web-based applications.
2
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
21
115
79c875493b91 Added new logo.
cmlenz
parents: 73
diff changeset
22 * `Introduction <intro.html>`_
73
9bc73c0bf7e5 Extended the docs a bit.
cmlenz
parents: 38
diff changeset
23 * `Locale Display Names <display.html>`_
124
98dcabc99308 Split docs on date and number formatting.
cmlenz
parents: 115
diff changeset
24 * `Date Formatting <dates.html>`_
98dcabc99308 Split docs on date and number formatting.
cmlenz
parents: 115
diff changeset
25 * `Number Formatting <numbers.html>`_
98dcabc99308 Split docs on date and number formatting.
cmlenz
parents: 115
diff changeset
26 * `Working with Message Catalogs <messages.html>`_
73
9bc73c0bf7e5 Extended the docs a bit.
cmlenz
parents: 38
diff changeset
27 * `Command-Line Interface <cmdline.html>`_
9bc73c0bf7e5 Extended the docs a bit.
cmlenz
parents: 38
diff changeset
28 * `Distutils/Setuptools Integration <setup.html>`_
9bc73c0bf7e5 Extended the docs a bit.
cmlenz
parents: 38
diff changeset
29 * `Support Classes and Functions <support.html>`_
9bc73c0bf7e5 Extended the docs a bit.
cmlenz
parents: 38
diff changeset
30 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software