On 1/23/06, Simon Greener <[EMAIL PROTECTED]> wrote: > Dunno if this is the right place to ask this question but I > would like to get a copy of all the Django documentation as > a single download and not have to go to the actual Django site. > Does the documentation exist as a single download?
Hey Simon, The docs are all available in the "docs/" directory in the Django tarball. They're in ReST (restructured text) format. The docs on the Django site are generated from those ReST documents, so you can be confident the content is the same. (The only difference is that we make lots of improvements to documentation, and the current docs on the Django site reflect the latest improvements, which you can get from Django's subversion repository.) Thanks for using Django! Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org
