summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
Commit message (Expand)AuthorAgeFilesLines
...
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* Added ``exclude`` argument to :func:`.autodoc.between`. From http://bitbucke...Georg Brandl2010-06-121-2/+14
* #187: Added support for source ordering of members in autodoc, with ``autodoc...Georg Brandl2010-02-281-0/+36
* merge with trunkGeorg Brandl2010-02-271-18/+19
|\
| * Fix test suite.Georg Brandl2010-01-181-12/+12
| * mergeGeorg Brandl2010-01-131-1/+1
| |\
| | * Fix the test suite.Georg Brandl2010-01-131-1/+1
| * | Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-12/+12
| |/
| * merge with trunkGeorg Brandl2010-01-071-17/+18
| |\
| | * merge with trunkGeorg Brandl2010-01-021-1/+1
| | |\
| | * \ merge with trunkGeorg Brandl2009-10-261-0/+18
| | |\ \
| | * | | test_autodoc: adapt to new generation of directives with domain name.Georg Brandl2009-09-081-5/+6
| | * | | More refactoring for language-independent domain support.Georg Brandl2009-09-071-12/+12
* | | | | merge with 0.6Georg Brandl2010-02-211-2/+12
|\ \ \ \ \ | |/ / / /
| * | | | #280: Autodoc can now document instance attributes assigned in ``__init__`` m...Georg Brandl2010-01-031-2/+12
| | |_|/ | |/| |
* | | | In autodoc, allow customizing the signature of an object via autodoc-process-...Georg Brandl2010-02-211-2/+3
|/ / /
* | | Happy new year!Georg Brandl2010-01-011-1/+1
| |/ |/|
* | Fix "fixed" descriptor handling, and add tests.Georg Brandl2009-10-251-0/+18
|/
* Restore 2.4 compatibility and fix removing the generated file properly.Georg Brandl2009-03-161-1/+2
* Autodoc can now exclude single members from documentationGeorg Brandl2009-03-151-1/+5
* Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-051-0/+1
* Make "make check" happy.Georg Brandl2009-02-191-1/+2
* Add a test for a new documenter.Georg Brandl2009-02-181-4/+33
* Update the test_autodoc for the autodoc refactorings and fix a few remaining ...Georg Brandl2009-02-171-136/+140
* Fix more line length and trailing whitespace.Georg Brandl2009-01-101-21/+36
* Small API change.Georg Brandl2009-01-041-4/+2
* Add new tests for the attribute feature and fix existing tests.Georg Brandl2009-01-041-19/+46
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | Fix test_autodoc after return annotation change.Georg Brandl2008-12-281-3/+3
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Handle class aliases (like ``class Foo: factory = dict``) better in autodoc.Georg Brandl2008-12-251-0/+2
* | Fix documentation of inner classes in autodoc. Messy!Georg Brandl2008-12-231-16/+32
* | The ``autodoc_skip_member`` event now also gets to decideGeorg Brandl2008-12-151-0/+12
|/
* Fix autoclass_content = "both" bug.Georg Brandl2008-12-071-1/+14
* A bit more testing for autodoc.georg.brandl2008-09-121-0/+6
* Fix handling of __all__ for modules and add a test.georg.brandl2008-09-061-1/+13
* Add tests for between() and cut_lines() and fix them.georg.brandl2008-08-041-1/+33
* Add a test suite for autodoc.georg.brandl2008-08-041-0/+331