| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More tweaks to the py domain docs. | Georg Brandl | 2014-01-13 | 1 | -16/+17 |
| | | |||||
| * | merge with stable | Georg Brandl | 2014-01-13 | 5 | -14/+39 |
| |\ | |||||
| | * | merge with stable | Georg Brandl | 2014-01-13 | 11 | -54/+60 |
| | |\ | |||||
| | * \ | merge with stable | Georg Brandl | 2014-01-12 | 2 | -2/+4 |
| | |\ \ | |||||
| | * \ \ | merge with stable | Georg Brandl | 2014-01-12 | 5 | -14/+39 |
| | |\ \ \ | |||||
| | | * | | | Closes #1174: Fix smart quotes being applied inside roles like ↵ | Georg Brandl | 2014-01-12 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | :rst:role:`program` or :rst:role:`makevar`. | ||||
| | | * | | | merge stable into default | Georg Brandl | 2014-01-11 | 4 | -10/+32 |
| | | |\ \ \ | |||||
| | | | * | | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵ | Georg Brandl | 2014-01-11 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option. | ||||
| | | | * | | | merge stable into default | Georg Brandl | 2014-01-11 | 3 | -6/+16 |
| | | | |\ \ \ | |||||
| | | | | * | | | Closes #925: Allow list-typed config values to be provided on the command line, | Georg Brandl | 2014-01-10 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like ``-D key=val1,val2``. | ||||
| | | | | * | | | merge stable into default | Georg Brandl | 2014-01-10 | 2 | -3/+4 |
| | | | | |\ \ \ | |||||
| | | | | | * \ \ | merge with stable | Georg Brandl | 2014-01-10 | 2 | -3/+4 |
| | | | | | |\ \ \ | |||||
| | | | | | | * \ \ | Merged in plaindocs/sphinx (pull request #185) | Georg Brandl | 2014-01-10 | 3 | -13/+16 |
| | | | | | | |\ \ \ | |||||
| | | | | | | | * | | | corrected descriptions of tabularcolumns specifiers | Eric Knibbe | 2013-12-17 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| | | | | | | | * | | | recommend exclude_patterns instead of unused_docs or exclude_trees | Eric Knibbe | 2013-12-17 | 1 | -3/+2 |
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Removed duplicate comma. | Samuel Wright | 2013-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Fixed wording. | Samuel Wright | 2013-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Fix for Issue #1071 | Samuel Wright | 2013-10-25 | 2 | -3/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Overhaul py directive documentation, remove old practices. | Georg Brandl | 2014-01-13 | 1 | -24/+24 |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | | docs: fix some broken links | Georg Brandl | 2014-01-13 | 9 | -52/+52 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Closes #1328: clarify that builder-specific tags are not available when ↵ | Georg Brandl | 2014-01-12 | 2 | -2/+8 |
| | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | conf.py is executed. | ||||
| * | | | | | | | | #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have to | Georg Brandl | 2014-01-12 | 2 | -2/+4 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | remove the store environment for changes to have effect. | ||||
| * | | | | | | | doc: note that "image" paths should not have spaces. | Georg Brandl | 2014-01-12 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Closes #1156: bring manpage up to scratch with current options and builders. | Georg Brandl | 2014-01-12 | 1 | -1/+18 |
| | | | | | | | | |||||
| * | | | | | | | add link to "write the docs", move hosting chapter to home page | Georg Brandl | 2014-01-12 | 2 | -12/+16 |
| | | | | | | | | |||||
| * | | | | | | | Closes #1082: clarify that html_title default value does not really have ↵ | Georg Brandl | 2014-01-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | placeholders | ||||
| * | | | | | | | Closes #983: clarify "docstitle" behavior with singlehtml | Georg Brandl | 2014-01-11 | 1 | -1/+2 |
| | | | | | | | | |||||
| * | | | | | | | doc: make it more prominent that sub-toctrees shouldnt get :numbered: | Georg Brandl | 2014-01-11 | 1 | -2/+2 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Should be enforced programmatically at some point! | ||||
| * | | | | | | minor doc fixes | Georg Brandl | 2014-01-11 | 1 | -11/+11 |
| | | | | | | | |||||
| * | | | | | | Closes #845: In code blocks, when the selected lexer fails, display line ↵ | Georg Brandl | 2014-01-11 | 1 | -2/+2 |
| |/ / / / / | | | | | | | | | | | | | | | | numbers nevertheless if configured. | ||||
| * | | | | | fix target confusion | Georg Brandl | 2014-01-10 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | small fixes in intl document | Georg Brandl | 2014-01-10 | 1 | -19/+23 |
| | | | | | |||||
| * | | | | doc intro: add a pointer to readthedocs.org | Georg Brandl | 2014-01-10 | 1 | -0/+9 |
| |/ / / | |||||
| * | | | merge with intersphinx tutorial section | Georg Brandl | 2014-01-10 | 1 | -1/+30 |
| |\ \ \ | |||||
| | * | | | update a Intersphinx tutorial section. refs #1325 | shimizukawa | 2013-12-18 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Added a "Intersphinx" tutorial section. (:file:`doc/tutorial.rst`). Closes #1325 | shimizukawa | 2013-12-17 | 1 | -1/+26 |
| | | |/ | |/| | |||||
| * | | | corrected descriptions of tabularcolumns specifiers | Eric Knibbe | 2013-12-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | recommend exclude_patterns instead of unused_docs or exclude_trees | Eric Knibbe | 2013-12-17 | 1 | -3/+2 |
| |/ / | |||||
| * | | py:decorator clarification | Georg Brandl | 2013-11-25 | 1 | -0/+2 |
| | | | |||||
| * | | Clarify use of signatures in python domain directives. | Georg Brandl | 2013-11-24 | 1 | -8/+9 |
| |/ | |||||
| * | Fix autodoc. | Georg Brandl | 2013-10-12 | 1 | -0/+2 |
| | | |||||
| * | Add sphinx.version_info for better programmatic check of the Sphinx version. | Georg Brandl | 2013-10-12 | 1 | -0/+16 |
| | | |||||
| * | Removed the ``sphinx.ext.refcounting`` extension -- it is very specific to | Georg Brandl | 2013-10-12 | 2 | -8/+0 |
| | | | | | CPython and has no place in the main distribution. | ||||
| * | Added more domain links. | Eric Knibbe | 2013-10-08 | 1 | -3/+12 |
| | | |||||
| * | Added a ez_setup to replace distribute_setup. ez_setup become defacto. ↵ | shimizukawa | 2013-10-03 | 1 | -6/+7 |
| | | | | | Closes #1264 | ||||
| * | grammar fix | Georg Brandl | 2013-10-01 | 1 | -1/+2 |
| | | |||||
| * | Merged in erikb85/sphinx (pull request #154) | Takayuki Shimizukawa | 2013-09-23 | 1 | -0/+6 |
| |\ | | | | | | | Removing "sphinx" prefix from Latex class parsing | ||||
| | * | Note in the documentation, that prepending "sphinx" is not necessary anymore. | Erik Bernoth | 2013-09-23 | 1 | -0/+6 |
| | | | |||||
| * | | add link to IRC channel | anatoly techtonik | 2013-09-21 | 1 | -0/+1 |
| | | | |||||
| * | | Merged in dcmouser/sphinx-fork-dcmouser (pull request #161) | Georg Brandl | 2013-09-17 | 8 | -36/+112 |
| |\ \ | | | | | | | | | | Added option to apidoc to write each module to standalone page instead of combining all modules in a package on one page. | ||||
