summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-10-07 11:58:02 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-10-07 11:58:02 +0000
commit4991aac216c703dd115a451f441f82fb5a5cb613 (patch)
tree15710d3781bdc857aee893760d35472c2f154d8d /docs/internals
parent8e1c848099c88dbcb9edcdd0ba1d17610b59fd87 (diff)
[1.0.X] Added a link to the "documentation" documentation in the contributing docs.
Backport of r9192 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
index f4955dc3ca..d65d7f1f3a 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -608,6 +608,10 @@ General improvements, or other changes to the APIs that should be emphasized
should use the ".. versionchanged:: X.Y" directive (with the same format as the
``versionadded`` mentioned above.
+There's a full page of information about the :ref:`Django documentation
+system <internals-documentation>` that you should read prior to working on the
+documentation.
+
Guidelines for ReST files
-------------------------