summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64733,64743,64755,64795,64803 via svnmerge fromgeorg.brandl2008-07-081-0/+3
* automodule now supports module options.georg.brandl2008-07-081-0/+5
* Merged revisions 64725-64726,64730 via svnmerge fromgeorg.brandl2008-07-051-1/+7
* Merged revisions 64703-64708,64710-64712 via svnmerge fromgeorg.brandl2008-07-044-9/+20
* Merged revisions 64642-64643,64698 via svnmerge fromgeorg.brandl2008-07-041-0/+11
* Fixed a syntax error in the builder documentation.armin.ronacher2008-06-261-1/+1
* Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json f...armin.ronacher2008-06-261-11/+27
* Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder...armin.ronacher2008-06-261-15/+72
* Add "who uses it" page.georg.brandl2008-06-232-0/+6
* Add static method support.georg.brandl2008-06-231-0/+6
* Add a bit on signatures and field lists.georg.brandl2008-06-231-3/+80
* Add general docstring processing support with a new event in autodoc.georg.brandl2008-06-223-7/+44
* Support :noindex: in autodoc directives.georg.brandl2008-06-221-0/+7
* Fix class name.georg.brandl2008-06-181-1/+3
* Follow renaming of desc_classname to desc_addname.georg.brandl2008-06-181-1/+1
* Add default_role configuration value.georg.brandl2008-06-172-0/+19
* Support inheritance display in autoclass, thanks to mdboom.georg.brandl2008-06-171-40/+46
* Support splitting the HTML index.georg.brandl2008-06-171-0/+7
* Add notes about Unicode and escaping of backslashes.georg.brandl2008-06-171-1/+9
* Add image format handling.georg.brandl2008-06-151-5/+20
* Add html_favicon config value.georg.brandl2008-06-151-0/+9
* Add maxdepth for TOCs.georg.brandl2008-06-122-1/+8
* Add a preliminary text writer, mainly for producing pydoc-compatible topic help.georg.brandl2008-06-011-0/+10
* Add html-page-context event for customizing the template context.georg.brandl2008-05-312-16/+55
* Provide rest "class" directive as "cssclass".georg.brandl2008-05-241-0/+17
* Add html_short_title and html_show_sphinx config values.georg.brandl2008-05-242-1/+21
* Allow subdirs in html_static_path.georg.brandl2008-05-241-0/+3
* Add exclude_trees config value.georg.brandl2008-05-241-1/+9
* #2904: fix :func:`title <target>` behavior.georg.brandl2008-05-241-4/+0
* Add html_use_index flag.georg.brandl2008-05-231-3/+9
* Clarify docs for auto directive options.georg.brandl2008-05-231-3/+17
* Fix determination of title in HTML help.georg.brandl2008-05-231-0/+4
* Add examples section.georg.brandl2008-05-061-0/+8
* Minor enhancements to generate_rst.georg.brandl2008-05-061-4/+6
* added support for explicit signatures in callablesarmin.ronacher2008-05-061-0/+11
* Add html_file_suffix value.georg.brandl2008-05-061-0/+7
* Support all rst admonitions in LaTeX.georg.brandl2008-05-061-10/+0
* Add ``toctree_only`` feature to LaTeX builder.georg.brandl2008-05-042-2/+9
* Rename version to 0.3.georg.brandl2008-05-045-9/+9
* * Support for C class names (and const specifiers).georg.brandl2008-05-041-0/+10
* Add globbing-style toctree entries.georg.brandl2008-05-041-1/+27
* #2726: allow selecting what gets inserted into an autoclass directive.georg.brandl2008-05-041-1/+18
* #2656: autodoc now skips inherited members unless the :inherited-members: fla...georg.brandl2008-05-041-0/+4
* Fix handling of Verbatim within tables.georg.brandl2008-05-041-0/+9
* Use correct OpenSearch base url.georg.brandl2008-05-031-1/+1
* Fix OpenSearch description generation.georg.brandl2008-05-032-3/+8
* * New LaTeX table handling.georg.brandl2008-05-034-0/+48
* Remove note about 0.1.georg.brandl2008-05-031-7/+0
* Allow the configuration directory to be set differently from the source direc...georg.brandl2008-05-025-52/+74
* Add exclude_dirs config value.georg.brandl2008-05-021-19/+26