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

« back to all changes in this revision

Viewing changes to doc/index.txt

  • 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
 
=======
4
 
Preface
5
 
=======
6
 
 
7
 
.. image:: logo.png
8
 
   :width: 426
9
 
   :height: 187
10
 
   :align: center
11
 
   :alt: Babel
12
 
   :class: logo
13
 
 
14
 
---------------------------------------------------
15
 
Simple Internationalization for Python Applications
16
 
---------------------------------------------------
17
 
 
18
 
Babel is an integrated collection of utilities that assist in
19
 
internationalizing and localizing Python applications, with an emphasis on
20
 
web-based applications.
21
 
 
22
 
 * `Introduction <intro.html>`_
23
 
 * `Locale Display Names <display.html>`_
24
 
 * `Date Formatting <dates.html>`_
25
 
 * `Number Formatting <numbers.html>`_
26
 
 * `Working with Message Catalogs <messages.html>`_
27
 
 * `Command-Line Interface <cmdline.html>`_
28
 
 * `Distutils/Setuptools Integration <setup.html>`_
29
 
 * `Support Classes and Functions <support.html>`_
30
 
 * `Generated API Documentation <api/index.html>`_