summaryrefslogtreecommitdiff
path: root/docs/index.rst
blob: 220607c74b0a30166babd8f988236af7fa79e06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.. -*- mode: rst; encoding: utf-8 -*-

=====
Babel
=====

------------------
User Documentation
------------------

Babel is an integrated collection of utilities that assist in
internationalizing and localizing Python applications, with an emphasis on
web-based applications.

.. toctree::
   :maxdepth: 1

   intro
   display
   dates
   numbers
   messages
   cmdline
   setup
   support

-------------
API Reference
-------------

.. toctree::
   :maxdepth: 1

   api/babel.core
   api/babel.dates
   api/babel.localedata
   api/babel.messages
   api/babel.messages.catalog
   api/babel.messages.checkers
   api/babel.messages.extract
   api/babel.messages.frontend
   api/babel.messages.mofile
   api/babel.messages.plurals
   api/babel.messages.pofile
   api/babel.numbers
   api/babel.support
   api/babel.util