Ticket #17933: 17933-writing-documentation-link-to-code.diff
File 17933-writing-documentation-link-to-code.diff, 866 bytes (added by , 13 years ago) |
---|
-
docs/internals/contributing/writing-documentation.txt
311 311 (that's a tilde) to get just the "last bit" of that path. So 312 312 ``:class:`~django.contrib.contenttypes.models.ContentType``` will just 313 313 display a link with the title "ContentType". 314 315 .. _getting-the-documentation-code: 316 317 Getting the documentation code 318 ------------------------------ 319 To get started improving or writing documentation, 320 :doc:`check out and install the Subversion ("trunk") version of Django 321 </topics/install>`. Documentation is usually only revised in trunk because 322 :doc:`documentation is frozen for existing releases 323 </intro/whatsnext>`.