summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-01 17:13:13 -0400
committerBenjamin Peterson <benjamin@python.org>2013-09-01 17:13:13 -0400
commitd1e4c8e45539c0dcebed5487e20be4f5a0be9d6f (patch)
tree2fc770711af1fc3f5c30fe60030670f3c6c05b3e
parent3bf04c8a52236846639212fea31aa4fa23186145 (diff)
downloadsix-d1e4c8e45539c0dcebed5487e20be4f5a0be9d6f.tar.gz
rename section headers, so they fit in the TOC bar1.4.0
-rw-r--r--documentation/index.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 9e22666..1b8d183 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -549,8 +549,8 @@ Supported renames:
| ``zip_longest`` | :func:`py2:itertools.izip_longest` | :func:`py3:itertools.zip_longest` |
+------------------------------+-------------------------------------+-------------------------------------+
-six.moves.urllib.parse
-<<<<<<<<<<<<<<<<<<<<<<
+urllib parse
+<<<<<<<<<<<<
.. module:: six.moves.urllib.parse
:synopsis: Stuff from :mod:`py2:urlparse` and :mod:`py2:urllib` in Python 2 and :mod:`py3:urllib.parse` in Python 3
@@ -577,8 +577,8 @@ and :mod:`py2:urllib`:
* :func:`py2:urllib.urlencode`
-six.moves.urllib.error
-<<<<<<<<<<<<<<<<<<<<<<
+urllib error
+<<<<<<<<<<<<
.. module:: six.moves.urllib.error
:synopsis: Stuff from :mod:`py2:urllib` and :mod:`py2:urllib2` in Python 2 and :mod:`py3:urllib.error` in Python 3
@@ -595,8 +595,8 @@ and :mod:`py2:urllib2`:
* :exc:`py2:urllib2.HTTPError`
-six.moves.urllib.request
-<<<<<<<<<<<<<<<<<<<<<<<<
+urllib request
+<<<<<<<<<<<<<<
.. module:: six.moves.urllib.request
:synopsis: Stuff from :mod:`py2:urllib` and :mod:`py2:urllib2` in Python 2 and :mod:`py3:urllib.request` in Python 3
@@ -642,8 +642,8 @@ and :mod:`py2:urllib2`:
* :class:`py2:urllib2.HTTPErrorProcessor`
-six.moves.urllib.response
-<<<<<<<<<<<<<<<<<<<<<<<<<
+urllib response
+<<<<<<<<<<<<<<<
.. module:: six.moves.urllib.response
:synopsis: Stuff from :mod:`py2:urllib` in Python 2 and :mod:`py3:urllib.response` in Python 3