Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added an "htmlview" target to open docs after building them.Berker Peksag2014-12-081-1/+6
| | | | | | | This is helpful if you build and test documentation updates in your development env. Copied from CPython's Doc/Makefile.
* Fixed #22141 -- Added a spelling checker for documentation.Szczepan Cieślik2014-03-071-0/+8
|
* Allowed overriding variables in docs/Makefile.minusf2013-07-291-5/+5
|
* Allow build of translated documentationClaude Paroz2013-06-081-1/+2
|
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-1/+1
| | | | Added -n to sphinx builds to catch issues going forward.
* Fixed #19266 -- Added Texinfo documentation targetClaude Paroz2012-11-091-0/+6
| | | | Thanks orontee for the report and initial patch.
* Added gettext target to sphinx makefiles.Claude Paroz2012-04-081-1/+9
| | | | | | | This have been copied from sphinx-quickstart result in latest sphinx versions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13616 - Updated the documentation to be ↵Jannis Leidel2010-07-241-13/+54
| | | | | | compatible with Sphinx 1.0. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added hyperlinks for builtin template tags and filters ↵Luke Plant2010-05-081-1/+1
| | | | | | | | | | | | to code samples in docs. Implemented in javascript because doing it 'properly' is pretty much impossible with Sphinx and Pygments. Refs #12249 git-svn-id: http://code.djangoproject.com/svn/django/trunk@13135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13484 -- Added some newly available targets to ↵Russell Keith-Magee2010-05-081-26/+45
| | | | | | the documentation makefile. Thanks to Alex for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-241-8/+10
| | | | | | online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added the basics needed to build Django's docs using ↵Jacob Kaplan-Moss2008-03-271-0/+68
[http://sphinx.pocoo.org/ Sphinx]. If you've got Sphinx installed (the latest version) along with [http://docutils.sf.net docutils], you should be able to easily build the docs locally using {{{sphinx-build}}} or the included {{{Makefile}}}. This use a basic (and pretty crappy) index for the documentation and the built-in Sphinx styles (which are actually quite nice). git-svn-id: http://code.djangoproject.com/svn/django/trunk@7370 bcc190cf-cafb-0310-a4f2-bffc1f526a37