summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* update the type hintKeewis2020-08-071-1/+1
* return a documenter instance instead of just the classKeewis2020-08-071-4/+4
* add a create_documenter method wrapping get_documenterKeewis2020-08-071-1/+10
* revert the dispatcher changesKeewis2020-08-071-20/+1
* fix the calls of the custom documenter functionsKeewis2020-08-021-2/+2
* actually use it as a methodKeewis2020-08-021-1/+1
* Merge branch '3.x' into custom-get_documenterKeewis2020-08-021-3/+32
|\
| * Close #8011: autosummary: Support instance attributesTakeshi KOMIYA2020-08-011-3/+32
* | convert to a methodKeewis2020-08-021-20/+19
* | implement the dispatchingKeewis2020-08-021-1/+21
|/
* Fix toctree generationJoel Nothman2020-07-151-1/+3
* Add autosummary_filename_map config to avoid clashesJoel Nothman2020-07-081-0/+1
* Merge pull request #7832 from cool-RR/2020-06-11-raise-fromTakeshi KOMIYA2020-06-291-1/+1
|\
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-1/+1
* | Merge branch '3.x' into 7865_extract_abbrTakeshi KOMIYA2020-06-291-6/+9
|\ \
| * | Fix #7866: autosummary: Failed to extract correct summary lineTakeshi KOMIYA2020-06-271-6/+9
* | | Fix #7865: autosummary: Failed to extract summary line when abbr. foundTakeshi KOMIYA2020-06-271-3/+7
|/ /
* | Fix #7839: autosummary: cannot handle umlauts in function namesTakeshi KOMIYA2020-06-161-1/+2
|/
* Fix #7671: autosummary: The location of import failure warning is missingTakeshi KOMIYA2020-05-161-5/+7
* Fix automsummary directive wrong processing for invalid modules.Álvaro Mondéjar2020-05-141-2/+1
* Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* Merge pull request #7546 from tk0miya/4030_autosummary_contextTakeshi KOMIYA2020-04-271-0/+1
|\
| * Close #4030: autosummary: Add autosummary_contextTakeshi KOMIYA2020-04-251-0/+1
* | refactor: Do not pass builder paramater to generate_autosummary_docs()Takeshi KOMIYA2020-04-251-2/+1
|/
* Remove autosummary_recursive configurationTakeshi KOMIYA2020-04-211-3/+1
* Merge branch '3.x' into 6040_autosummary_recursiveTakeshi KOMIYA2020-04-211-11/+22
|\
| * Close #7490: autosummary: Add ``:caption:`` option to autosummary directiveTakeshi KOMIYA2020-04-161-0/+6
| * refactor: autosummary: string source_parsers are no longer registredTakeshi KOMIYA2020-03-301-3/+1
| * Fix #7364: autosummary: crashed when autosummary_generate is FalseTakeshi KOMIYA2020-03-231-0/+2
| * Deprecate sphinx.ext.autosummary:process_autosummary_toc()Takeshi KOMIYA2020-03-211-2/+3
| * Deprecate sphinx.ext.autodoc.get_documenters()Takeshi KOMIYA2020-03-161-2/+2
| * Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * | Merge branch '2.0'Takeshi KOMIYA2019-12-221-1/+1
| |\ \ | | |/
| | * Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
| * | Merge branch '2.0'jfbu2019-08-011-2/+6
| |\ \ | | |/
| | * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+6
* | | autosummary: Add :recursive: option to autosummary directiveTakeshi KOMIYA2020-04-211-0/+1
* | | Merge with master and address code reviewwoutdenolf2019-07-081-86/+71
|\ \ \ | |/ /
| * | Fix #247: autosummary: Add autosummary_generate_option to overwrite old stub ...Takeshi KOMIYA2019-07-071-1/+3
| |/
| * Migrate to py3 style type annotation: sphinx.ext.autosummaryTakeshi KOMIYA2019-07-041-67/+39
| * Merge branch '2.0' into refactor_autosummary3Takeshi KOMIYA2019-06-221-7/+13
| |\
| | * Fix #6498: autosummary: crashed with wrong autosummary_generate settingTakeshi KOMIYA2019-06-191-7/+13
| * | Fix #6507: autosummary: crashes without no autosummary_generate settingTakeshi KOMIYA2019-06-191-8/+15
| |/
| * autosummary: deprecate info and warn arguments for generate_autosummary_docs()Takeshi KOMIYA2019-06-101-1/+0
* | [autosummary] remove recursion limit and module/package separationwoutdenolf2019-06-021-3/+3
* | Merge branch 'master' into feature-autosummary-packageswoutdenolf2019-06-011-8/+26
|\ \ | |/
| * Fix #6350: autosummary is confused by an argument having namedtuple as a defa...Takeshi KOMIYA2019-05-251-0/+8
| * Fix #6350: autosummary is confused by an argument having default string value...Takeshi KOMIYA2019-05-251-4/+6
| * Fix FakeDirective emits warningsTakeshi KOMIYA2019-05-151-2/+5