| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ENH: add a linkcode extension | Pauli Virtanen | 2012-03-11 | 2 | -0/+50 |
| | | |||||
| * | Intersphinx: parse inventories correctly when object names contain embedded ↵ | Jeff Dairiki | 2012-02-26 | 1 | -0/+3 |
| | | | | | | | spaces. This is an issue, e.g., for (multi-word) glossary terms. | ||||
| * | Fixes #875 and #876: use the right file mode to successfully read config ↵ | Georg Brandl | 2012-03-10 | 1 | -2/+2 |
| | | | | | files under 2.x and 3.x. | ||||
| * | Fixes #874: do not use __file__ anymore after changing cwd. | Georg Brandl | 2012-03-10 | 1 | -3/+5 |
| | | |||||
| * | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 1 | -1/+5 |
| | | | | | from nose or docutils. | ||||
| * | Closes #695: When the highlight language "python" is specified explicitly, ↵ | Georg Brandl | 2012-01-29 | 1 | -1/+1 |
| | | | | | | | do not try to parse the code to recognize non-Python snippets. Thanks to Jonas Haag for the patch. | ||||
| * | Satisfy "make check". | Georg Brandl | 2011-10-09 | 1 | -1/+2 |
| | | |||||
| * | Change default visibility for C++ superclasses. | Robert Lehmann | 2011-10-08 | 1 | -2/+2 |
| | | |||||
| * | Fixes #678: Support superclass declarations in C++ domain. | Robert Lehmann | 2011-10-08 | 1 | -0/+20 |
| | | |||||
| * | Remove unused import. | Georg Brandl | 2011-10-07 | 1 | -1/+0 |
| | | |||||
| * | Split user queries and file generation in quickstart into two functions. | Georg Brandl | 2011-10-07 | 1 | -3/+7 |
| | | |||||
| * | Update the websupport tests to API changes. | Georg Brandl | 2011-10-06 | 1 | -18/+12 |
| | | |||||
| * | Fix markup test with latest pygments-related updates. | Georg Brandl | 2011-10-02 | 1 | -3/+3 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 43 | -984/+1406 |
| |\ | |||||
| | * | Added more tests to the basic parsing of C++ signatures | Armin Ronacher | 2011-09-23 | 1 | -5/+18 |
| | | | |||||
| | * | merged | Armin Ronacher | 2011-09-23 | 1 | -0/+12 |
| | |\ | |||||
| | | * | Added support for strings with commas in template definitions. | Armin Ronacher | 2011-09-22 | 1 | -0/+3 |
| | | | | |||||
| | | * | Added support for noexcept specifiers | Armin Ronacher | 2011-09-22 | 1 | -0/+3 |
| | | | | |||||
| | | * | Added support for constexpr in function signatures | Armin Ronacher | 2011-09-22 | 1 | -1/+3 |
| | | | | |||||
| | | * | Be explicit about rvalue references. | Armin Ronacher | 2011-09-22 | 1 | -0/+4 |
| | | | | |||||
| | * | | Merge with 1.0 | Georg Brandl | 2011-09-22 | 43 | -979/+1394 |
| | |\ \ | | |/ | |||||
| | | * | Added support for non-name template arguments. This fixes #696 | Armin Ronacher | 2011-09-22 | 1 | -0/+3 |
| | | | | |||||
| | | * | Fix :samp: latex tests. | Georg Brandl | 2011-09-21 | 1 | -2/+2 |
| | | | | |||||
| | | * | Fix #728: escape root dir when putting it into a regex in latex/texinfo tests. | Georg Brandl | 2011-09-21 | 2 | -2/+2 |
| | | | | |||||
| | | * | Skip all websupport tests for now. | Georg Brandl | 2011-09-21 | 1 | -1/+3 |
| | | | | |||||
| | | * | Fix dupicate autodocumentation leading to test failures. | Georg Brandl | 2011-09-19 | 1 | -1/+1 |
| | | | | |||||
| | | * | Adapt test to removal of <object> tags for SVG images. | Georg Brandl | 2011-09-19 | 1 | -2/+1 |
| | | | | |||||
| | | * | Only test spanning cells for latex. | Georg Brandl | 2011-09-19 | 1 | -0/+2 |
| | | | | |||||
| | | * | Code style fixes. | Georg Brandl | 2011-09-17 | 1 | -0/+10 |
| | | | | |||||
| | | * | [intersphinx] [Fixes #622] env.warn called with incorrect number of arguments | Lucas Taylor | 2011-09-03 | 1 | -0/+24 |
| | | | | |||||
| | | * | autosummary: respect py:currentclass when looking up Python objects | Pauli Virtanen | 2011-06-29 | 1 | -0/+24 |
| | | | | | | | | | | | | | This makes autosummary directives inside classes to work properly. | ||||
| | | * | autosummary: improve robustness of the signature compactification | Pauli Virtanen | 2011-06-29 | 1 | -0/+8 |
| | | | | |||||
| | | * | Support varargs in C++ function signatures. | Chris Pickel | 2011-04-19 | 1 | -0/+3 |
| | | | | |||||
| | | * | Cleanup after pull from https://bitbucket.org/timmartin/sphinx | Georg Brandl | 2011-05-15 | 3 | -10/+8 |
| | | | | |||||
| | | * | Fixed a bug in test_intl.py: teardown didn't get called if the test was skipped | Tim Martin | 2011-04-17 | 1 | -0/+5 |
| | | | | |||||
| | | * | Expanded the docstring of gen_with_app to explain how it differs from with_app | Tim Martin | 2011-04-13 | 1 | -1/+3 |
| | | | | |||||
| | | * | The test runner script now checks for the docutils and jinja libraries, ↵ | Tim Martin | 2011-04-12 | 1 | -0/+12 |
| | | | | | | | | | | | | | without which all tests fail | ||||
| | | * | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase. | Jon Waltman | 2011-03-05 | 1 | -0/+1 |
| | | | | |||||
| | | * | #431: Doc comments for attributes can now be given on the same line as the ↵ | Georg Brandl | 2011-01-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | assignment. | ||||
| | | * | merge with 1.0 | Georg Brandl | 2011-01-09 | 1 | -1/+1 |
| | | |\ | |||||
| | | * | | #437: autodoc now shows values of class data attributes. | Georg Brandl | 2011-01-08 | 1 | -1/+24 |
| | | | | | |||||
| | | * | | Add missing label. | Georg Brandl | 2011-01-08 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | Fix test_versioning.test_picklability test | Daniel Neuh?user | 2011-01-08 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | Support for autodocumenting partial functions. | ?ukasz Langa | 2011-01-08 | 1 | -3/+32 |
| | | | | | |||||
| | | * | | merge with 1.0 | Georg Brandl | 2011-01-07 | 41 | -969/+1236 |
| | | |\ \ | |||||
| | | | * | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 3 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | main entries for a given key. | ||||
| | | | * | | #586: Implemented improved glossary markup which allows multiple terms per ↵ | Georg Brandl | 2011-01-06 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | definition. | ||||
| | | | * | | Fix test after config default change. | Georg Brandl | 2011-01-06 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | merge with 1.0 | Georg Brandl | 2011-01-06 | 41 | -966/+1205 |
| | | | |\ \ | |||||
| | | | | * \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -0/+3 |
| | | | | |\ \ | |||||
