Georg Brandl
87b0ac63ed
merge with 1.0
2011-01-09 00:47:48 +01:00
Georg Brandl
45b38933a6
Add missing label.
2011-01-08 22:18:10 +01:00
Georg Brandl
16c3f081a5
Add missing label.
2011-01-08 20:02:38 +01:00
Georg Brandl
81ecbc19b0
Fix tracebacks occurring for duplicate C++ domain objects.
2011-01-06 12:28:55 +01:00
Georg Brandl
7e3151dd73
#581 : Fix traceback in Python domain for empty cross-reference targets.
2011-01-04 23:39:13 +01:00
Georg Brandl
5072e74a46
Fix test_build_html after latest docfields fix.
2011-01-04 00:23:27 +01:00
Georg Brandl
205d50a01d
Regression of #77 : If there is only one parameter given with `:param:` markup, the bullet list is now suppressed again.
2011-01-03 23:08:13 +01:00
Georg Brandl
eb014a1b64
Add missing file.
2011-01-03 19:33:44 +01:00
Georg Brandl
69e5b91b2d
Fix strange reportings of line numbers for warnings generated from
...
autodoc-included docstrings, due to different behavior depending
on docutils version.
2011-01-03 15:55:30 +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
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
bf767d5222
#454 : Add more index markup capabilities: marking see/seealso entries, and main entries for a given key.
2011-01-07 19:00:29 +01:00
Georg Brandl
f925de6aa0
#586 : Implemented improved glossary markup which allows multiple terms per definition.
2011-01-06 20:34:41 +01:00
Georg Brandl
0d1a8e5720
merge with 1.0
2011-01-06 13:07:07 +01:00
Georg Brandl
e8b0511fdc
merge with 1.0
2011-01-04 23:40:57 +01:00
Georg Brandl
3642b521ed
merge with 1.0
2011-01-04 00:35:27 +01:00
Georg Brandl
7401622583
#553 : Added :rst:dir:testcleanup blocks in the doctest extension.
2011-01-03 21:20:29 +01:00
Georg Brandl
6c7aa8bb6d
merge with 1.0
2011-01-03 15:55:56 +01:00
Robert Lehmann
84298debb7
Supply missing PO file for tests.
2010-11-14 19:43:28 +01:00
Georg Brandl
5edd11b245
merge with 1.0
2010-10-22 19:26:28 +02:00
Jonathan Waltman
13684aa91f
Add tests for Texinfo builder
2010-09-16 02:19:06 -05:00
Georg Brandl
3ddd7d9075
merge with 1.0
2010-08-25 12:02:59 +00:00
Georg Brandl
40e692e6c3
#504 : Add an `index` role, to make inline index entries.
2010-08-25 11:33:30 +00:00
Georg Brandl
00c2b032d1
merge with sphinx-i18n
2010-08-21 19:20:50 +02:00
Robert Lehmann
7a40e07eda
merge with trunk
2010-08-17 11:08:23 +02:00
Jacob Mason
68cb74ad77
merge with trunk
2010-08-16 09:33:09 -05:00
Daniel Neuhäuser
0cf175e0b2
Added a test for the behavior described by Jacob and it does fail
2010-08-15 19:25:46 +02:00
Daniel Neuhäuser
37cc185fe7
Added a test for paragraphs inserted at the beginning of a document
2010-08-15 18:41:14 +02:00
Daniel Neuhäuser
fae5b3c133
Fix doctest to work with Python 2.5 and lower
2010-08-14 19:52:04 +02:00
Daniel Neuhäuser
805c2c405e
Automated merge with ssh://bitbucket.org/birkenfeld/sphinx
2010-08-10 12:27:51 +02:00
Daniel Neuhäuser
828ad48e3d
Initial version tracking implementation
2010-08-10 12:25:48 +02:00
Georg Brandl
861941e5f1
merge with 1.0
2010-08-05 16:20:12 +02:00
Robert Lehmann
6e9b3c7249
Test if doctrees retain semantic structure.
2010-06-30 12:57:10 +02:00
Robert Lehmann
1433b5cb11
Test translation patching in vitro.
2010-06-29 23:30:22 +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
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
ddeb627cef
Don't use (in this case) unnecessary python2 unicode literals
2010-07-11 12:24:50 +02:00
Daniel Neuhäuser
1f5c4e6c9c
make doctest work with python2 and python3
2010-06-19 21:50:00 +02:00