summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
-------------------------