From: Tobias Bieniek Date: Wed, 3 Jul 2013 16:30:32 +0000 (+0200) Subject: doc: Fixed toctree:: in index document X-Git-Tag: 1.0~137^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af63cefffa857aab01c56bdebf27314069ac5776;p=thirdparty%2Fbabel.git doc: Fixed toctree:: in index document --- diff --git a/doc/index.rst b/doc/index.rst index 3b293e17..785e4169 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 `_ - * `Locale Display Names `_ - * `Date Formatting `_ - * `Number Formatting `_ - * `Working with Message Catalogs `_ - * `Command-Line Interface `_ - * `Distutils/Setuptools Integration `_ - * `Support Classes and Functions `_ - * `Generated API Documentation `_ +.. toctree:: + :maxdepth: 1 + + intro + display + dates + numbers + messages + cmdline + setup + support + api/index