Ticket #17933: 17933-writing-documentation-link-to-code.diff

File 17933-writing-documentation-link-to-code.diff, 866 bytes (added by rmattb, 12 years ago)
  • docs/internals/contributing/writing-documentation.txt

     
    311311  (that's a tilde) to get just the "last bit" of that path. So
    312312  ``:class:`~django.contrib.contenttypes.models.ContentType``` will just
    313313  display a link with the title "ContentType".
     314
     315.. _getting-the-documentation-code:
     316
     317Getting the documentation code
     318------------------------------
     319To 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>`.
Back to Top