Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | autodoc: change :novalue: to :annoation: option | Johannes Dewender | 2013-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | The :novalue: option is now called :annotation: and has an additional feature: When given with an argument, you can specify what the annotation of the object will be. | |||||
| * | fix tests for autodoc novalue option | Johannes Dewender | 2013-01-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | In the tests for autodoc the Options are of type struct, while in the code there is a special autodoc.Options class, which is a dict. So "novalue" in self.options doesn't work, but self.options.novalue does work for both. Additionally the logic for autoattribute was wrong and is fixed now. | |||||
* | | test suite fixes | Georg Brandl | 2013-04-01 | 1 | -1/+2 | |
| | | ||||||
* | | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -1/+4 | |
| | | ||||||
* | | Fix overlong lines. | Georg Brandl | 2013-03-31 | 1 | -1/+2 | |
| | | ||||||
* | | Fix autodoc crash if :members: and :special-members: ware both set (by d7ac5e4). | Takayuki Shimizukawa | 2013-02-03 | 1 | -0/+18 | |
| | | ||||||
* | | Closes #1062: sphinx.ext.autodoc use __init__ method signature for class ↵ | Takayuki Shimizukawa | 2013-02-03 | 1 | -0/+14 | |
| | | | | | | | | signature. | |||||
* | | test refactoring: use with_setup for all test_autodoc.py's tests | Takayuki Shimizukawa | 2013-02-03 | 1 | -13/+22 | |
| | | ||||||
* | | add test for pull request #111: Respect add_autodoc_attrgetter() even when ↵ | Takayuki Shimizukawa | 2013-02-03 | 1 | -0/+42 | |
|/ | | | | inherited-members is set | |||||
* | fix: autodoc documented descriptor class as attribute | Takayuki Shimizukawa | 2013-01-12 | 1 | -0/+11 | |
| | ||||||
* | Issue #1069: Add failing test for signature formatting of "partial" ↵ | Jonathan Waltman | 2013-01-09 | 1 | -0/+14 | |
| | | | | functions without kwargs. | |||||
* | Add basic debugging support for autodoc. | Jonathan Waltman | 2013-01-05 | 1 | -2/+2 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | autodoc: Handle explicit instance attributes in :members: (re #904) | Jonathan Waltman | 2012-11-08 | 1 | -0/+45 | |
| | ||||||
* | Closes #617: Fix docstring preparation without included signature: only ↵ | Jonathan Waltman | 2012-09-16 | 1 | -0/+13 | |
| | | | | ignore indentation of one line, not two. | |||||
* | #431: Doc comments for attributes can now be given on the same line as the ↵ | Georg Brandl | 2011-01-15 | 1 | -0/+2 | |
| | | | | assignment. | |||||
* | #437: autodoc now shows values of class data attributes. | Georg Brandl | 2011-01-08 | 1 | -1/+24 | |
| | ||||||
* | Support for autodocumenting partial functions. | Łukasz Langa | 2011-01-08 | 1 | -3/+32 | |
| | ||||||
* | merge with 1.0 | Georg Brandl | 2011-01-07 | 1 | -0/+1 | |
|\ | ||||||
| * | Fix test_autodoc. | Georg Brandl | 2011-01-07 | 1 | -0/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-06 | 1 | -0/+14 | |
|\ \ | |/ | ||||||
| * | #568: Fix lookup of class attribute documentation on descriptors so that ↵ | Georg Brandl | 2011-01-06 | 1 | -0/+14 | |
| | | | | | | | | | | | | comment documentation now works. Needed to port assignment of ``self.parent`` from trunk. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix docstring preparation with included signature: ignore indentation of two ↵ | Georg Brandl | 2011-01-04 | 1 | -2/+2 | |
| | | | | | | | | lines when looking for the signature. | |||||
* | | #564: Add :confval:`autodoc_docstring_signature` which retrieves the ↵ | Georg Brandl | 2011-01-03 | 1 | -0/+16 | |
| | | | | | | | | signature from the first line of the docstring, if it is found there. | |||||
* | | #520: Provide ``special-members`` option for autodoc directives. | Georg Brandl | 2011-01-03 | 1 | -0/+1 | |
| | | ||||||
* | | #176: Provide ``private-members`` option for autodoc directives. | Georg Brandl | 2011-01-03 | 1 | -0/+1 | |
|/ | ||||||
* | Added ``exclude`` argument to :func:`.autodoc.between`. From ↵ | Georg Brandl | 2010-06-12 | 1 | -2/+14 | |
| | | | | http://bitbucket.org/mfperzel/sphinx-additions. | |||||
* | #187: Added support for source ordering of members in autodoc, with ↵ | Georg Brandl | 2010-02-28 | 1 | -0/+36 | |
| | | | | ``autodoc_member_order = 'bysource'``. | |||||
* | merge with trunk | Georg Brandl | 2010-02-27 | 1 | -2/+3 | |
|\ | ||||||
| * | merge with 0.6 | Georg Brandl | 2010-02-21 | 1 | -2/+3 | |
| |\ | ||||||
| | * | In autodoc, allow customizing the signature of an object via ↵ | Georg Brandl | 2010-02-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | autodoc-process-signature where the built-in mechanism fails. | |||||
* | | | Fix test suite. | Georg Brandl | 2010-01-18 | 1 | -12/+12 | |
| | | | ||||||
* | | | merge | Georg Brandl | 2010-01-13 | 1 | -12/+12 | |
|\ \ \ | ||||||
| * | | | Change naming convention in doc_read_data to "domain:key". | Georg Brandl | 2010-01-13 | 1 | -12/+12 | |
| | | | | ||||||
* | | | | Fix the test suite. | Georg Brandl | 2010-01-13 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -2/+12 | |
|\ \ \ | |/ / | ||||||
| * | | #280: Autodoc can now document instance attributes assigned in ``__init__`` ↵ | Georg Brandl | 2010-01-03 | 1 | -2/+12 | |
| |/ | | | | | | | methods. | |||||
* | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -17/+18 | |
|\ \ | |/ |/| | ||||||
| * | merge with trunk | Georg Brandl | 2009-10-26 | 1 | -0/+18 | |
| |\ | ||||||
| * | | test_autodoc: adapt to new generation of directives with domain name. | Georg Brandl | 2009-09-08 | 1 | -5/+6 | |
| | | | ||||||
| * | | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again. | |||||
* | | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Fix "fixed" descriptor handling, and add tests. | Georg Brandl | 2009-10-25 | 1 | -0/+18 | |
|/ | ||||||
* | Restore 2.4 compatibility and fix removing the generated file properly. | Georg Brandl | 2009-03-16 | 1 | -1/+2 | |
| | ||||||
* | Autodoc can now exclude single members from documentation | Georg Brandl | 2009-03-15 | 1 | -1/+5 | |
| | | | | via the ``exclude-members`` option. | |||||
* | Use standard ``file:line: warning: message`` format for warning messages. | Georg Brandl | 2009-03-05 | 1 | -0/+1 | |
| | ||||||
* | Make "make check" happy. | Georg Brandl | 2009-02-19 | 1 | -1/+2 | |
| | ||||||
* | Add a test for a new documenter. | Georg Brandl | 2009-02-18 | 1 | -4/+33 | |
| |