Tim Graham 4114b441ee Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs. 7 yıl önce
..
_ext d2afa5eb23 Fixed #28860 -- Removed unnecessary len() calls. 7 yıl önce
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. 7 yıl önce
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 yıl önce
howto 617686e226 Fixed 'a'/'an' mix-ups in docs. 7 yıl önce
internals c70086473e Fixed #28759 -- Promoted the contributing guide in the docs for the django-developers mailing list. 7 yıl önce
intro f2ec896912 Removed 'development' word in contributing docs 7 yıl önce
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 yıl önce
misc 01f658644a Updated various links in docs to avoid redirects 7 yıl önce
ref 3cc08f4b2b Fixed typo in docs/ref/models/expressions.txt. 7 yıl önce
releases fc48047586 Refs #28876 -- Fixed incorrect foreign key constraint name for models with quoted db_table. 7 yıl önce
topics 4114b441ee Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs. 7 yıl önce
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 yıl önce
README 37b13033c6 Removed sudo from pip commands in docs. 10 yıl önce
conf.py 92fad87958 Bumped version; master is now 2.1 pre-alpha. 7 yıl önce
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 yıl önce
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 yıl önce
index.txt c6986a4ebf Refs #17453 -- Fixed broken link to #django IRC logs. 7 yıl önce
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 yıl önce
spelling_wordlist fc22a0a214 Removed unused words from docs/spelling_wordlist. 7 yıl önce

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses ReST (reStructuredText) [1], and the Sphinx documentation system [2].
This allows it to be built into other forms for easier viewing and browsing.

To create an HTML version of the docs:

* Install Sphinx (using ``pip install Sphinx`` or some other method)

* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
Windows) at a shell prompt.

The documentation in _build/html/index.html can then be viewed in a web browser.

[1] http://docutils.sourceforge.net/rst.html
[2] http://sphinx-doc.org/