Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | BUG: autosummary to list all class members | Joris Van den Bossche | 2017-11-17 | 1 | -6/+4 | |
| | | ||||||
* | | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -1/+1 | |
| | | ||||||
* | | Fix mypy violation | Takeshi KOMIYA | 2018-01-07 | 1 | -1/+3 | |
| | | ||||||
* | | Don't use add_documenter() in sphinx-autogen | Takeshi KOMIYA | 2018-01-07 | 1 | -12/+20 | |
| | | ||||||
* | | Deprecate sphinx.ext.autodoc.add_documenter() and AutoDirective._register | Takeshi KOMIYA | 2018-01-01 | 1 | -17/+21 | |
| | | ||||||
* | | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | sphinx-autogen: Move main to end of file | Stephen Finucane | 2017-10-09 | 1 | -52/+52 | |
| | | | | | | | | | | | | Per Python customs. Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | sphinx-autogen: Move parser to a separate function | Stephen Finucane | 2017-10-09 | 1 | -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 argparse | Stephen Finucane | 2017-10-09 | 1 | -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 KOMIYA | 2017-07-02 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Fix #3900: autosummary could not find methods | Takeshi KOMIYA | 2017-07-02 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #3668 from adamjstewart/fixes/apidoc-main-argv | Takeshi KOMIYA | 2017-05-14 | 1 | -2/+2 | |
|\ \ | |/ |/| | Don't ignore first argument passed to sphinx.apidoc.main | |||||
| * | Update other commands as well | Adam J. Stewart | 2017-05-09 | 1 | -2/+2 | |
| | | ||||||
* | | Update type annotations for new mypy | Takeshi KOMIYA | 2017-05-07 | 1 | -3/+2 | |
|/ | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-04-02 | 1 | -0/+12 | |
|\ | ||||||
| * | Merge pull request #3585 from eric-wieser/escape-autosummary | Takeshi KOMIYA | 2017-03-29 | 1 | -0/+12 | |
| |\ | | | | | | | BUG: Fix autosummary of members with a trailing underscore | |||||
| | * | BUG: Fix autosummary of members with a trailing underscore | Eric Wieser | 2017-03-26 | 1 | -0/+12 | |
| | | | ||||||
* | | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| |/ | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-21 | 1 | -2/+5 | |
| | | ||||||
* | | fix nits for typing | shimizukawa | 2016-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | refs #2336: Add ``imported_members`` option to ``sphinx-autogen`` command to ↵ | shimizukawa | 2016-12-18 | 1 | -8/+13 | |
| | | | | | | | | document imported members. | |||||
* | | Fix flake8 violation | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #1061, #2336, #3235: Now generation of autosummary doesn't contain ↵ | shimizukawa | 2016-12-14 | 1 | -1/+0 | |
| | | | | | | | | imported members by default. Thanks to Luc Saffre. | |||||
* | | fix #2336 autosummary imported members | Luc Saffre | 2016-12-13 | 1 | -4/+6 | |
| | | ||||||
* | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -13/+29 | |
|/ | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -7/+10 | |
| | ||||||
* | FIX: Use codecs module | Eric89GXL | 2015-02-08 | 1 | -8/+4 | |
| | ||||||
* | FIX: Safer decoding | Eric89GXL | 2015-02-08 | 1 | -2/+8 | |
| | ||||||
* | FIX: Use context managers and explicit encoding | Eric89GXL | 2015-02-04 | 1 | -9/+7 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Takayuki Shimizukawa | 2014-07-13 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | * Fix: autodoc, autosummary: importing setup.py will invoke setup process ↵ | Takayuki Shimizukawa | 2014-07-05 | 1 | -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 #1441 | Takayuki Shimizukawa | 2014-06-21 | 1 | -2/+2 | |
| | | ||||||
* | | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+1 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 Brandl | 2014-01-12 | 1 | -1/+1 | |
| | ||||||
* | Closes #618: add documenter classes to registry in autosummary standalone ↵ | Georg Brandl | 2014-01-12 | 1 | -0/+15 | |
| | | | | generate script | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix overlong lines. | Georg Brandl | 2011-11-01 | 1 | -1/+2 | |
| | ||||||
* | Closes #796: use package_dir everywhere instead of __file__. | Georg Brandl | 2011-11-01 | 1 | -1/+2 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
|\ | ||||||
| * | Shorten long lines.v1.0.81.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
| | |