Commit Graph
161 Commits
Author SHA1 Message Date
Georg Brandl 213eba0225 Automatically convert directive functions, and add a test for that. 2009-10-27 19:42:44 +01:00
Georg Brandl 3594104d4e merge with trunk 2009-10-26 14:05:45 +01:00
Georg Brandl 2df42c5cb3 merge with 0.6 2009-10-25 11:27:05 +01:00
Georg Brandl f04ca65690 Fix "fixed" descriptor handling, and add tests. 2009-10-25 11:26:10 +01:00
Georg Brandl 68c545cf22 Refactor directive/role lookup from domains a bit to avoid code duplication. 2009-09-12 10:14:27 +00:00
Georg Brandl cdc94454e0 Add test cases for intersphinx, and fix it to work with objtypes. 2009-09-09 21:56:53 +02:00
Georg Brandl 6c09b9fb18 test utils: make with_tempdir stackable. 2009-09-09 16:39:38 +02:00
Georg Brandl 0792ad7498 The `toctree() callable in templates now has a maxdepth`
keyword argument to control the depth of the generated tree.

Also add tests for that callable.
2009-09-09 15:56:52 +02:00
Georg Brandl c8b977c821 test_autodoc: adapt to new generation of directives with domain name. 2009-09-08 12:41:15 +02:00
Georg Brandl 8f8cc0e270 Move HTML test into own module and add some C references. 2009-09-08 12:07:27 +02:00
Georg Brandl efa4678cfd Add some XXX comments to places where work is needed. 2009-09-08 12:07:11 +02:00
Georg Brandl fa7f8812cd More refactoring for language-independent domain support.
* Renamed "desc"ription unit to "object" wherever possible.
* Added standard x-ref types to a StandardDomain which is always consulted.
* Split domains module into a subpackage.
* Removed additional_xref_types in favor of new directive classes in StandardDomain.
* Implemented x-ref inventory version 2, for all object types.
* Added env.doc_read_data which is for temporary data stored while reading.
* Minimally updated extension tutorial.
* Started to implement changes to interactive search.
* Test suite passes again.
2009-09-07 22:52:26 +02:00
Georg Brandl 2d2a58efb4 Fix test now that show_authors is true. 2009-08-09 23:13:35 +02:00
Georg Brandl 8d0c50c5b4 More block markup tests. 2009-08-09 23:12:01 +02:00
Georg Brandl 8ba78e88e7 More tests for inline markup. 2009-08-09 23:01:48 +02:00
Georg Brandl 631ccfa3b5 Fix test. 2009-08-09 22:47:56 +02:00
Georg Brandl 2ac807a066 Add more tests for markup. 2009-08-09 22:44:41 +02:00
Georg Brandl 28263b96de More tests for inline markup. 2009-08-09 22:19:37 +02:00
Georg Brandl 94f0c051c5 Fix remaining uses of xfileref_role. 2009-08-09 20:27:36 +02:00
Georg Brandl 0ed845462f #169: Added the `trim_doctest_flags` config value, which is true by default. 2009-06-16 21:53:53 +02:00
Georg Brandl 7d56682ad7 merge with 0.6 2009-06-15 17:33:56 +02:00
Georg Brandl 5e439cbbb5 #196: Add a warning if an extension module doesn't have a `setup()` function. 2009-06-15 17:31:29 +02:00
Georg Brandl c5c62b252c Access domain data via env.domaindata. 2009-07-13 21:31:05 +02:00
Georg Brandl 1c030b415e With a few disabled features (see XXX), the test suite runs again. 2009-07-13 21:28:01 +02:00
Georg Brandl a1dd4695f3 First step of domain handling in environment. 2009-07-13 20:53:11 +02:00
Georg Brandl c02b7149aa Move domain-specific code around a bit; builtin domains are now completely in sphinx.domains. Test suite does not pass yet. 2009-07-05 12:24:27 +02:00
Georg Brandl 9199b21f85 Add new builtin theme to test suite. 2009-07-05 12:22:01 +02:00
Georg Brandl 288af885c2 merge with 0.6 2009-06-04 18:47:43 +02:00
Georg Brandl 137db91d77 When highlighting Python code, ignore extra indentation before
trying to parse it as Python.
2009-06-04 18:21:26 +02:00
Georg Brandl 501adbdb6f #191: Don't escape the tilde in URIs in LaTeX. 2009-06-04 18:11:17 +02:00
Georg Brandl fb0791bdfc Added the `prepend and append` options to the
``literalinclude`` directive.
2009-06-04 17:57:58 +02:00
Georg Brandl 8d96070a1a merge with 0.6 2009-05-31 19:50:29 +02:00
Georg Brandl cfd0d8c42d Don't consider contents of source comments for the search index. 2009-05-31 19:47:42 +02:00
Georg Brandl df75924602 merge with 0.6 2009-05-31 18:59:36 +02:00
Georg Brandl 92eef1b2e5 Set the default encoding to `utf-8-sig` to handle files with a
UTF-8 BOM correctly.
2009-05-31 18:58:28 +02:00
Georg Brandl b28de861fe merge with 0.6 2009-05-24 19:15:57 +02:00
Georg Brandl 224104724a #178: apply `add_function_parentheses` config value to C functions as promised. 2009-05-22 18:53:58 +02:00
Georg Brandl 3eb57cdf19 merge with 0.6 2009-05-17 19:35:19 +02:00
Georg Brandl b4365ad72b #173: Respect the docutils `title` directive. 2009-05-17 19:15:28 +02:00
Georg Brandl a07daf48cf merge with 0.6 2009-05-10 20:59:55 +02:00
Georg Brandl ef01782f42 #157: fix make check. 2009-05-10 20:59:08 +02:00
Georg Brandl 7425f381b8 merge with 0.6 2009-04-29 12:26:57 +02:00
Georg Brandl ba0039cc4d Bring some more sanity into quickstart validators. 2009-04-29 12:26:38 +02:00
Georg Brandl 4d249fa3e4 Fix a few stylistic things, and add docs for autosummary_generate. 2009-04-13 08:40:56 +00:00
Georg Brandl ae1c7f9d56 Fix a few stylistic nits. 2009-04-13 08:35:05 +00:00
Georg Brandl b13f61bc42 merge with pv/sphinx-work 2009-04-13 09:45:56 +02:00
Georg Brandl 248dcaea2c Fix test suite failures when Pygments is not available. 2009-04-07 21:50:14 +02:00
Pauli Virtanen 0510af7672 autosummary: fix bugs, and include features from the Numpy version 2009-04-04 22:05:32 +03:00
Georg Brandl 8f44464e3b Fix the fix of #127 to actually work. 2009-03-24 11:15:24 +00:00
Georg Brandl 1878c02078 Restore 2.4 compatibility and fix removing the generated file properly. 2009-03-16 23:46:58 +01:00