Changeset 8506
- Timestamp:
- 08/23/08 17:25:40 (10 months ago)
- Files:
-
- django/trunk/AUTHORS (modified) (1 diff)
- django/trunk/docs/add_ons.txt (deleted)
- django/trunk/docs/admin_css.txt (deleted)
- django/trunk/docs/admin.txt (deleted)
- django/trunk/docs/apache_auth.txt (deleted)
- django/trunk/docs/api_stability.txt (deleted)
- django/trunk/docs/authentication.txt (deleted)
- django/trunk/docs/cache.txt (deleted)
- django/trunk/docs/conf.py (modified) (10 diffs)
- django/trunk/docs/contents.txt (added)
- django/trunk/docs/contenttypes.txt (deleted)
- django/trunk/docs/contributing.txt (deleted)
- django/trunk/docs/csrf.txt (deleted)
- django/trunk/docs/custom_model_fields.txt (deleted)
- django/trunk/docs/databases.txt (deleted)
- django/trunk/docs/databrowse.txt (deleted)
- django/trunk/docs/db-api.txt (deleted)
- django/trunk/docs/design_philosophies.txt (deleted)
- django/trunk/docs/distributions.txt (deleted)
- django/trunk/docs/django-admin.txt (deleted)
- django/trunk/docs/documentation.txt (deleted)
- django/trunk/docs/email.txt (deleted)
- django/trunk/docs/_ext (added)
- django/trunk/docs/_ext/applyxrefs.py (added)
- django/trunk/docs/_ext/djangodocs.py (added)
- django/trunk/docs/_ext/literals_to_xrefs.py (added)
- django/trunk/docs/faq (added)
- django/trunk/docs/faq/admin.txt (added)
- django/trunk/docs/faq/contributing.txt (added)
- django/trunk/docs/faq/general.txt (added)
- django/trunk/docs/faq/help.txt (added)
- django/trunk/docs/faq/index.txt (added)
- django/trunk/docs/faq/install.txt (added)
- django/trunk/docs/faq/models.txt (added)
- django/trunk/docs/faq.txt (deleted)
- django/trunk/docs/faq/usage.txt (added)
- django/trunk/docs/fastcgi.txt (deleted)
- django/trunk/docs/files.txt (deleted)
- django/trunk/docs/flatpages.txt (deleted)
- django/trunk/docs/form_preview.txt (deleted)
- django/trunk/docs/forms.txt (deleted)
- django/trunk/docs/form_wizard.txt (deleted)
- django/trunk/docs/generic_views.txt (deleted)
- django/trunk/docs/glossary.txt (added)
- django/trunk/docs/howto (added)
- django/trunk/docs/howto/apache-auth.txt (added)
- django/trunk/docs/howto/custom-file-storage.txt (added)
- django/trunk/docs/howto/custom-management-commands.txt (added)
- django/trunk/docs/howto/custom-model-fields.txt (added)
- django/trunk/docs/howto/custom-template-tags.txt (added)
- django/trunk/docs/howto/deployment (added)
- django/trunk/docs/howto/deployment/fastcgi.txt (added)
- django/trunk/docs/howto/deployment/index.txt (added)
- django/trunk/docs/howto/deployment/modpython.txt (added)
- django/trunk/docs/howto/error-reporting.txt (added)
- django/trunk/docs/howto/index.txt (added)
- django/trunk/docs/howto/initial-data.txt (added)
- django/trunk/docs/howto/legacy-databases.txt (added)
- django/trunk/docs/howto/outputting-csv.txt (added)
- django/trunk/docs/howto/outputting-pdf.txt (added)
- django/trunk/docs/howto/static-files.txt (added)
- django/trunk/docs/i18n.txt (deleted)
- django/trunk/docs/index.txt (modified) (1 diff)
- django/trunk/docs/install.txt (deleted)
- django/trunk/docs/internals (added)
- django/trunk/docs/internals/contributing.txt (added)
- django/trunk/docs/internals/documentation.txt (added)
- django/trunk/docs/internals/_images (added)
- django/trunk/docs/internals/_images/djangotickets.png (added)
- django/trunk/docs/internals/index.txt (added)
- django/trunk/docs/intro (added)
- django/trunk/docs/intro/_images (added)
- django/trunk/docs/intro/_images/admin01.png (added)
- django/trunk/docs/intro/_images/admin02.png (added)
- django/trunk/docs/intro/_images/admin02t.png (added)
- django/trunk/docs/intro/_images/admin03.png (added)
- django/trunk/docs/intro/_images/admin03t.png (added)
- django/trunk/docs/intro/_images/admin04.png (added)
- django/trunk/docs/intro/_images/admin04t.png (added)
- django/trunk/docs/intro/_images/admin05.png (added)
- django/trunk/docs/intro/_images/admin05t.png (added)
- django/trunk/docs/intro/_images/admin06.png (added)
- django/trunk/docs/intro/_images/admin06t.png (added)
- django/trunk/docs/intro/_images/admin07.png (added)
- django/trunk/docs/intro/_images/admin08.png (added)
- django/trunk/docs/intro/_images/admin08t.png (added)
- django/trunk/docs/intro/_images/admin09.png (added)
- django/trunk/docs/intro/_images/admin10.png (added)
- django/trunk/docs/intro/_images/admin11.png (added)
- django/trunk/docs/intro/_images/admin11t.png (added)
- django/trunk/docs/intro/_images/admin12.png (added)
- django/trunk/docs/intro/_images/admin13.png (added)
- django/trunk/docs/intro/_images/admin13t.png (added)
- django/trunk/docs/intro/_images/admin14.png (added)
- django/trunk/docs/intro/_images/admin14t.png (added)
- django/trunk/docs/intro/index.txt (added)
- django/trunk/docs/intro/install.txt (added)
- django/trunk/docs/intro/overview.txt (added)
- django/trunk/docs/intro/tutorial01.txt (added)
- django/trunk/docs/intro/tutorial02.txt (added)
- django/trunk/docs/intro/tutorial03.txt (added)
- django/trunk/docs/intro/tutorial04.txt (added)
- django/trunk/docs/intro/whatsnext.txt (added)
- django/trunk/docs/legacy_databases.txt (deleted)
- django/trunk/docs/localflavor.txt (deleted)
- django/trunk/docs/Makefile (modified) (2 diffs)
- django/trunk/docs/man/django-admin.1 (modified) (1 diff)
- django/trunk/docs/middleware.txt (deleted)
- django/trunk/docs/misc (added)
- django/trunk/docs/misc/api-stability.txt (added)
- django/trunk/docs/misc/design-philosophies.txt (added)
- django/trunk/docs/misc/distributions.txt (added)
- django/trunk/docs/misc/index.txt (added)
- django/trunk/docs/model-api.txt (deleted)
- django/trunk/docs/modelforms.txt (deleted)
- django/trunk/docs/modpython.txt (deleted)
- django/trunk/docs/obsolete (added)
- django/trunk/docs/obsolete/admin-css.txt (added)
- django/trunk/docs/obsolete/forms.txt (added)
- django/trunk/docs/obsolete/_images (added)
- django/trunk/docs/obsolete/_images/formrow.gif (added)
- django/trunk/docs/obsolete/_images/module.gif (added)
- django/trunk/docs/obsolete/_images/objecttools_01.gif (added)
- django/trunk/docs/obsolete/_images/objecttools_02.gif (added)
- django/trunk/docs/obsolete/index.txt (added)
- django/trunk/docs/obsolete/newforms-migration.txt (added)
- django/trunk/docs/oldforms.txt (deleted)
- django/trunk/docs/outputting_csv.txt (deleted)
- django/trunk/docs/outputting_pdf.txt (deleted)
- django/trunk/docs/overview.txt (deleted)
- django/trunk/docs/pagination.txt (deleted)
- django/trunk/docs/redirects.txt (deleted)
- django/trunk/docs/ref (added)
- django/trunk/docs/ref/contrib (added)
- django/trunk/docs/ref/contrib/admin.txt (added)
- django/trunk/docs/ref/contrib/auth.txt (added)
- django/trunk/docs/ref/contrib/contenttypes.txt (added)
- django/trunk/docs/ref/contrib/csrf.txt (added)
- django/trunk/docs/ref/contrib/databrowse.txt (added)
- django/trunk/docs/ref/contrib/flatpages.txt (added)
- django/trunk/docs/ref/contrib/formtools (added)
- django/trunk/docs/ref/contrib/formtools/form-preview.txt (added)
- django/trunk/docs/ref/contrib/formtools/form-wizard.txt (added)
- django/trunk/docs/ref/contrib/formtools/index.txt (added)
- django/trunk/docs/ref/contrib/humanize.txt (added)
- django/trunk/docs/ref/contrib/_images (added)
- django/trunk/docs/ref/contrib/_images/flatfiles_admin.png (added)
- django/trunk/docs/ref/contrib/_images/users_changelist.png (added)
- django/trunk/docs/ref/contrib/index.txt (added)
- django/trunk/docs/ref/contrib/localflavor.txt (added)
- django/trunk/docs/ref/contrib/redirects.txt (added)
- django/trunk/docs/ref/contrib/sitemaps.txt (added)
- django/trunk/docs/ref/contrib/sites.txt (added)
- django/trunk/docs/ref/contrib/syndication.txt (added)
- django/trunk/docs/ref/contrib/webdesign.txt (added)
- django/trunk/docs/ref/databases.txt (added)
- django/trunk/docs/ref/django-admin.txt (added)
- django/trunk/docs/ref/files (added)
- django/trunk/docs/ref/files/file.txt (added)
- django/trunk/docs/ref/files/index.txt (added)
- django/trunk/docs/ref/files/storage.txt (added)
- django/trunk/docs/ref/forms (added)
- django/trunk/docs/ref/forms/api.txt (added)
- django/trunk/docs/ref/forms/fields.txt (added)
- django/trunk/docs/ref/forms/index.txt (added)
- django/trunk/docs/ref/forms/validation.txt (added)
- django/trunk/docs/ref/forms/widgets.txt (added)
- django/trunk/docs/ref/generic-views.txt (added)
- django/trunk/docs/ref/index.txt (added)
- django/trunk/docs/ref/middleware.txt (added)
- django/trunk/docs/ref/models (added)
- django/trunk/docs/ref/models/fields.txt (added)
- django/trunk/docs/ref/models/index.txt (added)
- django/trunk/docs/ref/models/instances.txt (added)
- django/trunk/docs/ref/models/options.txt (added)
- django/trunk/docs/ref/models/querysets.txt (added)
- django/trunk/docs/ref/models/relations.txt (added)
- django/trunk/docs/ref/request-response.txt (added)
- django/trunk/docs/ref/settings.txt (added)
- django/trunk/docs/ref/templates (added)
- django/trunk/docs/ref/templates/api.txt (added)
- django/trunk/docs/ref/templates/builtins.txt (added)
- django/trunk/docs/ref/templates/index.txt (added)
- django/trunk/docs/ref/unicode.txt (added)
- django/trunk/docs/release_notes_0.95.txt (deleted)
- django/trunk/docs/release_notes_0.96.txt (deleted)
- django/trunk/docs/release_notes_1.0_alpha_2.txt (deleted)
- django/trunk/docs/release_notes_1.0_alpha.txt (deleted)
- django/trunk/docs/release_notes_1.0_beta_1.txt (deleted)
- django/trunk/docs/releases (added)
- django/trunk/docs/releases/0.95.txt (added)
- django/trunk/docs/releases/0.96.txt (added)
- django/trunk/docs/releases/1.0-alpha-1.txt (added)
- django/trunk/docs/releases/1.0-alpha-2.txt (added)
- django/trunk/docs/releases/1.0-beta.txt (added)
- django/trunk/docs/releases/index.txt (added)
- django/trunk/docs/request_response.txt (deleted)
- django/trunk/docs/serialization.txt (deleted)
- django/trunk/docs/sessions.txt (deleted)
- django/trunk/docs/settings.txt (deleted)
- django/trunk/docs/shortcuts.txt (deleted)
- django/trunk/docs/sitemaps.txt (deleted)
- django/trunk/docs/sites.txt (deleted)
- django/trunk/docs/_static (added)
- django/trunk/docs/_static/default.css (added)
- django/trunk/docs/_static/djangodocs.css (added)
- django/trunk/docs/_static/docicons-behindscenes.gif (added)
- django/trunk/docs/_static/docicons-note.gif (added)
- django/trunk/docs/_static/docicons-philosophy.gif (added)
- django/trunk/docs/static_files.txt (deleted)
- django/trunk/docs/_static/homepage.css (added)
- django/trunk/docs/_static/reset-fonts-grids.css (added)
- django/trunk/docs/syndication_feeds.txt (deleted)
- django/trunk/docs/_templates (added)
- django/trunk/docs/_templates/genindex.html (added)
- django/trunk/docs/_templates/layout.html (added)
- django/trunk/docs/_templates/modindex.html (added)
- django/trunk/docs/templates_python.txt (deleted)
- django/trunk/docs/_templates/search.html (added)
- django/trunk/docs/templates.txt (deleted)
- django/trunk/docs/testing.txt (deleted)
- django/trunk/docs/topics (added)
- django/trunk/docs/topics/auth.txt (added)
- django/trunk/docs/topics/cache.txt (added)
- django/trunk/docs/topics/db (added)
- django/trunk/docs/topics/db/index.txt (added)
- django/trunk/docs/topics/db/managers.txt (added)
- django/trunk/docs/topics/db/models.txt (added)
- django/trunk/docs/topics/db/queries.txt (added)
- django/trunk/docs/topics/db/sql.txt (added)
- django/trunk/docs/topics/db/transactions.txt (added)
- django/trunk/docs/topics/email.txt (added)
- django/trunk/docs/topics/files.txt (added)
- django/trunk/docs/topics/forms (added)
- django/trunk/docs/topics/forms/formsets.txt (added)
- django/trunk/docs/topics/forms/index.txt (added)
- django/trunk/docs/topics/forms/media.txt (added)
- django/trunk/docs/topics/forms/modelforms.txt (added)
- django/trunk/docs/topics/http (added)
- django/trunk/docs/topics/http/file-uploads.txt (added)
- django/trunk/docs/topics/http/generic-views.txt (added)
- django/trunk/docs/topics/http/_images (added)
- django/trunk/docs/topics/http/_images/middleware.png (added)
- django/trunk/docs/topics/http/index.txt (added)
- django/trunk/docs/topics/http/middleware.txt (added)
- django/trunk/docs/topics/http/sessions.txt (added)
- django/trunk/docs/topics/http/shortcuts.txt (added)
- django/trunk/docs/topics/http/urls.txt (added)
- django/trunk/docs/topics/http/views.txt (added)
- django/trunk/docs/topics/i18n.txt (added)
- django/trunk/docs/topics/index.txt (added)
- django/trunk/docs/topics/install.txt (added)
- django/trunk/docs/topics/pagination.txt (added)
- django/trunk/docs/topics/serialization.txt (added)
- django/trunk/docs/topics/settings.txt (added)
- django/trunk/docs/topics/templates.txt (added)
- django/trunk/docs/topics/testing.txt (added)
- django/trunk/docs/transactions.txt (deleted)
- django/trunk/docs/tutorial01.txt (deleted)
- django/trunk/docs/tutorial02.txt (deleted)
- django/trunk/docs/tutorial03.txt (deleted)
- django/trunk/docs/tutorial04.txt (deleted)
- django/trunk/docs/unicode.txt (deleted)
- django/trunk/docs/upload_handling.txt (deleted)
- django/trunk/docs/url_dispatch.txt (deleted)
- django/trunk/docs/webdesign.txt (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/AUTHORS
r8497 r8506 68 68 Ned Batchelder <http://www.nedbatchelder.com/> 69 69 batiste@dosimple.ch 70 Batman 70 71 Shannon -jj Behrens <http://jjinux.blogspot.com/> 71 72 Esdras Beleza <linux@esdrasbeleza.com> django/trunk/docs/conf.py
r7374 r8506 13 13 14 14 import sys 15 import os 15 16 16 17 # If your extensions are in another directory, add it here. 17 #sys.path.append('some/directory')18 sys.path.append(os.path.join(os.path.dirname(__file__), "_ext")) 18 19 19 20 # General configuration … … 22 23 # Add any Sphinx extension module names here, as strings. They can be extensions 23 24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 24 #extensions = []25 extensions = ["djangodocs"] 25 26 26 27 # Add any paths that contain templates here, relative to this directory. 27 templates_path = [ ]28 templates_path = ["_templates"] 28 29 29 30 # The suffix of source filenames. … … 31 32 32 33 # The master toctree document. 33 master_doc = ' index'34 master_doc = 'contents' 34 35 35 36 # General substitutions. 36 37 project = 'Django' 37 copyright = ' 2008, Django Software Foundation'38 copyright = 'Django Software Foundation and contributors' 38 39 39 40 # The default replacements for |version| and |release|, also used in various … … 41 42 # 42 43 # The short X.Y version. 43 version = ' SVN'44 version = '1.0' 44 45 # The full version, including alpha/beta/rc tags. 45 46 release = version … … 66 67 67 68 # The name of the Pygments (syntax highlighting) style to use. 68 pygments_style = ' sphinx'69 pygments_style = 'trac' 69 70 70 71 … … 80 81 # relative to this directory. They are copied after the builtin static files, 81 82 # so a file named "default.css" will overwrite the builtin "default.css". 82 html_static_path = [ ]83 html_static_path = ["_static"] 83 84 84 85 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, … … 90 91 html_use_smartypants = True 91 92 93 # HTML translator class for the builder 94 html_translator_class = "djangodocs.DjangoHTMLTranslator" 95 92 96 # Content template for the index page. 93 97 #html_index = '' … … 98 102 # Additional templates that should be rendered to pages, maps page names to 99 103 # template names. 100 #html_additional_pages = {}104 html_additional_pages = {} 101 105 102 106 # If false, no module index is generated. … … 122 126 # (source start file, target name, title, author, document class [howto/manual]). 123 127 #latex_documents = [] 128 latex_documents = [ 129 ('index', 'django.tex', 'Django Documentation', 'Django Software Foundation', 'manual'), 130 ] 124 131 125 132 # Additional stuff for the LaTeX preamble. … … 131 138 # If false, no module index is generated. 132 139 #latex_use_modindex = True 140 141 # For "manual" documents, if this is true, then toplevel headings are parts, 142 # not chapters. 143 # If this isn't set to True, the LaTex writer can only handle six levels of headers. 144 latex_use_parts = True 145 django/trunk/docs/index.txt
r8333 r8506 1 .. _index: 2 1 3 ==================== 2 Django Documentation4 Django documentation 3 5 ==================== 4 6 5 The essential documentation 6 =========================== 7 .. rubric:: Everything you need to know about Django (and then some). 7 8 8 If you're new to Django, make sure to read the following documentation in 9 order.. The rest (in the "reference" section below) can be ready in any order as 10 you need various functionality. 9 Getting help 10 ============ 11 11 12 .. toctree:: 13 :maxdepth: 1 14 15 overview 16 install 17 tutorial01 18 tutorial02 19 tutorial03 20 tutorial04 21 faq 22 documentation 23 12 Having trouble? We'd like to help! 13 14 * Try the :ref:`FAQ <faq-index>` -- it's got answers to many common questions. 15 16 * Looking for specific information? Try the :ref:`genindex`, :ref:`modindex` or 17 the :ref:`detailed table of contents <contents>`. 18 19 * Search for information in the `archives of the django-users mailing list`_, or 20 `post a question`_ 21 22 * Ask a question in the `#django IRC channel`_, or search the `IRC logs`_ to see 23 if its been asked before 24 25 * Report bugs with Django in our `ticket tracker`_. 26 27 .. _archives of the django-users mailing list: http://groups.google.com/group/django-users/ 28 .. _post a question: http://groups.google.com/group/django-users/ 29 .. _#django IRC channel: irc://irc.freenode.net/django 30 .. _IRC logs: http://oebfare.com/logger/django/ 31 .. _ticket tracker: http://code.djangoproject.com/ 32 33 First steps 34 =========== 35 36 :ref:`Overview <intro-overview>` 37 See what writing a database-driven application with Django looks like. 38 39 :ref:`Installation <intro-install>` 40 Get Django installed on your computer. 41 42 Tutorial: Writing your first Django application 43 =============================================== 44 45 :ref:`Part 1 <intro-tutorial01>` 46 Get set up, create models, and play with the database API. 47 48 :ref:`Part 2 <intro-tutorial02>` 49 Explore the automatically-generated admin site. 50 51 :ref:`Part 3 <intro-tutorial03>` 52 Write the public interface views. 53 54 :ref:`Part 4 <intro-tutorial04>` 55 Learn how to process forms. 56 57 Using Django 58 ============ 59 60 :ref:`Models <topics-db-index>` 61 Design a single, definitive source of data about your data. 62 63 :ref:`Handling web requests <topics-http-index>` 64 Handle web requests, map them to views, and return pages. 65 66 :ref:`Forms <topics-forms-index>` 67 Build and handle HTML forms. 68 69 :ref:`Templates <topics-templates>` 70 Develop the visual design of your site. 71 72 And more: 73 --------- 74 75 :ref:`topics-auth` ... :ref:`topics-cache` ... :ref:`topics-email` ... 76 :ref:`topics-files` ... :ref:`topics-i18n` ... :ref:`topics-install` ... 77 :ref:`topics-pagination` ... :ref:`topics-serialization` ... 78 :ref:`topics-settings` ... :ref:`topics-testing` 79 80 Add-on ("contrib") applications 81 =============================== 82 83 :ref:`Django's automatic admin site <ref-contrib-admin>` 84 Get a clean interface to your data with no effort at all. 85 86 :ref:`Form tools <ref-contrib-formtools-index>` 87 Easily handle complex form workflows. 88 89 :ref:`Syndication feeds <ref-contrib-syndication>` 90 Generate RSS and Atom feeds of your data. 91 92 :ref:`"Local flavor" <ref-contrib-localflavor>` 93 Give your site that special local touch. 94 95 And more: 96 --------- 97 98 :ref:`ref-contrib-contenttypes` ... :ref:`ref-contrib-csrf` ... 99 :ref:`ref-contrib-databrowse` ... :ref:`ref-contrib-flatpages` ... 100 :ref:`ref-contrib-humanize` ... :ref:`ref-contrib-redirects` ... 101 :ref:`ref-contrib-sitemaps` ... :ref:`ref-contrib-sites` ... 102 :ref:`ref-contrib-webdesign` 103 104 Solving specific problems 105 ========================= 106 107 :ref:`Deployment <howto-deployment-index>` 108 Release your project to the world. 109 110 :ref:`Importing data from legacy databases <howto-legacy-databases>` 111 Use Django with an existing database or alongside other web development 112 toolkits. 113 114 :ref:`Custom template tags <howto-custom-template-tags>` 115 Add your own extensions to Django's template language. 116 117 :ref:`Generating CSV <howto-outputting-csv>` & :ref:`PDF <howto-outputting-PDF>` 118 Produce non-HTML content with Django. 119 120 And more: 121 --------- 122 123 :ref:`Authenticating in Apache <howto-apache-auth>` ... 124 :ref:`howto-custom-file-storage` ... :ref:`howto-custom-management-commands` ... 125 :ref:`howto-custom-model-fields` ... :ref:`howto-error-reporting` ... 126 :ref:`howto-initial-data` ... :ref:`howto-static-files` 127 24 128 Reference 25 129 ========= 26 130 27 .. toctree:: 28 :maxdepth: 1 29 30 django-admin 31 model-api 32 db-api 33 transactions 34 templates 35 templates_python 36 forms 37 modelforms 38 files 39 upload_handling 40 testing 41 sessions 42 cache 43 settings 44 url_dispatch 45 request_response 46 generic_views 47 authentication 48 shortcuts 49 unicode 50 pagination 51 serialization 52 i18n 53 middleware 54 custom_model_fields 55 databases 56 57 ``django.contrib`` add-ons 58 -------------------------- 131 :ref:`Settings <ref-settings>` 132 See all of Django's settings and what they do. 133 134 :ref:`Request & response objects <ref-request-response>` 135 Understand the classes Django uses to represent HTTP requests and responses. 59 136 60 .. toctree:: 61 :maxdepth: 1 62 63 admin 64 add_ons 65 contenttypes 66 csrf 67 databrowse 68 flatpages 69 form_preview 70 form_wizard 71 localflavor 72 redirects 73 sites 74 sitemaps 75 syndication_feeds 76 webdesign 77 78 Deployment 79 ---------- 80 81 .. toctree:: 82 :maxdepth: 1 83 84 modpython 85 fastcgi 137 :ref:`Model API reference <ref-models-index>` 138 Revel in the gory details of Django's model system. 139 140 :ref:`Form API reference <ref-forms-index>` 141 Learn the details of forms, fields, and widgets. 86 142 87 Solving specific problems 88 ------------------------- 89 90 .. toctree:: 91 :maxdepth: 1 92 93 apache_auth 94 static_files 95 email 96 legacy_databases 97 outputting_pdf 98 outputting_csv 99 100 Et cetera 143 And more: 101 144 --------- 102 145 103 .. toctree:: 104 :maxdepth: 1 146 :ref:`ref-databases` ... :ref:`ref-django-admin` ... :ref:`ref-files-index` ... 147 :ref:`ref-generic-views` ... :ref:`ref-middleware` ... 148 :ref:`ref-templates-index` ... :ref:`ref-unicode` 149 150 And all the rest 151 ================ 105 152 106 design_philosophies 107 contributing 108 admin_css 109 api_stability 110 distributions 153 :ref:`Internals <internals-index>` 154 Learn how Django works under the hood, and how you can contribute to the 155 project. 111 156 112 Release notes 113 ------------- 157 :ref:`Release notes <releases-index>` 158 See what is and was new in each release of Django. 114 159 115 .. toctree:: 116 :maxdepth: 1 117 118 release_notes_0.96 119 release_notes_0.95 120 release_notes_1.0_alpha 121 release_notes_1.0_alpha_2 122 123 Also see the list of `backwards-incompatible changes`__ for changes made between 124 releases. 125 126 __ http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges 127 128 Indices and tables 129 ================== 130 131 * :ref:`genindex` 132 * :ref:`modindex` 133 * :ref:`search` 134 160 :ref:`Miscellany <misc-index>` 161 Stuff we can't find a more organized place for. Like that drawer in your 162 kitchen with the scissors, batteries, and duct tape. django/trunk/docs/Makefile
r7370 r8506 12 12 ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . 13 13 14 .PHONY: help clean html web htmlhelp latex changes linkcheck14 .PHONY: help clean html web pickle htmlhelp latex changes linkcheck 15 15 16 16 help: 17 17 @echo "Please use \`make <target>' where <target> is one of" 18 18 @echo " html to make standalone HTML files" 19 @echo " web to make files usable by Sphinx.web"19 @echo " pickle to make pickle files (usable by e.g. sphinx-web)" 20 20 @echo " htmlhelp to make HTML files and a HTML help project" 21 21 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" … … 32 32 @echo "Build finished. The HTML pages are in _build/html." 33 33 34 web:35 mkdir -p _build/ web_build/doctrees36 $(SPHINXBUILD) -b web $(ALLSPHINXOPTS) _build/web34 pickle: 35 mkdir -p _build/pickle _build/doctrees 36 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle 37 37 @echo 38 @echo "Build finished; now you can run" 39 @echo " python -m sphinx.web _build/web" 40 @echo "to start the server." 38 @echo "Build finished; now you can process the pickle files or run" 39 @echo " sphinx-web _build/pickle" 40 @echo "to start the sphinx-web server." 41 42 web: pickle 41 43 42 44 htmlhelp: django/trunk/docs/man/django-admin.1
r8234 r8506 160 160 .TP 161 161 .I \-a, \-\-all 162 Process all available locales when using makemessages. 163 .SH "ENVIRONMENT" 162 Process all available locales when using makemessages..SH "ENVIRONMENT" 164 163 .TP 165 164 .I DJANGO_SETTINGS_MODULE
