Django

Code

Changeset 2119

Show
Ignore:
Timestamp:
01/23/06 17:16:39 (3 years ago)
Author:
adrian
Message:

Added 'How can I download the Django documentation to read it offline?' to docs/faq.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r2078 r2119  
    167167.. _unofficial Django screencast: http://www.throwingbeans.org/django_screencasts.html 
    168168 
     169How can I download the Django documentation to read it offline? 
     170--------------------------------------------------------------- 
     171 
     172The Django docs are available in the ``docs`` directory of each Django tarball 
     173release. These docs are in ReST (restructured text) format, and each text file 
     174corresponds to a Web page on the official Django site. 
     175 
     176Because the documentation is `stored in revision control`_, you can browse 
     177documentation changes just like you can browse code changes. 
     178 
     179Technically, the docs on Django's site are generated from the latest development 
     180versions of those ReST documents, so the docs on the Django site may offer more 
     181information than the docs that come with the latest Django release. 
     182 
     183.. _stored in revision control: http://code.djangoproject.com/browser/django/trunk/docs 
     184 
    169185Installation questions 
    170186======================