mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
00678334aa
Although directives such as "note" and "warning" will accept content immediately following the directive, this is technically where arguments to the directive should go (see http://sphinx.pocoo.org/rest.html#directives). Putting the content there means that any lines beginning with an inline text role (e.g. ":setting:`DEBUG`") will be mis-interpreted as an option block for the directive. To avoid this error, there should always be a blank line between the directive start and the directive content. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16842 bcc190cf-cafb-0310-a4f2-bffc1f526a37 |
||
---|---|---|
.. | ||
deployment | ||
apache-auth.txt | ||
auth-remote-user.txt | ||
custom-file-storage.txt | ||
custom-management-commands.txt | ||
custom-model-fields.txt | ||
custom-template-tags.txt | ||
error-reporting.txt | ||
i18n.txt | ||
index.txt | ||
initial-data.txt | ||
jython.txt | ||
legacy-databases.txt | ||
outputting-csv.txt | ||
outputting-pdf.txt | ||
static-files.txt |