Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version; master is now 1.10 pre-alpha.Tim Graham2015-09-241-2/+2
|
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+7
|
* Fixed #23903 -- Configured Sphinx to autogenerate ↵Erik Romijn2015-03-101-1/+1
| | | | django-admin manpage
* Fixed E265 comment styleCollin Anderson2015-02-061-43/+43
|
* Bumped version to 1.9 in docs config.Tim Graham2015-01-171-2/+2
|
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+1
| | | | | | | | | Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
|
* Updated formtools docs to point at new package outside ↵Jannis Leidel2014-11-261-0/+1
| | | | | | the Django repo. Refs #23677.
* Removed simplejson inventory file from docs/conf.py.Berker Peksag2014-10-251-1/+0
|
* Added sphinx extension to ease generation of ticket links.Tim Graham2014-08-191-1/+9
|
* Fixed #17238 -- Added source code links to docs using ↵Tim Graham2014-06-071-1/+1
| | | | | | sphinx.ext.viewcode. Thanks santiagobasulto for the suggestion.
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
|
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-2/+2
|
* Bumped version to reflect master is now pre-1.8.Tim Graham2014-03-211-2/+2
|
* Fixed #22141 -- Added a spelling checker for documentation.Szczepan Cieślik2014-03-071-0/+11
|
* Fixed #21190 -- Added a new ePub theme for documentation.Markus Amalthea Magnuson2014-02-101-2/+32
|
* Pointed intersphinx links to Python's default version.Aymeric Augustin2013-12-301-1/+1
| | | | Currently it's 3.3.
* Fixed all E261 warningscoagulant2013-11-021-1/+1
|
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
|
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+2
|
* Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain2013-10-041-0/+8
| | | | | | | | | | Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
* Fixed #21141 -- Update Sphinx URLRogério Yokomizo2013-09-221-1/+1
| | | | Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
* Master is now pre-1.7.Jacob Kaplan-Moss2013-06-281-2/+2
|
* Allow build of translated documentationClaude Paroz2013-06-081-0/+3
|
* Fixed URL for six inventory.Aymeric Augustin2013-05-271-1/+1
|
* Fixed #19699 - Removed "Please see the release notes" ↵Tim Graham2013-02-091-2/+2
| | | | | | | | | | from versionadded/changed directives Also bumped django_next_version back to 1.6 so those annotations are described as "the development version" in the docs. Thanks Aymeric for the patch.
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-271-0/+1
|
* Fixed two docstring/comment typos.Ramiro Morales2012-11-291-1/+1
|
* Changed (again) technique to get version IDs shown in ↵Ramiro Morales2012-11-251-2/+2
| | | | | | | | | | docs from source code. Hopefully it will fix the problem with the documentation building server that caused a wrong Django version to be reported in the HTML zipball docs edition. Follow-up to commits 373df56 and 0b98ef6.
* Fixed #19266 -- Added Texinfo documentation targetClaude Paroz2012-11-091-0/+10
| | | | Thanks orontee for the report and initial patch.
* Ensure that version detection in docs from 373df56d uses ↵Ramiro Morales2012-10-281-2/+5
| | | | the right Django copy.
* Advanced version identifiers for 1.6 cycle.Ramiro Morales2012-10-271-3/+15
|
* Added latex preamble for ≤.Florian Apolloner2012-08-281-1/+2
| | | | Thanks to bnomis for the report and yajogo for the initial patch.
* Fixed #18698 -- Configure latex to support '≥' in the ↵Florian Apolloner2012-08-111-8/+3
| | | | | | docs. Thanks to simonb for the report and the initial patch.
* [py3] Documented coding guidelines for Python 3.Aymeric Augustin2012-07-221-0/+1
|
* Fixed #18269 -- Applied unicode_literals for Python 3 ↵Claude Paroz2012-06-071-6/+8
| | | | | | | compatibility. Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
* Removed a svn-specific configuration for Sphinx.Aymeric Augustin2012-04-281-5/+0
|
* Advanced version identifiers for 1.5 development cycle.Ramiro Morales2012-03-311-3/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump trunk to 1.4.James Bennett2012-03-231-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump trunk to 1.4 RC 2.James Bennett2012-03-151-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump for 1.4 RC 1.James Bennett2012-03-051-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump version numbers for 1.4 beta 1.James Bennett2012-02-161-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump to 1.4 alpha 1.James Bennett2011-12-231-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Converted links to external topics so they use ↵Ramiro Morales2011-09-041-1/+11
| | | | | | | | | | | intersphinx extension markup. This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bumped django_next_version so that "New in Django 1.3" ↵Simon Meers2011-03-241-1/+1
| | | | | | links appear correctly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump everything for 1.3.James Bennett2011-03-231-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15196 -- Bumped version up a bit in Sphinx ↵Jannis Leidel2011-01-301-2/+2
| | | | | | configuration. Thanks, Eric Holscher. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed compatibility with Sphinx < 1.0 workarounds in ↵Ramiro Morales2010-11-201-1/+1
| | | | | | | | our extension code. Also, started to use the 'needs_sphinx' Sphinx config var. Follow up on r14624. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added a hidden toctree pointing at the index file in the ↵Alex Gaynor2010-11-171-3/+3
| | | | | | docs to silence a sphinx warning. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Disabled unused Sphinx configuration option that ↵Jannis Leidel2010-10-081-1/+1
| | | | | | triggered a warning. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14014 bcc190cf-cafb-0310-a4f2-bffc1f526a37