summaryrefslogtreecommitdiff
path: root/sphinx/domains
Commit message (Expand)AuthorAgeFilesLines
* merge with 1.0Georg Brandl2011-05-151-11/+12
|\
| * Closes #669: Respect the ``noindex`` flag option in py:module directives.Georg Brandl2011-05-151-9/+12
* | Support varargs in C++ function signatures.Chris Pickel2011-04-191-0/+7
* | merge with 1.0Georg Brandl2011-01-157-99/+208
|\ \ | |/ |/|
| * #437: autodoc now shows values of class data attributes.Georg Brandl2011-01-081-0/+8
| * Remove use of method new in docutils 0.7.Georg Brandl2011-01-081-1/+1
| * merge with 1.0Georg Brandl2011-01-083-29/+24
| |\
| * | The :rst:dir:`py:module` directive doesn't output its ``platform`` option val...Georg Brandl2011-01-081-9/+2
| * | #478: Added :rst:dir:`py:decorator` directive to describe decorators.Georg Brandl2011-01-081-10/+44
| * | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-076-13/+13
| * | C++ domain now supports array definitions.Armin Ronacher2011-01-071-0/+19
| * | merge with 1.0Georg Brandl2011-01-066-68/+123
| |\ \
| | * | #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-061-23/+87
| | * | merge with 1.0Georg Brandl2011-01-065-45/+36
| | |\ \
| | | * \ merge with 1.0Georg Brandl2011-01-041-1/+1
| | | |\ \
| | | * \ \ merge with 1.0Georg Brandl2011-01-042-9/+7
| | | |\ \ \
| | | * \ \ \ merge with 1.0Georg Brandl2011-01-047-7/+7
| | | |\ \ \ \
| | | * \ \ \ \ merge with 1.0Georg Brandl2011-01-045-49/+40
| | | |\ \ \ \ \
| | | | * \ \ \ \ merge with 1.0Georg Brandl2011-01-035-49/+40
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ merge with 1.0Georg Brandl2010-11-171-4/+3
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ merge with 1.0Georg Brandl2010-09-101-1/+0
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ merge with 1.0Georg Brandl2010-08-235-49/+40
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Docstring harmonization.Georg Brandl2010-08-225-48/+37
| | | | | | * | | | | | | merge with 1.0Georg Brandl2010-08-141-1/+3
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ merge with 1.0Georg Brandl2010-08-052-43/+58
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | | Fixed DefExpr.__str__DasIch2010-05-091-1/+1
| | | | | | | * | | | | | | | Make sphinx.domains.cpp.DefExpr unhashableDasIch2010-04-301-0/+2
* | | | | | | | | | | | | | | Consistently replace $ by _S_ in JS domain.Georg Brandl2011-01-151-3/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | #572: Show warnings by default when reference labels cannot be found.Georg Brandl2011-01-082-27/+20
* | | | | | | | | | | | | | Complain about unparseable C++ references.Georg Brandl2011-01-081-2/+4
* | | | | | | | | | | | | | Fix general index links for C++ domain objects.Georg Brandl2011-01-071-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Enable documenting C members inside C type directive.Georg Brandl2011-01-061-2/+20
* | | | | | | | | | | | | #571: Implement ``~`` cross-reference prefix for the C domain.Georg Brandl2011-01-061-5/+19
|/ / / / / / / / / / / /
* | | | | | | | | | | | Fix tracebacks occurring for duplicate C++ domain objects.Georg Brandl2011-01-061-8/+9
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | #581: Fix traceback in Python domain for empty cross-reference targets.Georg Brandl2011-01-041-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | #148: Support sorting a limited range of accented characters in the glossary.Georg Brandl2011-01-041-1/+2
* | | | | | | | | | #560: Change default split_owner to return something useful.Georg Brandl2011-01-041-5/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | New year update.Georg Brandl2011-01-047-7/+7
|/ / / / / / / /
* | | | | | | | Fix pretty-printing of C++ function arguments.Georg Brandl2011-01-041-3/+2
* | | | | | | | Use non-breaking spaces to separate type and parameter name.Georg Brandl2011-01-031-1/+2
* | | | | | | | Regression of #77: If there is only one parameter given with ``:param:`` mark...Georg Brandl2011-01-031-2/+4
|/ / / / / / /
* | | | | | | Fix CPP domain modifiers: short can be unsigned and signed, but not short.Georg Brandl2010-12-291-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Account for arguments with only a type and no parameter nameMichael Jones2010-11-181-3/+2
* | | | | | Update cpp domain identifier regex to match destructorsMichael Jones2010-11-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove unused import.Georg Brandl2010-08-241-1/+0
|/ / / /
* | | | #507: Fix crash parsing Python argument lists containing brackets in string l...Georg Brandl2010-08-232-43/+51
|/ / /
* | | #490: Fix cross-references to objects of types added by the :func:`~.Sphinx.a...Georg Brandl2010-08-141-1/+7
| |/ |/|
* | Fix references to reST domain items.Georg Brandl2010-08-051-2/+3
* | #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-052-41/+55
|/
* Fix fix.Georg Brandl2010-07-271-2/+2