From 08c3ad0cd0621ed956697279496afba14a957e2f Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 7 Oct 2008 11:49:50 +0000 Subject: [PATCH] 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 --- docs/internals/contributing.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index f4955dc3ca2..d65d7f1f3a7 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 ` that you should read prior to working on the +documentation. + Guidelines for ReST files -------------------------