Georg Brandl
c3e233e016
Adapt test to new warning API.
2010-11-12 08:34:47 +01:00
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
a78e477bf7
Fix long line and test failure.
2010-08-23 16:48:51 +00:00
Georg Brandl
a484c6f793
#490 : Fix cross-references to objects of types added by the :func:~.Sphinx.add_object_type API function.
2010-08-14 16:51:04 +02: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
01c501054e
#480 : Fix handling of target naming in intersphinx.
2010-08-05 11:58:43 +02:00
Georg Brandl
5a28ae4686
Add some tests for docfields.
2010-07-27 19:19:29 +02:00
Georg Brandl
3b64ec2a2e
Now that the expected warnings are regexes, diffing them with the actual output makes no sense anymore.
2010-07-27 19:07:51 +02:00
Georg Brandl
4a400034d9
This apparently fixes a failing test in Gentoo.
2010-07-27 17:52:57 +02:00
Georg Brandl
0aafe2ac1d
Further fix for intersphinx labels, add test cases for that.
2010-07-27 13:20:58 +02:00
Georg Brandl
e3f47a800a
Actually test the JSON builder.
2010-07-25 14:50:47 +02:00
Georg Brandl
23971336b7
Fix :guilabel: unescaping, and make some tests actually run.
2010-07-21 11:33:24 +01:00
Daniel Neuhäuser
2cbaded701
Add test for oldcmarkup warning
2010-07-02 16:44:05 +02:00
Georg Brandl
7c7d3f4010
Added `exclude argument to :func:.autodoc.between`. From http://bitbucket.org/mfperzel/sphinx-additions .
2010-06-12 18:16:18 +02:00
Georg Brandl
dd4f973221
merge with 0.6
2010-06-03 17:25:16 +02:00
Georg Brandl
af51c2f7bb
Make test suite work with docutils from trunk: they emit a line number for a warning where 0.6 doesnt.
2010-06-03 17:21:33 +02: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
Daniel Neuhäuser
6f982283ed
Fixed a testcase in response to issue #415 which is failing as of revision a854e3d2ca07
2010-05-30 04:47:28 +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
8bcf1f4511
Fix long line.
2010-05-25 00:50:15 +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
5b7e794e2b
#413 : Added a way for intersphinx to refer to named labels in other
...
projects, and to specify the project you want to link to.
2010-05-23 13:06:01 +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
Georg Brandl
59cf3db674
Fix test failure.
2010-04-26 22:26:44 +02:00
Georg Brandl
541e30b36e
Cleanup trailing whitespace and fix a few nits with the rst domain.
2010-04-17 10:29:14 +02:00
Leontius Adhika Pradhana
7a3ac740da
Refactored ReSTDirective.handle_signature() and added the first tests for rst domain.
2010-04-16 17:51:19 +08: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
00cb284182
Merge with sphinx-domains.
2010-03-30 22:43:57 +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
Armin Ronacher
71a985c06c
long double exists.
2010-03-30 18:57:56 +02:00
Armin Ronacher
a6c625f25c
More operators for C++. Forgot about new/delete and some other less used
...
such as ->*.
2010-03-02 13:10:44 +01:00
Armin Ronacher
91322038e2
Added first CPP test
2010-03-02 01:27:44 +01:00
Georg Brandl
ea8fa8aa02
Fix test_markup.
2010-02-28 12:08:06 +01:00
Georg Brandl
a31e7e2f5d
#187 : Added support for source ordering of members in autodoc, with `autodoc_member_order = 'bysource'`.
2010-02-28 11:39:13 +01:00
Georg Brandl
b4d03d9ff3
In HTML output, inline roles now get a CSS class with their name,
...
allowing styles to customize their appearance. Domain-specific
roles get two classes, ``domain`` and ``domain-rolename``.
2010-02-28 10:17:59 +01:00
Georg Brandl
c2289a17b5
Add missing option_spec for Python domain.
2010-02-28 09:21:24 +01:00
Georg Brandl
036a399011
merge with trunk
2010-02-27 23:14:19 +01:00