| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #677: allow multiple signatures in C++ domain directives. | Georg Brandl | 2011-09-22 | 1 | -3/+1 |
| | | |||||
| * | Add missing label. | Georg Brandl | 2011-01-08 | 1 | -0/+2 |
| | | |||||
| * | Fix tracebacks occurring for duplicate C++ domain objects. | Georg Brandl | 2011-01-06 | 1 | -0/+11 |
| | | |||||
| * | #581: Fix traceback in Python domain for empty cross-reference targets. | Georg Brandl | 2011-01-04 | 1 | -0/+3 |
| | | |||||
| * | Fix test_build_html after latest docfields fix. | Georg Brandl | 2011-01-04 | 1 | -3/+5 |
| | | |||||
| * | Regression of #77: If there is only one parameter given with ``:param:`` ↵ | Georg Brandl | 2011-01-03 | 1 | -0/+2 |
| | | | | | markup, the bullet list is now suppressed again. | ||||
| * | Add missing file. | Georg Brandl | 2011-01-03 | 1 | -0/+7 |
| | | |||||
| * | Fix strange reportings of line numbers for warnings generated from | Georg Brandl | 2011-01-03 | 1 | -0/+6 |
| | | | | | | autodoc-included docstrings, due to different behavior depending on docutils version. | ||||
| * | #535: Fix LaTeX output generated for line blocks by porting implementation ↵ | Georg Brandl | 2010-10-22 | 1 | -0/+10 |
| | | | | | from new docutils code. | ||||
| * | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵ | Georg Brandl | 2010-08-25 | 1 | -0/+1 |
| | | | | | extension. | ||||
| * | Allow breaking long signatures, continuing with backlash-escaped newlines. | Georg Brandl | 2010-08-05 | 1 | -0/+4 |
| | | |||||
| * | #484: Fix crash when duplicating a parameter in an info field list. | Georg Brandl | 2010-08-05 | 1 | -0/+2 |
| | | | | | | Problem was that the :type: info nodes were inserted twice into the doctree, which led to inconsistencies when reference nodes were resolved. | ||||
| * | Add some tests for docfields. | Georg Brandl | 2010-07-27 | 1 | -0/+5 |
| | | |||||
| * | Fix :guilabel: unescaping, and make some tests actually run. | Georg Brandl | 2010-07-21 | 1 | -14/+16 |
| | | |||||
| * | The ``toctree`` callable in templates now accepts a ``titles_only`` keyword ↵ | Georg Brandl | 2010-05-30 | 1 | -0/+2 |
| | | | | | argument. | ||||
| * | The ``include`` directive now supports absolute paths, which are interpreted ↵ | Georg Brandl | 2010-05-30 | 3 | -0/+8 |
| | | | | | as relative to the source directory. | ||||
| * | Add a test for absolute image filenames. | Georg Brandl | 2010-05-30 | 1 | -0/+3 |
| | | |||||
| * | Test references to figures and tables by caption. | Georg Brandl | 2010-05-30 | 1 | -6/+20 |
| | | |||||
| * | #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 |
| | | |||||
| * | Add the "oldcmarkup" extension, to help migrating to 1.0. | Georg Brandl | 2010-05-24 | 2 | -1/+10 |
| | | |||||
| * | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵ | Georg Brandl | 2010-05-24 | 1 | -1/+8 |
| |\ | | | | | | | | | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators. | ||||
| * \ | merge with 0.6 | Georg Brandl | 2010-05-22 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | #404: Make ``\and`` work properly in the author field of the ↵ | Georg Brandl | 2010-05-22 | 1 | -1/+1 |
| | | | | | | | | | ``latex_documents`` setting. | ||||
| * | | Added `doc_field_types` to :class:`JSCallable`, arguments, errors and the ↵ | Daniel Neuhäuser | 2010-03-31 | 1 | -2/+6 |
| | | | | | | | | | return value of JavaScript functions/methods/constructors can now be documented using fields. | ||||
| * | | Added a :class:`JSXRefRole` which allows to display a method/attribute name ↵ | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+1 |
| | | | | | | | | | only. | ||||
| * | | Added a :js:attribute:: directive as well as a :js:attr: role to describe ↵ | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+4 |
| | | | | | | | | | attributes of javascript objects. | ||||
| * | | 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 ↵ | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+3 |
| | | | | | | | | | js:function:: directive. | ||||
| * | | Added a JavaScript domain and a js:function directive. | Daniel Neuhäuser | 2010-03-30 | 1 | -0/+6 |
| | | | |||||
| * | | Add missing option_spec for Python domain. | Georg Brandl | 2010-02-28 | 1 | -0/+2 |
| | | | |||||
| * | | merge with trunk | Georg Brandl | 2010-02-17 | 1 | -0/+6 |
| |\ \ | |||||
| | * \ | merge with 0.6 | Georg Brandl | 2010-02-07 | 1 | -0/+6 |
| | |\ \ | | |/ | |||||
| | | * | Make the ``start-after`` and ``end-before`` options to the ↵ | Georg Brandl | 2010-01-30 | 1 | -0/+6 |
| | | | | | | | | | | | | | ``literalinclude`` directive work correctly if not used together. | ||||
| * | | | Fix some XXXes. | Georg Brandl | 2010-01-17 | 1 | -2/+1 |
| | | | | |||||
| * | | | Fix :type:-class field processing and add doc field markup to test suite. | Georg Brandl | 2010-01-17 | 1 | -0/+17 |
| | | | | |||||
| * | | | merge with trunk | Georg Brandl | 2010-01-08 | 2 | -0/+15 |
| |\ \ \ | |/ / | |||||
| | * | | Added ``tab-width`` option to ``literalinclude`` directive. | Georg Brandl | 2010-01-08 | 2 | -0/+15 |
| | | | | |||||
| * | | | merge with trunk (and remove debugging leftover from test layout.html template) | Georg Brandl | 2010-01-07 | 1 | -1/+0 |
| |\ \ \ | |/ / | |||||
| * | | | merge with trunk (not working perfectly yet) | Georg Brandl | 2010-01-07 | 9 | -4/+16 |
| |\ \ \ | |/ / | |||||
| | * | | The ``html_sidebars`` config value can now contain patterns as keys, and the ↵ | Georg Brandl | 2010-01-07 | 3 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | values can be lists that explicitly select which sidebar templates should be rendered. That means that the builtin sidebar contents can be included only selectively. | ||||
| | * | | ``html_static_path`` can now contain single file entries. | Georg Brandl | 2010-01-07 | 5 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exclusion of static path files is not yet implemented. HG: Bitte gib eine Versions-Meldung ein. Zeilen beginnend mit 'HG:' werden entfernt. HG: Leere Versionsmeldung wird das Übernehmen abbrechen. HG: -- HG: Benutzer: Georg Brandl <georg@python.org> HG: branch 'default' HG: added tests/root/_static/excluded.css HG: added tests/root/_static/subdir/foo.css HG: added tests/root/templated.css_t HG: Geändert CHANGES HG: Geändert doc/config.rst HG: Geändert sphinx/builders/html.py HG: Geändert sphinx/util/__init__.py HG: Geändert tests/root/_static/README HG: Geändert tests/root/conf.py HG: Geändert tests/test_build_html.py | ||||
| | * | | Add new universal config value ``exclude_patterns``, with glob-style exclude ↵ | Georg Brandl | 2010-01-06 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | patterns. This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete. | ||||
| * | | | merge with trunk | Georg Brandl | 2010-01-07 | 2 | -0/+21 |
| |\ \ \ | |/ / | |||||
| | * | | merge with 0.6 | Georg Brandl | 2010-01-03 | 2 | -0/+21 |
| | |\ \ | | |/ | |||||
| | | * | Add tests for todo extension. | Georg Brandl | 2010-01-03 | 2 | -0/+23 |
| | | | | |||||
| * | | | merge with trunk | Georg Brandl | 2010-01-02 | 6 | -38/+155 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | merge with trunk | Georg Brandl | 2009-12-31 | 3 | -1/+5 |
| | |\ \ | |||||
| | * \ \ | merge with trunk | Georg Brandl | 2009-12-28 | 2 | -0/+9 |
| | |\ \ \ | |||||
