Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue #663 #666

Merged
merged 1 commit into from Jul 1, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contrib.rst
Expand Up @@ -6,7 +6,7 @@ Contrib Modules
These modules implement various extra features, that may not be ready for
prime time.

.. _pyopenssl:
.. _contrib-pyopenssl:

SNI-support for Python 2
------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/exceptions.rst
@@ -1,3 +1,5 @@
.. _exceptions:

Exceptions
==========

Expand Down
2 changes: 2 additions & 0 deletions docs/helpers.rst
@@ -1,3 +1,5 @@
.. _helpers:

Helpers
=======

Expand Down
12 changes: 4 additions & 8 deletions docs/index.rst
Expand Up @@ -9,9 +9,9 @@ urllib3 Documentation
managers
security
helpers
exceptions
collections
contrib
security


Highlights
Expand Down Expand Up @@ -319,10 +319,8 @@ To aid the limited functionality of the :mod:`httplib` module, :mod:`urllib3`
provides various helper methods which are used with the higher level components
but can also be used independently.

.. toctree::

helpers
exceptions
* :ref:`helpers`
* :ref:`exceptions`


Contrib Modules
Expand All @@ -331,9 +329,7 @@ Contrib Modules
These modules implement various extra features, that may not be ready for
prime time.

.. toctree::

contrib
* :ref:`contrib-modules`


Contributing
Expand Down