From: Tobias Bieniek Date: Wed, 3 Jul 2013 16:36:00 +0000 (+0200) Subject: doc: Removed duplicate contents:: directive X-Git-Tag: 1.0~137^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ab0928445423bdccddcfd7b9588e89ccee8636;p=thirdparty%2Fbabel.git doc: Removed duplicate contents:: directive The page contents are already displayed in the sidebar --- diff --git a/doc/cmdline.rst b/doc/cmdline.rst index f787eb61..dd93c2ca 100644 --- a/doc/cmdline.rst +++ b/doc/cmdline.rst @@ -9,10 +9,6 @@ similar to the various GNU ``gettext`` tools commonly available on Linux/Unix systems. -.. contents:: Contents - :depth: 2 - - When properly installed, Babel provides a script called ``pybabel``:: $ pybabel --help diff --git a/doc/dates.rst b/doc/dates.rst index d0134867..e58c7720 100644 --- a/doc/dates.rst +++ b/doc/dates.rst @@ -5,10 +5,6 @@ Date Formatting =============== -.. contents:: Contents - :depth: 2 - - When working with date and time information in Python, you commonly use the classes ``date``, ``datetime`` and/or ``time`` from the `datetime`_ package. Babel provides functions for locale-specific formatting of those objects in its diff --git a/doc/display.rst b/doc/display.rst index fec9222b..1fa3865a 100644 --- a/doc/display.rst +++ b/doc/display.rst @@ -4,9 +4,6 @@ Locale Display Names ==================== -.. contents:: Contents - :depth: 2 - Introduction ============ diff --git a/doc/intro.rst b/doc/intro.rst index 639c11df..0de1a5d6 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -12,9 +12,6 @@ localization (L10N) can be separated into two different aspects: access to various locale display names, localized number and date formatting, etc. -.. contents:: Contents - :depth: 2 - Message Catalogs ================ diff --git a/doc/messages.rst b/doc/messages.rst index a860b7e6..9f4bfab8 100644 --- a/doc/messages.rst +++ b/doc/messages.rst @@ -4,9 +4,6 @@ Working with Message Catalogs ============================= -.. contents:: Contents - :depth: 3 - Introduction ============ diff --git a/doc/numbers.rst b/doc/numbers.rst index 1714cf24..28004729 100644 --- a/doc/numbers.rst +++ b/doc/numbers.rst @@ -5,10 +5,6 @@ Number Formatting ========================== -.. contents:: Contents - :depth: 2 - - Support for locale-specific formatting and parsing of numbers is provided by the ``babel.numbers`` module: diff --git a/doc/support.rst b/doc/support.rst index 5d17261b..baafc545 100644 --- a/doc/support.rst +++ b/doc/support.rst @@ -4,10 +4,6 @@ Support Classes and Functions ============================= -.. contents:: Contents - :depth: 2 - - The ``babel.support`` modules contains a number of classes and functions that can help with integrating Babel, and internationalization in general, into your application or framework. The code in this module is not used by Babel itself,