From 66e67a07f490f4afb8ea35fc0d8db9a0f2cc3547 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Tue, 2 Aug 2011 13:46:21 -0400 Subject: [PATCH] Updated and rendered docs. --- doc_src/Makefile | 2 +- docs/_sources/reference/management_commands.txt | 4 ++-- docs/_sources/reference/settings.txt | 9 ++++++++- docs/adding_the_fields.html | 8 ++++---- docs/genindex.html | 8 ++++---- docs/getting_started.html | 12 ++++++------ docs/index.html | 14 +++++++------- docs/objects.inv | 10 +++++----- docs/reference/index.html | 11 ++++++----- docs/reference/management_commands.html | 12 ++++++------ docs/reference/models.html | 8 ++++---- docs/reference/settings.html | 13 +++++++++---- docs/reference/templatetags.html | 8 ++++---- docs/registering_models.html | 8 ++++---- docs/search.html | 8 ++++---- docs/searchindex.js | 2 +- docs/usage.html | 8 ++++---- 17 files changed, 79 insertions(+), 66 deletions(-) diff --git a/doc_src/Makefile b/doc_src/Makefile index 0040a51..d34da38 100644 --- a/doc_src/Makefile +++ b/doc_src/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -a SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build diff --git a/docs/_sources/reference/management_commands.txt b/docs/_sources/reference/management_commands.txt index 0339ab1..b090695 100644 --- a/docs/_sources/reference/management_commands.txt +++ b/docs/_sources/reference/management_commands.txt @@ -26,9 +26,9 @@ Add missing registered category fields to the database table of a specified appl Requires Django South. -.. _drop_category_fields: +.. _drop_category_field: -drop_category_fields +drop_category_field =================== **Usage:** ``./manage.py drop_category_field app_name model_name field_name`` diff --git a/docs/_sources/reference/settings.txt b/docs/_sources/reference/settings.txt index 1ed70f9..94f1ac3 100644 --- a/docs/_sources/reference/settings.txt +++ b/docs/_sources/reference/settings.txt @@ -67,4 +67,11 @@ THUMBNAIL_STORAGE **Default:** ``settings.DEFAULT_FILE_STORAGE`` -**Description:** How to store the thumbnails. Allows for external storage engines like S3. \ No newline at end of file +**Description:** How to store the thumbnails. Allows for external storage engines like S3. + +JAVASCRIPT_URL +============== + +**Default:** ``STATIC_URL or MEDIA_URL + 'js/'`` + +**Description:** Allows for customization of javascript placement. \ No newline at end of file diff --git a/docs/adding_the_fields.html b/docs/adding_the_fields.html index ff9f6e7..cca1298 100644 --- a/docs/adding_the_fields.html +++ b/docs/adding_the_fields.html @@ -6,13 +6,13 @@ - Adding the fields to the database — Django Categories v0.7beta1 documentation + Adding the fields to the database — Django Categories v0.7 documentation - +
-

Django Categories v0.7beta1 documentation

+

Django Categories v0.7 documentation