comparison doc/index.txt @ 73:9bc73c0bf7e5 trunk

Extended the docs a bit.
author cmlenz
date Fri, 08 Jun 2007 21:40:44 +0000
parents 7ae4722af473
children 79c875493b91
comparison
equal deleted inserted replaced
72:e0bb7dce49ea 73:9bc73c0bf7e5
17 17
18 Babel is an integrated collection of utilities that assist in 18 Babel is an integrated collection of utilities that assist in
19 internationalizing and localizing Python applications, with an 19 internationalizing and localizing Python applications, with an
20 emphasis on web-based applications. 20 emphasis on web-based applications.
21 21
22 * `Working with Message Catalogs <catalogs.html>`_ 22 * `Working with Message Catalogs <catalogs.html>`_
23 * `Locale Display Names <display.html>`_ 23 * `Locale Display Names <display.html>`_
24 * `Number and Date Formatting <formatting.html>`_ 24 * `Number and Date Formatting <formatting.html>`_
25 * `Command-Line Interface <cmdline.html>`_ 25 * `Command-Line Interface <cmdline.html>`_
26 * `Distutils/Setuptools Integration <setup.html>`_ 26 * `Distutils/Setuptools Integration <setup.html>`_
27 * `Generated API Documentation <api/index.html>`_ 27 * `Support Classes and Functions <support.html>`_
28 * `Generated API Documentation <api/index.html>`_
28 29
29 Introduction 30 Introduction
30 ------------ 31 ------------
31 32
32 The functionality Babel provides for internationalization (I18n) and 33 The functionality Babel provides for internationalization (I18n) and
Copyright (C) 2012-2017 Edgewall Software