Skip to content

Commit

Permalink
Merge pull request #1658 from yokomizor/updated_sphinx_url
Browse files Browse the repository at this point in the history
Fixed #21141 -- Updated Sphinx URL.
  • Loading branch information
aaugustin committed Sep 22, 2013
2 parents ce0c5c3 + 1b4b710 commit 5a64f9b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/README
Expand Up @@ -14,4 +14,4 @@ To create an HTML version of the docs:
The documentation in _build/html/index.html can then be viewed in a web browser.

[1] http://docutils.sourceforge.net/rst.html
[2] http://sphinx.pocoo.org/
[2] http://sphinx-doc.org/
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -111,7 +111,7 @@ def django_release():
# branch, which is located at this URL.
intersphinx_mapping = {
'python': ('http://docs.python.org/2.7', None),
'sphinx': ('http://sphinx.pocoo.org/', None),
'sphinx': ('http://sphinx-doc.org/', None),
'six': ('http://pythonhosted.org/six/', None),
'simplejson': ('http://simplejson.readthedocs.org/en/latest/', None),
}
Expand Down
6 changes: 3 additions & 3 deletions docs/internals/contributing/writing-documentation.txt
Expand Up @@ -42,7 +42,7 @@ Django's documentation uses the Sphinx__ documentation system, which in turn
is based on docutils__. The basic idea is that lightly-formatted plain-text
documentation is transformed into HTML, PDF, and any other output format.

__ http://sphinx.pocoo.org/
__ http://sphinx-doc.org/
__ http://docutils.sourceforge.net/

To actually build the documentation locally, you'll currently need to install
Expand Down Expand Up @@ -141,7 +141,7 @@ Django-specific markup
Besides the `Sphinx built-in markup`__, Django's docs defines some extra
description units:

__ http://sphinx.pocoo.org/markup/desc.html
__ http://sphinx-doc.org/markup/desc.html

* Settings::

Expand Down Expand Up @@ -305,7 +305,7 @@ look better:

* Add `info field lists`__ where appropriate.

__ http://sphinx.pocoo.org/markup/desc.html#info-field-lists
__ http://sphinx-doc.org/markup/desc.html#info-field-lists

* Whenever possible, use links. So, use ``:setting:`ADMIN_FOR``` instead
of ````ADMIN_FOR````.
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/whatsnext.txt
Expand Up @@ -192,7 +192,7 @@ You can get a local copy of the HTML documentation following a few easy steps:
Generation of the Django documentation will work with Sphinx version 0.6
or newer, but we recommend going straight to Sphinx 1.0.2 or newer.

__ http://sphinx.pocoo.org/
__ http://sphinx-doc.org/
__ http://www.gnu.org/software/make/

.. _differences-between-doc-versions:
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/1.0-beta-2.txt
Expand Up @@ -45,7 +45,7 @@ Refactored documentation
have Sphinx installed, build the HTML yourself from the
documentation files bundled with Django.

.. _Sphinx: http://sphinx.pocoo.org/
.. _Sphinx: http://sphinx-doc.org/
.. _online: https://docs.djangoproject.com/

Along with these new features, the Django team has also been hard at
Expand Down

0 comments on commit 5a64f9b

Please sign in to comment.