From af63cefffa857aab01c56bdebf27314069ac5776 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 3 Jul 2013 18:30:32 +0200 Subject: [PATCH] doc: Fixed toctree:: in index document --- doc/index.rst | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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 -- 2.47.3