Commit Graph
1118 Commits
Author SHA1 Message Date
Georg Brandl b42e9303f4 Update the test_autodoc for the autodoc refactorings and fix a few remaining bugs. 2009-02-17 23:55:05 +01:00
Georg Brandl 53ed60d6dc Add examples for docnames. 2009-02-17 23:08:26 +01:00
Georg Brandl f513c0e99b Add changelog entries. 2009-02-17 22:11:17 +01:00
Georg Brandl ec9bf90ba7 Unify all method types again. 2009-02-17 19:55:49 +01:00
Georg Brandl 30fd6faddd Document changes to the app API. 2009-02-17 19:33:46 +01:00
Georg Brandl c6b6957082 Document self-in-toctree. 2009-02-17 19:24:45 +01:00
Georg Brandl 905ed46696 There is now a `-W` option for sphinx-build that turns warnings into errors.
^
2009-02-17 19:19:09 +01:00
Georg Brandl 03a9656c72 merge with 0.5 2009-02-17 18:59:47 +01:00
Georg Brandl 071756377a Don't output system messages while resolving, because they would stay in the doctrees even if keep_warnings is false. 2009-02-17 18:57:51 +01:00
Georg Brandl 55fde211f7 merge with 0.5 2009-02-17 18:34:22 +01:00
Georg Brandl 3984c0f05c #82: Determine the correct path for dependencies noted by
docutils.  This fixes behavior where a source with dependent
files was always reported as changed.
2009-02-17 18:33:48 +01:00
Georg Brandl 38e766c231 Allow "self" in toctrees, as a reference to the document containing the directive. 2009-02-17 18:17:17 +01:00
Georg Brandl fd1313e7b8 More small autodoc fixes. 2009-02-17 18:16:49 +01:00
Georg Brandl d9bc840a4a Fix a few bugs in the new autodoc. 2009-02-17 16:57:33 +01:00
Georg Brandl f2f62501e1 Refactor autodoc so that it gets easy to add support for custom types of objects. 2009-02-17 16:36:30 +01:00
Georg Brandl 82842e8d8e Use INI lexer. 2009-02-17 12:20:09 +01:00
Georg Brandl 94c5b42992 Note incompatibility about the document block. 2009-02-16 09:13:49 +01:00
Georg Brandl 76ccaa2903 Fix templating inconsistency. 2009-02-16 09:06:54 +01:00
Georg Brandl d5ea00899c Change html_collapse_toctree setting to an argument of the toctree() callable. 2009-02-16 00:08:08 +01:00
Georg Brandl ddeeccd5c2 Add Sprox. 2009-02-16 00:02:36 +01:00
Georg Brandl 21f78a9771 Fix target. 2009-02-15 20:08:31 +01:00
Georg Brandl 10c89799fd Fix #93: note that show-inheritance works with automodule. 2009-02-15 18:52:28 +01:00
Georg Brandl c3e13cfa9a Add theming test suite, fix a few bugs and doc problems. 2009-02-15 16:10:10 +01:00
Georg Brandl f48c9a6595 Fix test suite. 2009-02-15 12:44:10 +01:00
Georg Brandl c7bacf11b2 Add language-binding.net. 2009-02-15 12:35:05 +01:00
Georg Brandl 106ef21629 More templating docs. 2009-02-15 11:38:23 +01:00
Georg Brandl 114df1e0c8 Theming docs, part 2. 2009-02-15 11:03:16 +01:00
Georg Brandl 016f375403 merge with trunk 2009-02-15 10:46:17 +01:00
Georg Brandl 8e088876cf Theming docs, part 1. 2009-02-15 10:45:46 +01:00
Georg Brandl 581ce63730 Handle sidebar options directly in the stylesheet. 2009-02-15 10:31:52 +01:00
Georg Brandl 22a5d87dde Make body colors customizable. 2009-02-15 10:25:55 +01:00
Georg Brandl e1308b56ff Make the relbar and sidebar fonts a bit larger. 2009-02-15 10:25:39 +01:00
Georg Brandl 2a436af66b Make the default theme color-customizable. 2009-02-15 09:35:54 +01:00
Georg Brandl 2f18cc9885 Add support for templated static files. 2009-02-15 07:19:48 +01:00
Georg Brandl 67242fd375 Small template adjustment. 2009-02-15 07:55:30 +01:00
Georg Brandl 56b204b8a4 Use well-named IDs before auto-named IDs. 2009-02-15 02:49:08 +01:00
Georg Brandl 650ed71a4d Update Python docs URL. 2009-02-15 02:30:12 +01:00
Georg Brandl 25b71e4143 * Add support for theme options.
* Make the right-/stickysidebar alternatives for the default design options.
* Add theme-related options to quickstart.
2009-02-15 01:43:10 +01:00
Georg Brandl 2d62179bb0 Support theme zipfiles. 2009-02-15 00:07:05 +01:00
Georg Brandl 1219e3e73a merge with main 2009-02-14 23:25:30 +01:00
Georg Brandl 4e9d0f4f4b Make it more probable for docutils to report the correct source
for content generated by autodoc.
2009-02-14 23:14:33 +01:00
Georg Brandl 66609e8165 merge with 0.5 2009-02-14 20:19:16 +01:00
Georg Brandl 33bed1ef6b Recognize toctree directives that are not on section toplevel,
but within block items, such as tables.
2009-02-14 20:19:01 +01:00
Georg Brandl fc7249e74a Add missing file. 2009-02-14 19:48:07 +01:00
Georg Brandl 54e685e732 merge with 0.5 2009-02-14 19:47:51 +01:00
Georg Brandl a42203a241 Handle footnotes in tables in LaTeX. 2009-02-14 19:45:58 +01:00
Georg Brandl b6a2d4d343 Add SimPy and openWNS. 2009-02-14 19:05:26 +01:00
Georg Brandl 54f4da1677 Add docs for absolute image paths feature. 2009-02-14 15:32:41 +01:00
Georg Brandl 06b32a712f Image paths can now be absolute (like `/images/foo.png`).
They are treated as relative to the top source directory.
2009-02-14 15:29:18 +01:00
Georg Brandl 364d38fd74 Fix example. 2009-02-14 15:11:25 +01:00