Commit 0efd72dc authored by Tim Graham's avatar Tim Graham
Browse files

Fixed broken links in docs.

parent fcd42a48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ associated tests will be skipped.
.. _gettext: http://www.gnu.org/software/gettext/manual/gettext.html
.. _selenium: https://pypi.python.org/pypi/selenium
.. _sqlparse: https://pypi.python.org/pypi/sqlparse
.. _pip requirements files: http://www.pip-installer.org/en/latest/cookbook.html#requirements-files
.. _pip requirements files: http://www.pip-installer.org/en/latest/user_guide.html#requirements-files

Code coverage
~~~~~~~~~~~~~
+1 −5
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ Django-specific markup
Besides the `Sphinx built-in markup`__, Django's docs defines some extra
description units:

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

* Settings::

@@ -319,10 +319,6 @@ look better:

  This will probably be a continuing, never-ending project.

* Add `info field lists`__ where appropriate.

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

* Whenever possible, use links. So, use ``:setting:`ADMINS``` instead
  of ````ADMINS````.

+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ generate a Google News compatible sitemap:
    {% endspaceless %}
    </urlset>

.. _`Google news sitemaps`: https://support.google.com/webmasters/answer/74288?hl=en
.. _`Google news sitemaps`: https://support.google.com/news/publisher/answer/74288?hl=en

Pinging Google
==============
+1 −1
Original line number Diff line number Diff line
@@ -1779,7 +1779,7 @@ Support for color-coded output from ``django-admin`` / ``manage.py``
utilities on Windows by relying on the ANSICON application was added in Django
1.7.

.. _ANSICON: http://adoxa.hostmyway.net/ansicon/
.. _ANSICON: http://adoxa.altervista.org/ansicon/

Bash completion
---------------
+1 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ features have landed, including:
``django.contrib.gis`` (`GeoDjango`_)
    A project over a year in the making, this adds world-class GIS
    (`Geographic Information Systems`_) support to Django, in the form
    of a ``contrib`` application.  `Its documentation`_ is currently
    of a ``contrib`` application. Its documentation is currently
    being maintained externally, and will be merged into the main
    Django documentation prior to the final 1.0 release. Huge thanks
    go to Justin Bronn, Jeremy Dunck, Brett Hoerner and Travis Pinney
@@ -56,7 +56,6 @@ mapper -- is now significantly faster.

.. _GeoDjango: http://geodjango.org/
.. _Geographic Information Systems: http://en.wikipedia.org/wiki/Geographic_information_system
.. _Its documentation: http://geodjango.org/docs/
.. _Jython: http://www.jython.org/


Loading