summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix #728: escape root dir when putting it into a regex in latex/texinfo tests.Georg Brandl2011-09-211-1/+1
* 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-153-14/+59
* Closes #658: fix error in script_files example and document css_files.Georg Brandl2011-05-151-1/+5
* Closes #669: Respect the ``noindex`` flag option in py:module directives.Georg Brandl2011-05-152-9/+14
* Closes #675: Fix IndexErrors when including nonexisting lines with :rst:dir:`...Georg Brandl2011-05-152-1/+10
* Closes #676: Respect custom function/method parameter separator strings.Georg Brandl2011-05-152-1/+4
* Closes #682: Fix JS incompatibility with jQuery >= 1.5.Georg Brandl2011-05-152-1/+3
* Closes #693: Fix double encoding done when writing HTMLHelp .hhk files.Georg Brandl2011-05-152-1/+3
* Closes #647: Do not apply SmartyPants in parsed-literal blocks.Georg Brandl2011-05-152-1/+10