mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[1.4.x] Updated obsolete links in the documentation
Backport of 8a5d1a6b93
from master.
This commit is contained in:
parent
fa8a09fdc5
commit
b8340d26e4
28 changed files with 68 additions and 53 deletions
|
@ -60,7 +60,7 @@ Django source tree, as for any code change:
|
|||
* Open a ticket in Django's ticket system, set its ``Component`` field to
|
||||
``Translations``, and attach the patch to it.
|
||||
|
||||
.. _Transifex: https://www.transifex.net/
|
||||
.. _Transifex: https://www.transifex.com/
|
||||
.. _Django i18n mailing list: http://groups.google.com/group/django-i18n/
|
||||
.. _Django project page: https://www.transifex.net/projects/p/django/
|
||||
.. _Transifex User Guide: http://help.transifex.net/
|
||||
.. _Django project page: https://www.transifex.com/projects/p/django/
|
||||
.. _Transifex User Guide: http://help.transifex.com/
|
||||
|
|
|
@ -161,7 +161,7 @@ associated tests will be skipped.
|
|||
.. _Textile: http://pypi.python.org/pypi/textile
|
||||
.. _docutils: http://pypi.python.org/pypi/docutils/0.4
|
||||
.. _setuptools: http://pypi.python.org/pypi/setuptools/
|
||||
.. _memcached: http://www.danga.com/memcached/
|
||||
.. _memcached: http://memcached.org/
|
||||
.. _gettext: http://www.gnu.org/software/gettext/manual/gettext.html
|
||||
.. _selenium: http://pypi.python.org/pypi/selenium
|
||||
|
||||
|
|
|
@ -18,6 +18,22 @@ Documentation changes generally come in two forms:
|
|||
This section explains how writers can craft their documentation changes
|
||||
in the most useful and least error-prone ways.
|
||||
|
||||
Getting the raw documentation
|
||||
-----------------------------
|
||||
|
||||
Though Django's documentation is intended to be read as HTML at
|
||||
https://docs.djangoproject.com/, we edit it as a collection of text files for
|
||||
maximum flexibility. These files live in the top-level ``docs/`` directory of a
|
||||
Django release.
|
||||
|
||||
If you'd like to start contributing to our docs, get the development version of
|
||||
Django from the source code repository
|
||||
(see :ref:`installing-development-version`). The development version has the
|
||||
latest-and-greatest documentation, just as it has latest-and-greatest code.
|
||||
Generally, we only revise documentation in the development version, as our
|
||||
policy is to freeze documentation for existing releases (see
|
||||
:ref:`differences-between-doc-versions`).
|
||||
|
||||
Getting started with Sphinx
|
||||
---------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue