summaryrefslogtreecommitdiff
path: root/sphinx/util/docstrings.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-2/+2
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Fix docstring preparation with included signature: ignore indentation of two ↵Georg Brandl2011-01-041-12/+15
| | | | | | | | lines when looking for the signature.
* | Docstring harmonization.Georg Brandl2010-08-221-8/+7
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* attribute documentation now overrides non attribute documentation.mitsuhiko2009-02-051-2/+6
| | | | | | | | | | | | This makes it possible to document aliased methods and other things:: def foo(self): pass #: an alias for foo() foo_alias = foo Also attribute documentation can contain paragraphs now.
* Fix a few remaining copyrights and add 2009 to license.Georg Brandl2009-01-041-1/+1
|
* Move docstring processing to an util module.Georg Brandl2008-12-301-0/+56