summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary/generate.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * BUG: autosummary to list all class membersJoris Van den Bossche2017-11-171-6/+4
| |
* | Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
| |
* | Fix mypy violationTakeshi KOMIYA2018-01-071-1/+3
| |
* | Don't use add_documenter() in sphinx-autogenTakeshi KOMIYA2018-01-071-12/+20
| |
* | Deprecate sphinx.ext.autodoc.add_documenter() and AutoDirective._registerTakeshi KOMIYA2018-01-011-17/+21
| |
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/ |/|
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | sphinx-autogen: Move main to end of fileStephen Finucane2017-10-091-52/+52
| | | | | | | | | | | | Per Python customs. Signed-off-by: Stephen Finucane <stephen@that.guru>
* | sphinx-autogen: Move parser to a separate functionStephen Finucane2017-10-091-4/+23
| | | | | | | | | | | | | | For the same reasons as the 'sphinx-apidoc' move. We also take the opportunity to add a help string and epilog while we're at it. Signed-off-by: Stephen Finucane <stephen@that.guru>
* | sphinx-autogen: Convert to argparseStephen Finucane2017-10-091-26/+33
| | | | | | | | | | | | | | | | Another mostly trivial conversion. The only odd thing here is that we add a '--version' parameter to keep things in line with the other applications. Signed-off-by: Stephen Finucane <stephen@that.guru>
* | Merge branch 'stable'Takeshi KOMIYA2017-07-021-1/+4
|\ \ | |/
| * Fix #3900: autosummary could not find methodsTakeshi KOMIYA2017-07-021-1/+4
| |
* | Merge pull request #3668 from adamjstewart/fixes/apidoc-main-argvTakeshi KOMIYA2017-05-141-2/+2
|\ \ | |/ |/| Don't ignore first argument passed to sphinx.apidoc.main
| * Update other commands as wellAdam J. Stewart2017-05-091-2/+2
| |
* | Update type annotations for new mypyTakeshi KOMIYA2017-05-071-3/+2
|/
* Merge branch 'stable'Takeshi KOMIYA2017-04-021-0/+12
|\
| * Merge pull request #3585 from eric-wieser/escape-autosummaryTakeshi KOMIYA2017-03-291-0/+12
| |\ | | | | | | BUG: Fix autosummary of members with a trailing underscore
| | * BUG: Fix autosummary of members with a trailing underscoreEric Wieser2017-03-261-0/+12
| | |
* | | Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\ \ \ | |/ /
| * | Year++Takeshi KOMIYA2017-03-261-1/+1
| |/
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | Fix mypy violationsTakeshi KOMIYA2017-02-211-2/+5
| |
* | fix nits for typingshimizukawa2016-12-181-1/+1
| |
* | refs #2336: Add ``imported_members`` option to ``sphinx-autogen`` command to ↵shimizukawa2016-12-181-8/+13
| | | | | | | | document imported members.
* | Fix flake8 violationTakeshi KOMIYA2016-12-151-1/+1
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Fix #1061, #2336, #3235: Now generation of autosummary doesn't contain ↵shimizukawa2016-12-141-1/+0
| | | | | | | | imported members by default. Thanks to Luc Saffre.
* | fix #2336 autosummary imported membersLuc Saffre2016-12-131-4/+6
| |
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-13/+29
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* ext: pep8 fixesGeorg Brandl2015-03-081-7/+10
|
* FIX: Use codecs moduleEric89GXL2015-02-081-8/+4
|
* FIX: Safer decodingEric89GXL2015-02-081-2/+8
|
* FIX: Use context managers and explicit encodingEric89GXL2015-02-041-9/+7
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | merge with stableTakayuki Shimizukawa2014-07-131-2/+5
|\ \ | |/
| * * Fix: autodoc, autosummary: importing setup.py will invoke setup process ↵Takayuki Shimizukawa2014-07-051-0/+3
| | | | | | | | and execute `sys.exit()`. Now sphinx avoids SystemExit exception and emits warnings without unexpected termination. Closes #1226
| * * Fix: autosummary can't handle nested classes correctly. Closes #1441Takayuki Shimizukawa2014-06-211-2/+2
| |
* | wrap py3 iterators with list() for each places that expect a list object. ↵Takayuki Shimizukawa2014-04-301-4/+1
| | | | | | | | refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+6
|/ | | | | | | | | | | - 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.
* Closes #1261: Python 3 cannot sort None and str types, make everything a str.Georg Brandl2014-01-121-1/+1
|
* Closes #618: add documenter classes to registry in autosummary standalone ↵Georg Brandl2014-01-121-0/+15
| | | | generate script
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix overlong lines.Georg Brandl2011-11-011-1/+2
|
* Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-011-1/+2
|
* Merge with 1.0Georg Brandl2011-09-231-1/+2
|\
| * Shorten long lines.v1.0.81.0Georg Brandl2011-09-231-1/+2
| |