/usr/share/doc/python-babel/index.txt is in python-babel 0.9.6-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | .. -*- mode: rst; encoding: utf-8 -*-
=======
Preface
=======
.. image:: logo.png
:width: 426
:height: 187
:align: center
:alt: Babel
:class: logo
---------------------------------------------------
Simple Internationalization for Python Applications
---------------------------------------------------
Babel is an integrated collection of utilities that assist in
internationalizing and localizing Python applications, with an emphasis on
web-based applications.
* `Introduction <intro.html>`_
* `Locale Display Names <display.html>`_
* `Date Formatting <dates.html>`_
* `Number Formatting <numbers.html>`_
* `Working with Message Catalogs <messages.html>`_
* `Command-Line Interface <cmdline.html>`_
* `Distutils/Setuptools Integration <setup.html>`_
* `Support Classes and Functions <support.html>`_
* `Generated API Documentation <api/index.html>`_
|