File: index.rst

package info (click to toggle)
python-babel 2.6.0%2Bdfsg.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164,640 kB
  • sloc: xml: 1,848,178; python: 11,849; makefile: 213; sh: 44
file content (47 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (5)
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
=====

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

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

The user documentation explains some core concept of the library and gives
some information about how it can be used.

.. toctree::
   :maxdepth: 1

   intro
   installation
   locale
   dates
   numbers
   messages
   cmdline
   setup
   support

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

The API reference lists the full public API that Babel provides.

.. toctree::
   :maxdepth: 2

   api/index

Additional Notes
----------------

.. toctree::
   :maxdepth: 2

   dev
   changelog
   license