summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Shorten long lines.v1.0.81.0Georg Brandl2011-09-233-3/+5
* Add reference to odt2sphinx.Georg Brandl2011-09-231-0/+3
* Switch off pagerefs in production lists.Georg Brandl2011-09-231-1/+2
* Add note about inclusion with the "include" directive.Georg Brandl2011-09-231-0/+5
* Add Elemental.Georg Brandl2011-09-231-0/+1
* Fix output for complicated signatures in latex.Georg Brandl2011-09-231-4/+6
* Fix index.Georg Brandl2011-09-231-1/+1
* Fix #627: Fix tracebacks for AttributeErrors in autosummary generation.Georg Brandl2011-09-232-4/+11
* Fix the ``abbr`` role when the abbreviation has newlines in it.Georg Brandl2011-09-232-1/+3
* Fix #727: Fix the links to search results with custom object types.Georg Brandl2011-09-233-12/+23
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-2320-93/+113
* Changelog entry for C++ domain changes.Georg Brandl2011-09-231-0/+3
* Update release date.Georg Brandl2011-09-231-1/+1
* Attach arrays to the name not the type for C++ domain and fixed a few renderi...Armin Ronacher2011-09-232-40/+98
* Added support for strings with commas in template definitions.Armin Ronacher2011-09-222-1/+4
* Added support for noexcept specifiersArmin Ronacher2011-09-222-2/+9
* Small refactoring for how modifiers are parsed in the C++ domain.Armin Ronacher2011-09-221-11/+10
* Added support for constexpr in function signaturesArmin Ronacher2011-09-222-10/+19
* Be explicit about rvalue references.Armin Ronacher2011-09-222-2/+18
* Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-222-4/+27
* Support varargs in C++ function signatures.Chris Pickel2011-04-192-0/+10
* C++ domain now supports array definitions.Armin Ronacher2011-01-072-0/+21
* Fix #609: a bit more spacing for big headings.Georg Brandl2011-09-221-0/+4
* Fix #633: Allow footnotes in section headers in LaTeX output.Georg Brandl2011-09-222-0/+20
* Fix #616: Allow keywords to be linked via intersphinx.Georg Brandl2011-09-223-3/+8
* Fix #613: Allow Unicode characters in production list token names.Georg Brandl2011-09-223-2/+5
* Prepare for release 1.0.8.Georg Brandl2011-09-222-4/+4
* Fix pyflakes issues.Georg Brandl2011-09-222-5/+3
* Fix long line.Georg Brandl2011-09-221-1/+2
* Update examples list.Georg Brandl2011-09-221-1/+9
* Fix #506: block table alignment problem.Georg Brandl2011-09-221-1/+1
* Always close .buildinfo file after reading.Georg Brandl2011-09-221-11/+13
* Fix #708: add reference to Pandoc.Georg Brandl2011-09-221-0/+3
* Fix #720: add dummy visitor for graphviz nodes for man/text writer.Georg Brandl2011-09-224-3/+25
* Fix #704: image file duplication bug.Georg Brandl2011-09-222-2/+4
* Fix #677: allow multiple signatures in C++ domain directives.Georg Brandl2011-09-223-4/+4
* Update changelog with latest bugfixes.Georg Brandl2011-09-221-0/+20
* Fix #637: ignore strange Emacs lock files by default.Georg Brandl2011-09-211-1/+1
* Fix #544: allow .pyw extension for importable modules.Georg Brandl2011-09-211-0/+2
* Fix #700: use $(MAKE) in quickstart-generated makefile.Georg Brandl2011-09-211-1/+1
* Fix #734: make sidebar search box width consistent on all browsers.Georg Brandl2011-09-214-2/+18
* e55ca1a50bfe for agogo.Georg Brandl2011-09-211-1/+0
* Fix #644: remove "clear: both" for center-aligned figures in HTML.Georg Brandl2011-09-211-1/+0
* #316: broader range of exceptions to catch while communicating with subprocess.Georg Brandl2011-09-211-1/+1
* Fix #768: whitespace-strip JS function names.Georg Brandl2011-09-211-0/+1
* Fix #767: safely encode SphinxErrors when printing to sys.stderr.Georg Brandl2011-09-211-1/+1
* Fix #611: latex writer raised IndexError on pages with no section but a link ...Georg Brandl2011-09-211-2/+6
* Fix #574: Improvement to Japanese LaTeX support.Georg Brandl2011-09-212-11/+13
* Fix #659: use object start/end tag.Georg Brandl2011-09-211-1/+1
* Correctly treat built-in method (method descriptors) as methodsJulian Andres Klode2011-05-041-1/+2