summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | latex: table: push the whole context at onceBenoit Allard2011-10-121-5/+6
* | | | | | Fix typo and create a new "stable" named branch.Ezio Melotti2011-10-231-1/+1
|/ / / / /
* | | | | Pre-release updates.1.1Georg Brandl2011-10-091-2/+2
* | | | | Restore Python 3 compatibility.Georg Brandl2011-10-092-9/+12
* | | | | Satisfy "make check".Georg Brandl2011-10-095-13/+18
* | | | | Add project name to PO header.Robert Lehmann2011-10-081-1/+1
* | | | | Change default visibility for C++ superclasses.Robert Lehmann2011-10-081-9/+10
* | | | | mergeRobert Lehmann2011-10-082-50/+52
|\ \ \ \ \
| * | | | | When collecting packages/modules to document, stop at directories without __i...Georg Brandl2011-10-071-50/+50
| * | | | | Activate the viewcode extension in the automatically generated apidoc project.Georg Brandl2011-10-072-0/+2
* | | | | | Fixes #678: Support superclass declarations in C++ domain.Robert Lehmann2011-10-081-2/+27
|/ / / / /
* | | | | Do not overwrite files without -f given.Georg Brandl2011-10-072-18/+23
* | | | | Add a rudimentary manpage for sphinx-apidoc.Georg Brandl2011-10-071-1/+3
* | | | | Optionally create a full quickstart project in apidoc.Georg Brandl2011-10-072-13/+63
* | | | | Split user queries and file generation in quickstart into two functions.Georg Brandl2011-10-071-56/+103
* | | | | Offer mathjax instead of jsmath in quickstart.Georg Brandl2011-10-072-12/+11
* | | | | Update the websupport tests to API changes.Georg Brandl2011-10-061-1/+1
* | | | | mergeRobert Lehmann2011-10-031-0/+7
|\ \ \ \ \
| * | | | | Re-add monkey patch whose removal made latex build fail.Georg Brandl2011-10-021-0/+7
* | | | | | Respect gettext_compact in message patching too.Robert Lehmann2011-10-033-9/+13
* | | | | | Closes #561: Add configuration option to prevent catalog bundling.Robert Lehmann2011-10-033-5/+14
|/ / / / /
* | | | | Move 'Hide Search Matches' to search box.Robert Lehmann2011-10-021-4/+4
* | | | | Closes #778: Fix CSS class selector.Robert Lehmann2011-10-021-2/+2
|/ / / /
* | | | More version-compatibility hack removals.Georg Brandl2011-09-253-10/+1
* | | | Remove docutils monkey-patches that are no longer needed with >= 0.7.Georg Brandl2011-09-251-54/+5
* | | | Remove compatibility code for Pygments < 1.2.Georg Brandl2011-09-252-17/+11
* | | | Merge with 1.0Georg Brandl2011-09-23205-6039/+17842
|\ \ \ \
| * | | | Remove "Modules" suffix for project header.Georg Brandl2011-09-231-1/+1
| * | | | Merge with 1.0Georg Brandl2011-09-23205-6039/+17842
| |\ \ \ \
| | * \ \ \ Merge with 1.0Georg Brandl2011-09-237-10/+37
| | |\ \ \ \
| | * \ \ \ \ mergedArmin Ronacher2011-09-231-54/+122
| | |\ \ \ \ \
| | | * | | | | 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
| | * | | | | | Merged in aohta/sphinx (pull request #24)Georg Brandl2011-09-221-8/+10
| | |\ \ \ \ \ \
| | | * | | | | | support to the pTex(Japanese TeX) in docutils 0.8.1aohta2011-09-221-8/+10
| | * | | | | | | Merge with 1.0.Georg Brandl2011-09-221-11/+13
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge with 1.0Georg Brandl2011-09-22205-6038/+17877
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge with 1.0Georg Brandl2011-09-221-2/+2
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge with 1.0Georg Brandl2011-09-22205-6038/+17879
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Closes #680: allow doc fields in cpp domain directives.Georg Brandl2011-09-221-1/+13
| | | | | |_|_|/ / / / / | | | | |/| | | | | | |
| | | | * | | | | | | | Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-221-4/+24
| | | | * | | | | | | | Add changelog entry for emphasize-lines and some coding style fixes.Georg Brandl2011-09-221-5/+4
| | | | | |_|/ / / / / | | | | |/| | | | | |
| | | | * | | | | | | Merged in marklodato/sphinx (pull request #4)Georg Brandl2011-09-225-18/+53
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | add :emphasize-lines: option to source-code and literal-includeMark Lodato2011-07-061-0/+27
| | | | | * | | | | | | add 'highlight_args' option for literal_block nodesMark Lodato2011-07-062-2/+5
| | | | | * | | | | | | PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-064-6/+6