Browse Source

Added a link to the "documentation" documentation in the contributing docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Malcolm Tredinnick 16 years ago
parent
commit
08c3ad0cd0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/internals/contributing.txt

+ 4 - 0
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
 should use the ".. versionchanged:: X.Y" directive (with the same format as the
 ``versionadded`` mentioned above.
 ``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
 Guidelines for ReST files
 -------------------------
 -------------------------