summaryrefslogtreecommitdiff
path: root/tests/root
Commit message (Collapse)AuthorAgeFilesLines
* Fix #677: allow multiple signatures in C++ domain directives.Georg Brandl2011-09-221-3/+1
|
* Add missing label.Georg Brandl2011-01-081-0/+2
|
* Fix tracebacks occurring for duplicate C++ domain objects.Georg Brandl2011-01-061-0/+11
|
* #581: Fix traceback in Python domain for empty cross-reference targets.Georg Brandl2011-01-041-0/+3
|
* Fix test_build_html after latest docfields fix.Georg Brandl2011-01-041-3/+5
|
* Regression of #77: If there is only one parameter given with ``:param:`` ↵Georg Brandl2011-01-031-0/+2
| | | | markup, the bullet list is now suppressed again.
* Add missing file.Georg Brandl2011-01-031-0/+7
|
* Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-031-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 Brandl2010-10-221-0/+10
| | | | from new docutils code.
* #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵Georg Brandl2010-08-251-0/+1
| | | | extension.
* Allow breaking long signatures, continuing with backlash-escaped newlines.Georg Brandl2010-08-051-0/+4
|
* #484: Fix crash when duplicating a parameter in an info field list.Georg Brandl2010-08-051-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 Brandl2010-07-271-0/+5
|
* Fix :guilabel: unescaping, and make some tests actually run.Georg Brandl2010-07-211-14/+16
|
* The ``toctree`` callable in templates now accepts a ``titles_only`` keyword ↵Georg Brandl2010-05-301-0/+2
| | | | argument.
* The ``include`` directive now supports absolute paths, which are interpreted ↵Georg Brandl2010-05-303-0/+8
| | | | as relative to the source directory.
* Add a test for absolute image filenames.Georg Brandl2010-05-301-0/+3
|
* Test references to figures and tables by caption.Georg Brandl2010-05-301-6/+20
|
* #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-261-0/+2
|
* Test the viewcode extension; decode the source files before highlighting them.Georg Brandl2010-05-261-1/+1
|
* Add the "oldcmarkup" extension, to help migrating to 1.0.Georg Brandl2010-05-242-1/+10
|
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵Georg Brandl2010-05-241-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.6Georg Brandl2010-05-221-1/+1
|\ \ | |/ |/|
| * #404: Make ``\and`` work properly in the author field of the ↵Georg Brandl2010-05-221-1/+1
| | | | | | | | ``latex_documents`` setting.
* | Added `doc_field_types` to :class:`JSCallable`, arguments, errors and the ↵Daniel Neuhäuser2010-03-311-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äuser2010-03-301-0/+1
| | | | | | | | only.
* | Added a :js:attribute:: directive as well as a :js:attr: role to describe ↵Daniel Neuhäuser2010-03-301-0/+4
| | | | | | | | attributes of javascript objects.
* | It is now possible to use the js:function:: directive for methods.Daniel Neuhäuser2010-03-301-0/+5
| |
* | Added a js:data directive/role to describe/refer to global variables/constants.Daniel Neuhäuser2010-03-301-0/+4
| |
* | Added a :js:func: role to refer to functions described with the ↵Daniel Neuhäuser2010-03-301-0/+3
| | | | | | | | js:function:: directive.
* | Added a JavaScript domain and a js:function directive.Daniel Neuhäuser2010-03-301-0/+6
| |
* | Add missing option_spec for Python domain.Georg Brandl2010-02-281-0/+2
| |
* | merge with trunkGeorg Brandl2010-02-171-0/+6
|\ \
| * \ merge with 0.6Georg Brandl2010-02-071-0/+6
| |\ \ | | |/
| | * Make the ``start-after`` and ``end-before`` options to the ↵Georg Brandl2010-01-301-0/+6
| | | | | | | | | | | | ``literalinclude`` directive work correctly if not used together.
* | | Fix some XXXes.Georg Brandl2010-01-171-2/+1
| | |
* | | Fix :type:-class field processing and add doc field markup to test suite.Georg Brandl2010-01-171-0/+17
| | |
* | | merge with trunkGeorg Brandl2010-01-082-0/+15
|\ \ \ | |/ /
| * | Added ``tab-width`` option to ``literalinclude`` directive.Georg Brandl2010-01-082-0/+15
| | |
* | | merge with trunk (and remove debugging leftover from test layout.html template)Georg Brandl2010-01-071-1/+0
|\ \ \ | |/ /
* | | merge with trunk (not working perfectly yet)Georg Brandl2010-01-079-4/+16
|\ \ \ | |/ /
| * | The ``html_sidebars`` config value can now contain patterns as keys, and the ↵Georg Brandl2010-01-073-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 Brandl2010-01-075-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 Brandl2010-01-062-1/+3
| | | | | | | | | | | | | | | | | | patterns. This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete.
* | | merge with trunkGeorg Brandl2010-01-072-0/+21
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-01-032-0/+21
| |\ \ | | |/
| | * Add tests for todo extension.Georg Brandl2010-01-032-0/+23
| | |
* | | merge with trunkGeorg Brandl2010-01-026-38/+155
|\ \ \ | |/ / |/| |
| * | merge with trunkGeorg Brandl2009-12-313-1/+5
| |\ \
| * \ \ merge with trunkGeorg Brandl2009-12-282-0/+9
| |\ \ \