| Commit message (Expand) | Author | Age | Files | Lines |
| * | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ex... | Georg Brandl | 2010-08-25 | 2 | -0/+3 |
| * | Fix long line and test failure. | Georg Brandl | 2010-08-23 | 1 | -1/+1 |
| * | #490: Fix cross-references to objects of types added by the :func:`~.Sphinx.a... | Georg Brandl | 2010-08-14 | 1 | -1/+1 |
| * | Allow breaking long signatures, continuing with backlash-escaped newlines. | Georg Brandl | 2010-08-05 | 2 | -1/+7 |
| * | #484: Fix crash when duplicating a parameter in an info field list. | Georg Brandl | 2010-08-05 | 2 | -1/+3 |
| * | #480: Fix handling of target naming in intersphinx. | Georg Brandl | 2010-08-05 | 1 | -24/+36 |
| * | Add some tests for docfields. | Georg Brandl | 2010-07-27 | 2 | -2/+21 |
| * | Now that the expected warnings are regexes, diffing them with the actual outp... | Georg Brandl | 2010-07-27 | 2 | -6/+5 |
| * | This apparently fixes a failing test in Gentoo. | Georg Brandl | 2010-07-27 | 1 | -1/+1 |
| * | Further fix for intersphinx labels, add test cases for that. | Georg Brandl | 2010-07-27 | 1 | -3/+30 |
| * | Actually test the JSON builder. | Georg Brandl | 2010-07-25 | 1 | -0/+4 |
| * | Fix :guilabel: unescaping, and make some tests actually run. | Georg Brandl | 2010-07-21 | 2 | -167/+169 |
| * | Add test for oldcmarkup warning | Daniel Neuhäuser | 2010-07-02 | 1 | -0/+3 |
| * | Added ``exclude`` argument to :func:`.autodoc.between`. From http://bitbucke... | Georg Brandl | 2010-06-12 | 1 | -2/+14 |
| * | merge with 0.6 | Georg Brandl | 2010-06-03 | 2 | -7/+11 |
| |\ |
|
| | * | Make test suite work with docutils from trunk: they emit a line number for a ... | Georg Brandl | 2010-06-03 | 1 | -8/+11 |
| * | | The ``toctree`` callable in templates now accepts a ``titles_only`` keyword a... | Georg Brandl | 2010-05-30 | 1 | -0/+2 |
| * | | The ``include`` directive now supports absolute paths, which are interpreted ... | Georg Brandl | 2010-05-30 | 4 | -0/+9 |
| * | | Add a test for absolute image filenames. | Georg Brandl | 2010-05-30 | 2 | -0/+4 |
| * | | Test references to figures and tables by caption. | Georg Brandl | 2010-05-30 | 1 | -6/+20 |
| * | | Fixed a testcase in response to issue #415 which is failing as of revision a8... | Daniel Neuhäuser | 2010-05-30 | 1 | -1/+1 |
| * | | #426: Fix encoding issues when saving/loading intersphinx inventories. | Georg Brandl | 2010-05-26 | 1 | -0/+2 |
| * | | Test the viewcode extension; decode the source files before highlighting them. | Georg Brandl | 2010-05-26 | 1 | -1/+1 |
| * | | Fix long line. | Georg Brandl | 2010-05-25 | 1 | -1/+1 |
| * | | Add the "oldcmarkup" extension, to help migrating to 1.0. | Georg Brandl | 2010-05-24 | 3 | -1/+12 |
| * | | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter... | Georg Brandl | 2010-05-24 | 3 | -10/+31 |
| |\ \ |
|
| * | | | #413: Added a way for intersphinx to refer to named labels in other | Georg Brandl | 2010-05-23 | 1 | -9/+9 |
| * | | | merge with 0.6 | Georg Brandl | 2010-05-22 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| /
| |/ |
|
| | * | #404: Make ``\and`` work properly in the author field of the ``latex_document... | Georg Brandl | 2010-05-22 | 1 | -1/+1 |
| * | | Fix test failure. | Georg Brandl | 2010-04-26 | 1 | -6/+6 |
| * | | Cleanup trailing whitespace and fix a few nits with the rst domain. | Georg Brandl | 2010-04-17 | 1 | -4/+4 |
| * | | Refactored ReSTDirective.handle_signature() and added the first tests for rst... | Leontius Adhika Pradhana | 2010-04-16 | 1 | -0/+26 |
| * | | Added `doc_field_types` to :class:`JSCallable`, arguments, errors and the ret... | Daniel Neuhäuser | 2010-03-31 | 1 | -2/+6 |
| * | | Merge with sphinx-domains. | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+9 |
| |\ \ |
|
| | * | | long double exists. | Armin Ronacher | 2010-03-30 | 1 | -0/+9 |
| * | | | Added a :class:`JSXRefRole` which allows to display a method/attribute name o... | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+1 |
| * | | | Added a :js:attribute:: directive as well as a :js:attr: role to describe att... | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+4 |
| * | | | It is now possible to use the js:function:: directive for methods. | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+5 |
| * | | | Added a js:data directive/role to describe/refer to global variables/constants. | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+4 |
| * | | | Added a :js:func: role to refer to functions described with the js:function::... | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+3 |
| * | | | Added a JavaScript domain and a js:function directive. | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+6 |
| |/ / |
|
| * | | More operators for C++. Forgot about new/delete and some other less used | Armin Ronacher | 2010-03-02 | 1 | -1/+5 |
| * | | Added first CPP test | Armin Ronacher | 2010-03-02 | 1 | -0/+42 |
| * | | Fix test_markup. | Georg Brandl | 2010-02-28 | 1 | -1/+1 |
| * | | #187: Added support for source ordering of members in autodoc, with ``autodoc... | Georg Brandl | 2010-02-28 | 1 | -0/+36 |
| * | | In HTML output, inline roles now get a CSS class with their name, | Georg Brandl | 2010-02-28 | 1 | -6/+11 |
| * | | Add missing option_spec for Python domain. | Georg Brandl | 2010-02-28 | 1 | -0/+2 |
| * | | merge with trunk | Georg Brandl | 2010-02-27 | 1 | -2/+3 |
| |\ \ |
|
| | * \ | merge with 0.6 | Georg Brandl | 2010-02-21 | 1 | -2/+3 |
| | |\ \
| | |/ |
|
| | | * | In autodoc, allow customizing the signature of an object via autodoc-process-... | Georg Brandl | 2010-02-21 | 1 | -2/+3 |