Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | If an autodoc object cannot be imported, always re-read the document and ↵ | Georg Brandl | 2011-01-07 | 1 | -0/+4 | |
| | | | | | | | | show the full traceback of the import error. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-06 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | #568: Fix lookup of class attribute documentation on descriptors so that ↵ | Georg Brandl | 2011-01-06 | 1 | -0/+11 | |
| | | | | | | | | | | | | 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 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -3/+8 | |
|\ \ | |/ | ||||||
| * | #567: Emit the ``autodoc-process-docstring`` event even for objects without ↵ | Georg Brandl | 2011-01-03 | 1 | -3/+8 | |
| | | | | | | | | a docstring so that it can add content. | |||||
* | | Fix docstring preparation with included signature: ignore indentation of two ↵ | Georg Brandl | 2011-01-04 | 1 | -7/+7 | |
| | | | | | | | | lines when looking for the signature. | |||||
* | | #564: Add :confval:`autodoc_docstring_signature` which retrieves the ↵ | Georg Brandl | 2011-01-03 | 1 | -4/+51 | |
| | | | | | | | | 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 | -5/+14 | |
| | | ||||||
* | | #176: Provide ``private-members`` option for autodoc directives. | Georg Brandl | 2011-01-03 | 1 | -5/+7 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-03 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix strange reportings of line numbers for warnings generated from | Georg Brandl | 2011-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | autodoc-included docstrings, due to different behavior depending on docutils version. | |||||
* | | merge with 1.0 | Georg Brandl | 2010-10-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #544: Allow ``.pyw`` as a source file extension. | Georg Brandl | 2010-10-22 | 1 | -1/+1 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -35/+33 | |
| | | ||||||
* | | Implemented sphinx.ext.autodoc.MethodDocumenter.import_object for python3 | Daniel Neuhäuser | 2010-06-19 | 1 | -18/+39 | |
| | | ||||||
* | | test if decoding is required first | Daniel Neuhäuser | 2010-06-03 | 1 | -2/+5 | |
| | | ||||||
* | | test_autodoc.test_get_doc now passes | Daniel Neuhäuser | 2010-05-24 | 1 | -6/+11 | |
| | | ||||||
* | | Add a constant for class types, which lacks types.ClassType in Py3k. | Georg Brandl | 2010-07-28 | 1 | -9/+4 | |
|/ | ||||||
* | Added ``exclude`` argument to :func:`.autodoc.between`. From ↵ | Georg Brandl | 2010-06-12 | 1 | -5/+6 | |
| | | | | http://bitbucket.org/mfperzel/sphinx-additions. | |||||
* | merge with trunk | Georg Brandl | 2010-04-17 | 1 | -1/+4 | |
|\ | ||||||
| * | merge with 0.6 | Georg Brandl | 2010-04-17 | 1 | -1/+4 | |
| |\ | ||||||
| | * | #376: In autodoc, fix display of parameter defaults containing backslashes. | Georg Brandl | 2010-04-07 | 1 | -1/+4 | |
| | | | ||||||
* | | | merge with trunk | Georg Brandl | 2010-04-06 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | merge with 0.6 | Georg Brandl | 2010-04-06 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | #362: In autodoc, check for the existence of ``__self__`` on function ↵ | Georg Brandl | 2010-04-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | objects before accessing it. | |||||
* | | | merge with trunk | Georg Brandl | 2010-02-28 | 1 | -9/+9 | |
|\ \ \ | |/ / | ||||||
| * | | merge with 0.6 | Georg Brandl | 2010-02-28 | 1 | -7/+7 | |
| |\ \ | | |/ | ||||||
| | * | In autodoc, fix the omission of some module members explicitly documented ↵ | Georg Brandl | 2010-02-28 | 1 | -7/+7 | |
| | | | | | | | | | | | | using documentation comments. | |||||
* | | | #187: Added support for source ordering of members in autodoc, with ↵ | Georg Brandl | 2010-02-28 | 1 | -3/+10 | |
| | | | | | | | | | | | | ``autodoc_member_order = 'bysource'``. | |||||
* | | | merge with trunk | Georg Brandl | 2010-02-27 | 1 | -7/+20 | |
|\ \ \ | |/ / | ||||||
| * | | merge with 0.6 | Georg Brandl | 2010-02-21 | 1 | -8/+7 | |
| |\ \ | | |/ | ||||||
| | * | In autodoc, allow customizing the signature of an object via ↵ | Georg Brandl | 2010-02-21 | 1 | -10/+8 | |
| | | | | | | | | | | | | autodoc-process-signature where the built-in mechanism fails. | |||||
| * | | Added ``autodoc_default_flags`` config value, which can be used | Georg Brandl | 2010-02-21 | 1 | -0/+13 | |
| | | | | | | | | | | | | to select default flags for all autodoc directives. | |||||
* | | | Rename doc_read_data to temp_data, which reflects better what it does. | Georg Brandl | 2010-01-17 | 1 | -10/+10 | |
| | | | ||||||
* | | | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -1/+2 | |
| | | | ||||||
* | | | Change naming convention in doc_read_data to "domain:key". | Georg Brandl | 2010-01-13 | 1 | -10/+10 | |
| | | | ||||||
* | | | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -5/+46 | |
|\ \ \ | |/ / | ||||||
| * | | #280: Autodoc can now document instance attributes assigned in ``__init__`` ↵ | Georg Brandl | 2010-01-03 | 1 | -5/+46 | |
| | | | | | | | | | | | | methods. | |||||
* | | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -15/+15 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | merge with trunk | Georg Brandl | 2009-11-09 | 1 | -1/+3 | |
| |\ \ | ||||||
| * \ \ | merge with trunk | Georg Brandl | 2009-10-26 | 1 | -4/+11 | |
| |\ \ \ | ||||||
| * | | | | autodoc: generate directives including domain name. | Georg Brandl | 2009-09-07 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -14/+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. | |||||
* | | | | | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | merge with 0.6 | Georg Brandl | 2009-11-09 | 1 | -1/+3 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | |