~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. -*- mode: rst; encoding: utf-8 -*-
 
2
 
 
3
Babel
 
4
=====
 
5
 
 
6
Babel is an integrated collection of utilities that assist in
 
7
internationalizing and localizing Python applications, with an emphasis on
 
8
web-based applications.
 
9
 
 
10
User Documentation
 
11
------------------
 
12
 
 
13
The user documentation explains some core concept of the library and gives
 
14
some information about how it can be used.
 
15
 
 
16
.. toctree::
 
17
   :maxdepth: 1
 
18
 
 
19
   intro
 
20
   installation
 
21
   locale
 
22
   dates
 
23
   numbers
 
24
   messages
 
25
   cmdline
 
26
   setup
 
27
   support
 
28
 
 
29
API Reference
 
30
-------------
 
31
 
 
32
The API reference lists the full public API that Babel provides.
 
33
 
 
34
.. toctree::
 
35
   :maxdepth: 2
 
36
 
 
37
   api/index
 
38
 
 
39
Additional Notes
 
40
----------------
 
41
 
 
42
.. toctree::
 
43
   :maxdepth: 2
 
44
 
 
45
   changelog
 
46
   license