| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge heads | shimizukawa | 2014-01-18 | 1 | -2/+6 |
| |\ | |||||
| | * | merge heads | shimizukawa | 2014-01-15 | 1 | -2/+6 |
| | |\ | |||||
| | | * | docs: fix some broken links | Georg Brandl | 2014-01-13 | 1 | -2/+2 |
| | | | | |||||
| | | * | add link to "write the docs", move hosting chapter to home page | Georg Brandl | 2014-01-12 | 1 | -9/+4 |
| | | | | |||||
| | | * | doc intro: add a pointer to readthedocs.org | Georg Brandl | 2014-01-10 | 1 | -0/+9 |
| | | | | |||||
| * | | | Drop docutils-0.7, 0.8 and 0.9 support | shimizukawa | 2013-12-15 | 1 | -1/+1 |
| |/ / | |||||
| * | | Drop python-3.1 and remove support codes | shimizukawa | 2013-12-15 | 1 | -1/+1 |
| | | | |||||
| * | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -1/+1 |
| |/ | |||||
| * | Update requirements documentation. | Georg Brandl | 2012-10-30 | 1 | -5/+1 |
| | | |||||
| * | Closes #793: Fix docutils version references. | Georg Brandl | 2011-11-01 | 1 | -1/+1 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -7/+10 |
| |\ | |||||
| | * | Merge with 1.0. | Georg Brandl | 2011-09-22 | 1 | -0/+3 |
| | |\ | |||||
| | * | | Closes #762: Update html2rest source location. | Robert Lehmann | 2011-09-16 | 1 | -2/+1 |
| | | | | |||||
| | * | | Change redirected URLs to the new locations | Daniel Neuh?user | 2011-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | http://jinja.pocoo.org/2/ -> http://jinja.pocoo.org/ | Daniel Neuh?user | 2011-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | This closes issue #607 | ||||
| | * | | Use uuid as a requirement in the setup.py and mention it in the ↵ | DasIch | 2010-08-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | documentation for Python 2.4 | ||||
| | * | | Add some changes not picked up in the transplantation process. | Georg Brandl | 2010-07-28 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add reference to odt2sphinx. | Georg Brandl | 2011-09-23 | 1 | -0/+3 |
| | |/ |/| | |||||
| * | | Fix #708: add reference to Pandoc. | Georg Brandl | 2011-09-22 | 1 | -0/+3 |
| |/ | |||||
| * | #465: update version requirement. | Georg Brandl | 2010-07-10 | 1 | -5/+7 |
| | | |||||
| * | #406: mention rst2pdf integration in intro. | Georg Brandl | 2010-05-22 | 1 | -1/+2 |
| | | |||||
| * | Move inline markup description to domains page. | Georg Brandl | 2010-03-01 | 1 | -2/+2 |
| | | |||||
| * | Update blurb in setup.py and on the index page, link directly to ↵ | Georg Brandl | 2010-02-28 | 1 | -3/+3 |
| | | | | | tutorial.rst from index. | ||||
| * | Begin the Great Refactoring of the docs. | Georg Brandl | 2010-02-28 | 1 | -113/+10 |
| | | | | | | | * Move sphinx-build option description from intro to a new document. * Move toctree information to a new document in markup/. * Add a tutorial document placed after intro. Begin filling it in. | ||||
| * | #282: Added a "nitpicky" mode that emits warnings for all missing references. | Georg Brandl | 2010-02-28 | 1 | -0/+4 |
| | | | | | It is activated by the ``-n`` command-line switch or the ``nitpicky`` config value. | ||||
| * | Add link to db2rst. | Georg Brandl | 2009-08-04 | 1 | -0/+3 |
| | | |||||
| * | Update URL for html2rest. | Georg Brandl | 2009-06-10 | 1 | -2/+2 |
| | | |||||
| * | #62: There is now a ``-w`` option for sphinx-build that writes | Georg Brandl | 2009-02-20 | 1 | -0/+3 |
| | | | | | warnings to a file, in addition to stderr. | ||||
| * | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -0/+6 |
| | | | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag. | ||||
| * | There is now a ``-W`` option for sphinx-build that turns warnings into errors. | Georg Brandl | 2009-02-17 | 1 | -0/+4 |
| | | | | | ^ | ||||
| * | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 1 | -1/+1 |
| | | |||||
| * | Allow giving values for dict type config values in the overrides. | Georg Brandl | 2008-11-30 | 1 | -2/+6 |
| | | |||||
| * | Allow build without conf.py using -C command line switch. | Georg Brandl | 2008-11-16 | 1 | -0/+5 |
| | | |||||
| * | Doc tweaks. | Georg Brandl | 2008-11-04 | 1 | -0/+3 |
| | | |||||
| * | Document -A and -Q switches. | Georg Brandl | 2008-11-04 | 1 | -2/+6 |
| | | |||||
| * | Converter is now fairly usable for non-Python core projects. | georg.brandl | 2008-09-24 | 1 | -3/+1 |
| | | |||||
| * | Add section on conversion from others. | georg.brandl | 2008-09-09 | 1 | -0/+19 |
| | | |||||
| * | Merged revisions 65640,65675,65699,65701 via svnmerge from | georg.brandl | 2008-08-23 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65640 | georg.brandl | 2008-08-11 16:11:17 +0200 (Mon, 11 Aug 2008) | 2 lines More info in intro. ........ r65675 | georg.brandl | 2008-08-14 13:53:02 +0200 (Thu, 14 Aug 2008) | 2 lines #3546: add missing linebreak. ........ r65699 | benjamin.peterson | 2008-08-15 23:02:22 +0200 (Fri, 15 Aug 2008) | 4 lines rename util.with_testapp to util.with_app; nose was running it also make an assert more informative ........ r65701 | benjamin.peterson | 2008-08-16 00:00:54 +0200 (Sat, 16 Aug 2008) | 1 line add some tests for sphinx.application ........ | ||||
| * | Rename version to 0.3. | georg.brandl | 2008-05-04 | 1 | -2/+2 |
| | | |||||
| * | Remove note about 0.1. | georg.brandl | 2008-05-03 | 1 | -7/+0 |
| | | |||||
| * | Allow the configuration directory to be set differently from the source ↵ | georg.brandl | 2008-05-02 | 1 | -8/+21 |
| | | | | | | | directory. Also don't import docutils on importing sphinx. | ||||
| * | Support app.add_crossref_type(). | georg.brandl | 2008-03-28 | 1 | -0/+7 |
| | | |||||
| * | Don't install scripts twice. Thanks to lunar. | georg.brandl | 2008-03-23 | 1 | -5/+5 |
| | | |||||
| * | Make sphinx compatible with docutils SVN snapshots.0.1.61798 | georg.brandl | 2008-03-23 | 1 | -2/+2 |
| | | |||||
| * | Mention docutils version requirement. | georg.brandl | 2008-03-22 | 1 | -1/+2 |
| | | |||||
| * | Fixes from Armin. | georg.brandl | 2008-03-22 | 1 | -1/+1 |
| | | |||||
| * | Add a para about sphinx <-> epydoc. | georg.brandl | 2008-03-18 | 1 | -0/+5 |
| | | |||||
| * | Update documentation, add more content. | georg.brandl | 2008-03-16 | 1 | -2/+0 |
| | | |||||
| * | Some more documentation. | georg.brandl | 2008-03-12 | 1 | -0/+79 |
| | | |||||
| * | First pass at Sphinx documentation. Most of it still needs to be written :) | georg.brandl | 2008-03-09 | 1 | -0/+11 |
