Commit Graph
129 Commits
Author SHA1 Message Date
Georg Brandl 644e157fa5 #535: Fix LaTeX output generated for line blocks by porting implementation from new docutils code. 2010-10-22 12:10:11 +02:00
Georg Brandl 7e5ff71c40 #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath extension. 2010-08-25 10:26:15 +00:00
Georg Brandl df107e70f8 Allow breaking long signatures, continuing with backlash-escaped newlines. 2010-08-05 16:03:36 +02:00
Georg Brandl 8c91fb78ce #484: Fix crash when duplicating a parameter in an info field list.
Problem was that the :type: info nodes were inserted twice into the
doctree, which led to inconsistencies when reference nodes were resolved.
2010-08-05 12:53:05 +02:00
Georg Brandl 5a28ae4686 Add some tests for docfields. 2010-07-27 19:19:29 +02:00
Georg Brandl 23971336b7 Fix :guilabel: unescaping, and make some tests actually run. 2010-07-21 11:33:24 +01:00
Georg Brandl 35f0b555a4 The `toctree callable in templates now accepts a titles_only` keyword argument. 2010-05-30 13:16:26 +02:00
Georg Brandl f3c706edae The `include` directive now supports absolute paths, which are interpreted as relative to the source directory. 2010-05-30 12:59:42 +02:00
Georg Brandl 3bd9e4617e Add a test for absolute image filenames. 2010-05-30 12:47:17 +02:00
Georg Brandl 57c438be4f Test references to figures and tables by caption. 2010-05-30 12:42:05 +02:00
Georg Brandl 0d4c3a31b6 #426: Fix encoding issues when saving/loading intersphinx inventories. 2010-05-26 19:51:09 +02:00
Georg Brandl d3d93a54f0 Test the viewcode extension; decode the source files before highlighting them. 2010-05-26 19:29:44 +02:00
Georg Brandl 4d0facf1e1 Add the "oldcmarkup" extension, to help migrating to 1.0. 2010-05-24 15:12:27 +02:00
Georg Brandl 0238e83013 Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the 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.
2010-05-24 12:57:07 +02:00
Georg Brandl ecb75bd0d2 merge with 0.6 2010-05-22 14:19:33 +02:00
Georg Brandl 529d3f5329 #404: Make `\and work properly in the author field of the latex_documents` setting. 2010-05-22 14:15:39 +02:00
Daniel Neuhäuser ae0d464fb1 Added doc_field_types to :class:JSCallable, arguments, errors and the return value of JavaScript functions/methods/constructors can now be documented using fields. 2010-03-31 15:15:43 +00:00
Daniel Neuhäuser a791b7867b Added a :class:JSXRefRole which allows to display a method/attribute name only. 2010-03-30 22:40:20 +00:00
Daniel Neuhäuser 5831add5bb Added a :js:attribute:: directive as well as a :js:attr: role to describe attributes of javascript objects. 2010-03-30 22:22:57 +00:00
Daniel Neuhäuser 8cbdf1ec34 It is now possible to use the js:function:: directive for methods. 2010-03-30 21:50:48 +00:00
Daniel Neuhäuser 9d53f460ea Added a js:data directive/role to describe/refer to global variables/constants. 2010-03-30 19:39:18 +00:00
Daniel Neuhäuser 25b8e87fee Added a :js:func: role to refer to functions described with the js:function:: directive. 2010-03-30 19:14:01 +00:00
Daniel Neuhäuser 9837a08294 Added a JavaScript domain and a js:function directive. 2010-03-30 18:40:46 +00:00
Georg Brandl c2289a17b5 Add missing option_spec for Python domain. 2010-02-28 09:21:24 +01:00
Georg Brandl f9ba148d85 merge with trunk 2010-02-17 10:49:53 +01:00
Georg Brandl 59c3a708a6 merge with 0.6 2010-02-07 23:42:54 +01:00
Georg Brandl 4688518d8d Make the `start-after and end-before options to the literalinclude` directive work correctly if not used together. 2010-01-30 18:49:42 +01:00
Georg Brandl 1bce0d7e6a Fix some XXXes. 2010-01-17 19:21:04 +01:00
Georg Brandl f78f0e616f Fix :type:-class field processing and add doc field markup to test suite. 2010-01-17 13:51:41 +01:00
Georg Brandl 2a2a66a923 merge with trunk 2010-01-08 18:55:35 +01:00
Georg Brandl c80f52dfbf Added `tab-width option to literalinclude` directive. 2010-01-08 18:36:58 +01:00
Georg Brandl c227fc2720 merge with trunk (and remove debugging leftover from test layout.html template) 2010-01-07 21:51:23 +01:00
Georg Brandl b1c937f0d9 merge with trunk (not working perfectly yet) 2010-01-07 21:41:03 +01:00
Georg Brandl cbd75346fd merge with trunk 2010-01-07 19:17:45 +01:00
Georg Brandl 2f09d24472 The `html_sidebars` config value can now contain patterns as keys, and the 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.
2010-01-07 17:56:09 +01:00
Georg Brandl c9345b33b2 `html_static_path` can now contain single file entries.
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
2010-01-07 16:20:52 +01:00
Georg Brandl ab7ac64e1a Add new universal config value `exclude_patterns`, with glob-style exclude patterns.
This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete.
2010-01-06 15:48:39 +01:00
Georg Brandl 268911eb47 merge with 0.6 2010-01-03 12:41:51 +01:00
Georg Brandl 3b1fd1fe2c Add tests for todo extension. 2010-01-03 12:39:55 +01:00
Georg Brandl faeec5cbbb merge with trunk 2010-01-02 21:03:56 +01:00
Georg Brandl ed78dc7ff0 merge with 0.6 2010-01-02 20:54:59 +01:00
Georg Brandl 6b13a28c11 Make extlinks more flexible: use string substitution to build the full URL. 2010-01-02 20:51:22 +01:00
Georg Brandl f4da14806c #310: support exception messages in the `testoutput blocks of the doctest` extension.
Also add minimal test cases for the doctest extension.
2010-01-02 14:59:27 +01:00
Georg Brandl f3a2854ba9 merge with trunk 2009-12-31 18:40:58 +01:00
Georg Brandl bf9c12a3e8 merge with 0.6 2009-12-31 09:49:12 +01:00
Georg Brandl 096725922a #303: `html_context values given on the command line via -A`
should not override other values given in conf.py.
2009-12-31 09:47:56 +01:00
Georg Brandl 613a4a02b7 merge with 0.6 2009-12-30 13:14:18 +01:00
Georg Brandl 93cca3d4ac #308: allow "double" as alias for "pair" in index entries. 2009-12-30 13:13:57 +01:00
Georg Brandl 5d0812fb91 merge with trunk 2009-12-28 19:49:57 +01:00
Georg Brandl ea97a6b181 merge with 0.6 2009-12-28 19:43:55 +01:00