summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove sphinx-web script.v0.40.4Georg Brandl2008-06-232-19/+1
|
* Add "who uses it" page.Georg Brandl2008-06-233-0/+32
|
* Release preparation.Georg Brandl2008-06-232-3/+3
|
* Add static method support.Georg Brandl2008-06-238-8/+80
|
* Added support for upcoming "staticmethod" in autodocArmin Ronacher2008-06-231-3/+18
|
* CSS fix for field lists.Georg Brandl2008-06-232-0/+22
|
* 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-227-19/+117
|
* Add changelog entry and fix feature.^Georg Brandl2008-06-222-2/+5
|
* Don't collapse modindex if number of submodules is largerGeorg Brandl2008-06-224-4/+25
| | | | than number of toplevel modules.
* Add support for subscript/superscript nodes in latex.Georg Brandl2008-06-224-9/+87
|
* Remove target directories in the static path before copying them again.Georg Brandl2008-06-222-4/+6
|
* Add cleardoublepage to TOC.Georg Brandl2008-06-221-0/+1
|
* Typo fix.Georg Brandl2008-06-221-1/+1
|
* Support :noindex: in autodoc directives.Georg Brandl2008-06-223-5/+21
|
* Interpret field lists in description units.Georg Brandl2008-06-202-1/+89
|
* Fix class name.Georg Brandl2008-06-181-1/+3
|
* Support -> return type annotations.Georg Brandl2008-06-184-6/+17
|
* Follow renaming of desc_classname to desc_addname.Georg Brandl2008-06-181-1/+1
|
* Rename node class desc_classname to desc_addname, whichGeorg Brandl2008-06-185-20/+30
| | | | fits its many usages much better.
* Add a paragraph before \declaremodule.Georg Brandl2008-06-181-3/+3
|
* Fix image handling.Georg Brandl2008-06-182-12/+16
|
* Move thanks to correct entry.Georg Brandl2008-06-171-3/+3
|
* Compile the right-aligned rellinks into a list that is iteratedGeorg Brandl2008-06-172-24/+23
| | | | over at template rendering time.
* Fix unbound local.Georg Brandl2008-06-171-1/+1
|
* Increment env version after the image handling change.Georg Brandl2008-06-171-1/+1
|
* Add default_role configuration value.Georg Brandl2008-06-178-7/+47
|
* Translate line blocks with \raggedright.Georg Brandl2008-06-172-4/+13
|
* Support inheritance display in autoclass, thanks to mdboom.Georg Brandl2008-06-173-52/+77
|
* Support splitting the HTML index.Georg Brandl2008-06-1710-4/+123
|
* Use Unicode throughout autodoc.Georg Brandl2008-06-171-8/+16
|
* Fix printing of SystemMessages with Unicode content.Georg Brandl2008-06-171-1/+1
|
* Add notes about Unicode and escaping of backslashes.Georg Brandl2008-06-171-1/+9
|
* Don't ignore SystemExit; it shouldn't occur while building.Georg Brandl2008-06-151-2/+0
|
* Quick fix for None return.Georg Brandl2008-06-151-1/+2
|
* Correctly report source location for docstrings includedGeorg Brandl2008-06-152-16/+80
| | | | with autodoc.
* Add image format handling.Georg Brandl2008-06-157-32/+95
|
* Add html_favicon config value.Georg Brandl2008-06-157-26/+64
|
* Some refactoring and more documentation in autodoc.Georg Brandl2008-06-151-90/+128
|
* #3096: sort "unused" warnings by docname.Georg Brandl2008-06-121-1/+1
|
* Add maxdepth for TOCs.Georg Brandl2008-06-124-4/+20
|
* Factor out toctree resolution and add an option to ignoreGeorg Brandl2008-06-121-44/+67
| | | | sublevel document headings.
* Fix style nit.Georg Brandl2008-06-121-0/+4
|
* Add a commandprefix to the latex formatter to overrideGeorg Brandl2008-06-121-2/+3
| | | | Pygments 0.9's awkward 'C' default.
* Fix line block rendering.Georg Brandl2008-06-121-1/+1
|
* env is set now to nodes after unpickling.Armin Ronacher2008-06-081-0/+1
|
* #3041: fix handling of unicode docstrings.Georg Brandl2008-06-052-1/+3
|
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in ↵Georg Brandl2008-06-0513-11/+1476
| | | | config.
* Remove the old web package.Georg Brandl2008-06-0520-3292/+0
|
* Fix the handling of extensions' config values.Georg Brandl2008-06-043-22/+25
|