]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
doc: Fixed toctree:: in index document
authorTobias Bieniek <Tobias.Bieniek@gmx.de>
Wed, 3 Jul 2013 16:30:32 +0000 (18:30 +0200)
committerTobias Bieniek <Tobias.Bieniek@gmx.de>
Wed, 3 Jul 2013 16:30:32 +0000 (18:30 +0200)
doc/index.rst

index 3b293e172dd4f45197d9da8d42f671d854501191..785e41694bf56a25cea7b1947354743579b11ebb 100644 (file)
@@ -12,12 +12,15 @@ 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>`_
+.. toctree::
+   :maxdepth: 1
+
+   intro
+   display
+   dates
+   numbers
+   messages
+   cmdline
+   setup
+   support
+   api/index