| | 169 | How can I download the Django documentation to read it offline? |
|---|
| | 170 | --------------------------------------------------------------- |
|---|
| | 171 | |
|---|
| | 172 | The Django docs are available in the ``docs`` directory of each Django tarball |
|---|
| | 173 | release. These docs are in ReST (restructured text) format, and each text file |
|---|
| | 174 | corresponds to a Web page on the official Django site. |
|---|
| | 175 | |
|---|
| | 176 | Because the documentation is `stored in revision control`_, you can browse |
|---|
| | 177 | documentation changes just like you can browse code changes. |
|---|
| | 178 | |
|---|
| | 179 | Technically, the docs on Django's site are generated from the latest development |
|---|
| | 180 | versions of those ReST documents, so the docs on the Django site may offer more |
|---|
| | 181 | information 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 | |
|---|