Fixed broken links in docs.
This commit is contained in:
parent
fcd42a4819
commit
0efd72dc90
|
@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
|
|
@ -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````.
|
||||
|
||||
|
|
|
@ -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
|
||||
==============
|
||||
|
|
|
@ -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
|
||||
---------------
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
|
@ -362,11 +362,10 @@ features:
|
|||
|
||||
* A new list interface methods for ``GEOSGeometry`` objects.
|
||||
|
||||
For more details, see the `GeoDjango documentation`_.
|
||||
For more details, see the GeoDjango documentation.
|
||||
|
||||
.. _geodjango: http://geodjango.org/
|
||||
.. _spatialite: http://www.gaia-gis.it/gaia-sins/
|
||||
.. _geodjango documentation: http://geodjango.org/docs/
|
||||
|
||||
Other improvements
|
||||
------------------
|
||||
|
|
|
@ -208,7 +208,7 @@ This is the recommended way to install Django.
|
|||
.. _pip: http://www.pip-installer.org/
|
||||
.. _virtualenv: http://www.virtualenv.org/
|
||||
.. _virtualenvwrapper: http://virtualenvwrapper.readthedocs.org/en/latest/
|
||||
.. _standalone pip installer: http://www.pip-installer.org/en/latest/installing.html#using-the-installer
|
||||
.. _standalone pip installer: http://www.pip-installer.org/en/latest/installing.html#install-pip
|
||||
|
||||
Installing an official release manually
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -245,7 +245,7 @@ consequence, the following pattern is sometimes necessary::
|
|||
|
||||
Be cautious if you have to `index bytestrings`_.
|
||||
|
||||
.. _index bytestrings: http://docs.python.org/3/howto/pyporting.html#bytes-literals
|
||||
.. _index bytestrings: https://docs.python.org/3/howto/pyporting.html#indexing-bytes-objects
|
||||
|
||||
Exceptions
|
||||
~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue