Commit 4991aac2 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

[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
parent 8e1c8480
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
-------------------------