11 Commits

Author SHA1 Message Date
Jon Dufresne
e9d13f9d61 [3.0.x] Corrected FAQ link in docs/faq/help.txt.
Without the leading slash, was pointing to Python's FAQ
https://docs.python.org/3/faq/index.html.
Backport of 8dabdd2cc559a66b519e2a88b64575d304b96ebe from master
2020-05-29 21:24:59 +02:00
Adam Johnson
0342d47e7a [3.0.x] Prevented (and corrected) single backtick usage in docs.
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
2020-04-01 15:15:21 +02:00
Mariusz Felisiak
ab09559b19 [3.0.x] Removed unused link in docs/faq/help.txt.
Unused since its introduction in 97cb07c3a10ff0e584a260a7ee1001614691eb1d.
Backport of 3eaf6d67d01dd13baa7237153e7a6e371c56b336 from master
2020-03-31 18:28:16 +02:00
Adam Johnson
9362bf71c3 [3.0.x] Fixed links in Getting Help FAQ.
Follow up to 6ef4c8aa9f887f72ebdacff229b9012686272e3a,
Backport of 00ff7a44dee91be59a64559cadeeba0f7386fd6f from master
2020-03-30 07:45:32 +02:00
Adam Johnson
f4ee1ba74d [3.0.x] Rewrote Get Help FAQ.
Backport of 6ef4c8aa9f887f72ebdacff229b9012686272e3a from master
2020-03-26 10:25:24 +01:00
akki
74ed20b49a Replaced "django" with "Django" in spelling_wordlist. 2016-11-15 17:00:50 -05:00
Elif T. Kus
bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
Unai Zalakain
3895d8899d 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.
2013-10-04 10:00:36 -04:00
Adrian Holovaty
94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-01 16:10:22 +00:00
Jacob Kaplan-Moss
728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents.
Thanks, Ramiro Morales.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19 19:27:44 +00:00
Jacob Kaplan-Moss
97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 22:25:40 +00:00