diff options
| author | Unai Zalakain <unai@gisa-elkartea.org> | 2013-10-04 00:51:22 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-04 10:00:36 -0400 |
| commit | 3895d8899d7a01f2bdb1c206e45d8578a9739c91 (patch) | |
| tree | 6ab6dfa79cabbd968b846dde80d7d778b50dfb56 /docs/index.txt | |
| parent | 8b0014869f666b44cd20692e38073ec0a0a8cb08 (diff) | |
Fixed #21213 -- Added docs for Django's mailing lists.
Added docs/internals/mailing-lists.txt documenting the use of django's
mailing lists. All references across docs changed to point to this page.
The referencing makes use of substitution because there's no way to make
a :ref: link in a non-inline fashion in Sphinx. It also makes use of
rst_epilog Sphinx conf for making this substitutions across all the
docs.
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/index.txt b/docs/index.txt index b8a1ae90f8..df6861aa1c 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -17,7 +17,7 @@ Having trouble? We'd like to help! * Looking for specific information? Try the :ref:`genindex`, :ref:`modindex` or the :doc:`detailed table of contents <contents>`. -* Search for information in the `archives of the django-users mailing list`_, or +* Search for information in the archives of the |django-users| mailing list, or `post a question`_. * Ask a question in the `#django IRC channel`_, or search the `IRC logs`_ to see @@ -25,7 +25,7 @@ Having trouble? We'd like to help! * Report bugs with Django in our `ticket tracker`_. -.. _archives of the django-users mailing list: http://groups.google.com/group/django-users/ +.. _archives: http://groups.google.com/group/django-users/ .. _post a question: http://groups.google.com/group/django-users/ .. _#django IRC channel: irc://irc.freenode.net/django .. _IRC logs: http://django-irc-logs.com/ @@ -300,7 +300,8 @@ you can contribute: :doc:`The release process <internals/release-process>` | :doc:`Team of committers <internals/committers>` | :doc:`The Django source code repository <internals/git>` | - :doc:`Security policies <internals/security>` + :doc:`Security policies <internals/security>` | + :doc:`Mailing lists <internals/mailing-lists>` * **Design philosophies:** :doc:`Overview <misc/design-philosophies>` |
