Commit Graph

1851 Commits

Author SHA1 Message Date
Georg Brandl
3d28bf392b Added tag 0.3 for changeset 1aebc142e92b 2009-09-15 15:06:57 +02:00
Georg Brandl
a888c09dfa Added tag 0.4 for changeset 9086e80b8740 2009-09-15 15:05:51 +02:00
Georg Brandl
5191064467 Port fix of explicit title RE from domains branch. 2009-09-13 07:36:39 +00:00
Georg Brandl
3135d94c02 Work on remaining XXXs. 2009-09-12 13:39:40 +00:00
Georg Brandl
30f8dbdbf8 Cosmetic changes. 2009-09-12 10:19:13 +00:00
Georg Brandl
2bbb29385e Remove env.note_versionchange(). 2009-09-12 10:17:02 +00: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
52d5411f6d fix bugs. 2009-09-10 21:58:05 +02:00
Georg Brandl
6b772c5640 merge with trunk 2009-09-09 21:57:49 +02: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
a82bc02edc Remove envvar from specific roles list. 2009-09-09 21:35:41 +02:00
Georg Brandl
bd66ba5179 Rename py domain specific refnode attributes. 2009-09-09 19:36:11 +02:00
Georg Brandl
732e2b377f Move :envvar: index markup logic over to std domain. 2009-09-09 19:35:50 +02:00
Georg Brandl
b51ed6d25d merge with 0.6 2009-09-09 19:18:48 +02:00
Georg Brandl
66c254c582 copy over autosummary docs from trunk. 2009-09-09 19:18:02 +02:00
Georg Brandl
290a623669 Note that member docstrings need to be reST as well. 2009-09-09 19:10:24 +02:00
Georg Brandl
87cf9675c8 Fix markup. 2009-09-09 18:27:59 +02:00
Georg Brandl
c3b8e3fdf0 Clarify docs of automodule options. 2009-09-09 18:26:59 +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
eff5270219 Add pointer to `toctree()` in FAQ. 2009-09-09 15:43:58 +02:00
Georg Brandl
023cae4e47 Add link to sphinx-pypi-upload package. 2009-09-09 11:00:54 +02:00
Georg Brandl
0136520b7c Add scrolls theme to the docs. 2009-09-08 21:49:27 +02:00
Georg Brandl
c19eeaabcf Ignore emacs dir-locals. 2009-09-08 14:53:31 +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
ec68f705ed Fix C domain bugs found by new tests: allow dot in member names, select index entry by correct objtype. 2009-09-08 12:08:34 +02:00
Georg Brandl
abc7597d06 Small beauty fixes. 2009-09-08 12:07:49 +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
ec5e5de95b roles: fix implementation of XRefRole lowercase and fix_parens options. 2009-09-08 00:49:52 +02:00
Georg Brandl
08586e6775 HTML builder: compress inventory, which makes e.g. the Python inventory 85k instead of 450k. 2009-09-08 00:40:06 +02:00
Georg Brandl
92aa430241 search: make the search work with the new domain model. 2009-09-08 00:04:25 +02:00
Georg Brandl
b4ef4bd670 app: allow giving the localized object name when adding new object types. 2009-09-08 00:04:05 +02:00
Georg Brandl
a47e1c4e17 util: fix explicit_title_re to allow newlines. 2009-09-07 23:37:22 +02:00
Georg Brandl
9b0dd2c115 HTML builder: fix inventory generation. 2009-09-07 23:35:37 +02:00
Georg Brandl
a5e68f5f75 C domain: fix reference generation. 2009-09-07 23:18:32 +02:00
Georg Brandl
6769daa80a autodoc: generate directives including domain name. 2009-09-07 23:18:17 +02:00
Georg Brandl
9101593b01 Remove almost empty sphinx.directives.desc module. 2009-09-07 22:57:46 +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
0d029eeb9c merge with trunk 2009-09-04 00:17:41 +02:00
Georg Brandl
894cac3390 merge with 0.6 2009-09-04 00:16:34 +02:00
Georg Brandl
0899e017a9 Post-0.6.3 changes. 2009-09-04 00:14:18 +02:00
Georg Brandl
92b0243281 Added tag 0.6.3 for changeset 447109cf9b01 2009-09-04 00:11:56 +02:00
Georg Brandl
aea14370d9 Prepare for 0.6.3 release 2009-09-04 00:06:12 +02:00
Georg Brandl
dcff10ddaa Cleanup unused imports. 2009-09-04 00:05:09 +02:00
Georg Brandl
cad5598069 fix typos. 2009-09-03 23:20:26 +02:00
Georg Brandl
917669a39f merge with 0.6 2009-09-03 22:00:28 +02:00
Georg Brandl
eff2bdd515 Properly add C module filenames as dependencies in autodoc. 2009-09-03 22:00:10 +02:00
Georg Brandl
65c81df70f merge with trunk 2009-09-03 18:25:54 +02:00
Georg Brandl
9fce647b14 merge with 0.6 2009-09-03 18:24:04 +02:00