summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorUnai Zalakain <unai@gisa-elkartea.org>2013-10-04 00:51:22 +0200
committerTim Graham <timograham@gmail.com>2013-12-19 09:24:13 -0500
commit54b04cc8e6e4ea3f40b6320afe7e8ecfa16a8651 (patch)
treeb172e7c3107d5301232be282db94fb5a79dd9775 /docs/intro
parent438f9edff6e53815c8223ec9e04740facad83a26 (diff)
[1.6.x] 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. Backport of 3895d8899d from master
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt3
-rw-r--r--docs/intro/tutorial01.txt3
-rw-r--r--docs/intro/whatsnext.txt3
3 files changed, 3 insertions, 6 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index dd7136c877..8f41b71056 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -34,12 +34,11 @@ so that it can be of use to the widest audience.
.. admonition:: Where to get help:
If you're having trouble going through this tutorial, please post a message
- to `django-developers`__ or drop by `#django-dev on irc.freenode.net`__ to
+ to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to
chat with other Django users who might be able to help.
__ http://diveintopython.net/toc/index.html
__ http://diveintopython3.net/
-__ http://groups.google.com/group/django-developers
__ irc://irc.freenode.net/django-dev
What does this tutorial cover?
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index cc8ab9b1a7..319e77aca7 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -36,10 +36,9 @@ older versions of Django and install a newer one.
.. admonition:: Where to get help:
If you're having trouble going through this tutorial, please post a message
- to `django-users`__ or drop by `#django on irc.freenode.net`__ to chat
+ to |django-users| or drop by `#django on irc.freenode.net`__ to chat
with other Django users who might be able to help.
-__ http://groups.google.com/group/django-users
__ irc://irc.freenode.net/django
Creating a project
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt
index 638d219afe..585cd5dd77 100644
--- a/docs/intro/whatsnext.txt
+++ b/docs/intro/whatsnext.txt
@@ -125,11 +125,10 @@ ticket system and use your feedback to improve the documentation for everybody.
Note, however, that tickets should explicitly relate to the documentation,
rather than asking broad tech-support questions. If you need help with your
-particular Django setup, try the `django-users mailing list`_ or the `#django
+particular Django setup, try the |django-users| mailing list or the `#django
IRC channel`_ instead.
.. _ticket system: https://code.djangoproject.com/newticket?component=Documentation
-.. _django-users mailing list: http://groups.google.com/group/django-users
.. _#django IRC channel: irc://irc.freenode.net/django
In plain text