summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorUnai Zalakain <unai@gisa-elkartea.org>2013-10-04 00:51:22 +0200
committerTim Graham <timograham@gmail.com>2013-10-04 10:00:36 -0400
commit3895d8899d7a01f2bdb1c206e45d8578a9739c91 (patch)
tree6ab6dfa79cabbd968b846dde80d7d778b50dfb56 /docs/ref
parent8b0014869f666b44cd20692e38073ec0a0a8cb08 (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/ref')
-rw-r--r--docs/ref/contrib/index.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/contrib/index.txt b/docs/ref/contrib/index.txt
index 727fab01dc..cd85b45487 100644
--- a/docs/ref/contrib/index.txt
+++ b/docs/ref/contrib/index.txt
@@ -177,6 +177,4 @@ Other add-ons
=============
If you have an idea for functionality to include in ``contrib``, let us know!
-Code it up, and post it to the `django-users mailing list`_.
-
-.. _django-users mailing list: http://groups.google.com/group/django-users
+Code it up, and post it to the |django-users| mailing list.