]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
doc: Removed duplicate contents:: directive
authorTobias Bieniek <Tobias.Bieniek@gmx.de>
Wed, 3 Jul 2013 16:36:00 +0000 (18:36 +0200)
committerTobias Bieniek <Tobias.Bieniek@gmx.de>
Wed, 3 Jul 2013 16:36:00 +0000 (18:36 +0200)
The page contents are already displayed in the sidebar

doc/cmdline.rst
doc/dates.rst
doc/display.rst
doc/intro.rst
doc/messages.rst
doc/numbers.rst
doc/support.rst

index f787eb612cc9cf70b906cf9e64bb1f682119f724..dd93c2cad0e7698ef0c0a2515697957816e9fcdf 100644 (file)
@@ -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
index d0134867adf558e332c6916421c7e5ac9fb0d707..e58c77207530d456337649a70ca02a097f305c87 100644 (file)
@@ -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
index fec9222b867d994bfba1ddc0a34d65eef4a58d06..1fa3865a208d249ec1f72c61feb01dac23dde8e7 100644 (file)
@@ -4,9 +4,6 @@
 Locale Display Names
 ====================
 
-.. contents:: Contents
-   :depth: 2
-
 
 Introduction
 ============
index 639c11df22156ad2aa23b08fffabf2aa0d06c38f..0de1a5d69c1b2a4f9182c6ef5992d039b3376aa2 100644 (file)
@@ -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
 ================
index a860b7e6b64c060522495cb340605595eac23f7c..9f4bfab8fc6ca92f18c0a422fd03561aaa6f2a7e 100644 (file)
@@ -4,9 +4,6 @@
 Working with Message Catalogs
 =============================
 
-.. contents:: Contents
-   :depth: 3
-
 
 Introduction
 ============
index 1714cf24281d121b90fc752cc3fecd4dc4ef9903..280047291b6559d9b3963b0a9d34b723b540795f 100644 (file)
@@ -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:
 
index 5d17261b20503b0caa22195493a607fb48dbb7a8..baafc5451b6d255c6b92ea39c23bbccc90f086fe 100644 (file)
@@ -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,