summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Shorten long lines.v1.0.81.0Georg Brandl2011-09-233-3/+5
* Switch off pagerefs in production lists.Georg Brandl2011-09-231-1/+2
* 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-231-4/+9
* Fix the ``abbr`` role when the abbreviation has newlines in it.Georg Brandl2011-09-231-1/+1
* Fix #727: Fix the links to search results with custom object types.Georg Brandl2011-09-232-12/+21
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-2318-91/+108
* Attach arrays to the name not the type for C++ domain and fixed a few renderi...Armin Ronacher2011-09-231-40/+86
* Added support for strings with commas in template definitions.Armin Ronacher2011-09-221-1/+1
* Added support for noexcept specifiersArmin Ronacher2011-09-221-2/+6
* 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-221-9/+16
* Be explicit about rvalue references.Armin Ronacher2011-09-221-2/+14
* Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-221-4/+24
* Support varargs in C++ function signatures.Chris Pickel2011-04-191-0/+7
* C++ domain now supports array definitions.Armin Ronacher2011-01-071-0/+19
* 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-221-0/+18
* Fix #616: Allow keywords to be linked via intersphinx.Georg Brandl2011-09-222-3/+6
* Fix #613: Allow Unicode characters in production list token names.Georg Brandl2011-09-222-2/+3
* Prepare for release 1.0.8.Georg Brandl2011-09-221-2/+2
* Fix pyflakes issues.Georg Brandl2011-09-222-5/+3
* Fix long line.Georg Brandl2011-09-221-1/+2
* 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 #720: add dummy visitor for graphviz nodes for man/text writer.Georg Brandl2011-09-223-3/+23
* Fix #704: image file duplication bug.Georg Brandl2011-09-221-2/+2
* Fix #677: allow multiple signatures in C++ domain directives.Georg Brandl2011-09-221-1/+1
* 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
* Fix #698: msgstr errors found by msgfmt -c.Georg Brandl2011-09-214-8/+8
* Fix #706: use a custom TextWrapper instead of monkeypatching a new wordsep_re...Georg Brandl2011-09-211-13/+20
* Always use longtables for autosummary.Georg Brandl2011-09-211-2/+2
* Close #712: fix indentation error in German translation.Georg Brandl2011-06-072-1/+1
* Closes #657: viewcode now works correctly with source files that have non-ASC...Georg Brandl2011-05-152-14/+56
* Closes #669: Respect the ``noindex`` flag option in py:module directives.Georg Brandl2011-05-151-9/+12
* Closes #675: Fix IndexErrors when including nonexisting lines with :rst:dir:`...Georg Brandl2011-05-151-1/+7
* Closes #676: Respect custom function/method parameter separator strings.Georg Brandl2011-05-151-1/+2