summaryrefslogtreecommitdiff
path: root/tests/test_ext_autosummary.py
Commit message (Expand)AuthorAgeFilesLines
* Close #8011: autosummary: Support instance attributesTakeshi KOMIYA2020-08-011-3/+10
* Merge pull request #7927 from jnothman/name-case-clashTakeshi KOMIYA2020-07-241-0/+14
|\
| * Fix toctree generationJoel Nothman2020-07-151-0/+3
| * Responding to commentsJoel Nothman2020-07-101-4/+1
| * Fix attempt with new test rootJoel Nothman2020-07-081-10/+8
| * Add autosummary_filename_map config to avoid clashesJoel Nothman2020-07-081-0/+16
* | autosummary: Add testcase for module constants (refs: #7469)Takeshi KOMIYA2020-07-171-13/+21
|/
* Merge branch '3.x' into 7865_extract_abbrTakeshi KOMIYA2020-06-291-0/+6
|\
| * Fix #7866: autosummary: Failed to extract correct summary lineTakeshi KOMIYA2020-06-271-0/+6
* | Fix #7865: autosummary: Failed to extract summary line when abbr. foundTakeshi KOMIYA2020-06-271-1/+1
|/
* Fix autoclass signature parsingEric Wieser2020-05-281-1/+1
* Fix #7685: autosummary: imported members are listed unexpectedlyTakeshi KOMIYA2020-05-211-1/+81
* revisions per comments from tk0miyaDaniel Fremont2020-05-171-1/+8
* Update 'test_autosummary_generate' test.Álvaro Mondéjar2020-05-141-2/+1
* Fix automsummary directive wrong processing for invalid modules.Álvaro Mondéjar2020-05-141-1/+1
* Fix #7551: autosummary: a nested class is indexed as non-nested classTakeshi KOMIYA2020-05-071-2/+9
* refactor: Do not pass deprecated parameter in testcaseTakeshi KOMIYA2020-05-031-1/+1
* Fix #7570: autosummary: template option is brokenTakeshi KOMIYA2020-04-301-0/+8
* Close #4030: autosummary: Add autosummary_contextTakeshi KOMIYA2020-04-251-1/+2
* Fix #7536: sphinx-autogen: crashes when template uses i18n featureTakeshi KOMIYA2020-04-231-1/+9
* test: Fix flake8 violationTakeshi KOMIYA2020-04-221-1/+0
* autosummary: Make recursively generated stub-files flattenTakeshi KOMIYA2020-04-221-20/+14
* test: Remove meaningless testcasesTakeshi KOMIYA2020-04-221-12/+2
* refactor: Not to use deprecated helper: Path.text()Takeshi KOMIYA2020-04-211-3/+3
* Remove autosummary_recursive configurationTakeshi KOMIYA2020-04-211-24/+2
* Merge branch '3.x' into 6040_autosummary_recursiveTakeshi KOMIYA2020-04-211-9/+25
|\
| * Close #7490: autosummary: Add ``:caption:`` option to autosummary directiveTakeshi KOMIYA2020-04-161-1/+3
| * refactor: autosummary: Define AutosummaryEntry as a return type of find_autos...Takeshi KOMIYA2020-03-161-2/+2
| * test: encoding="utf-8" is no longer needed on reading textTakeshi KOMIYA2020-02-011-1/+1
| * test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-8/+8
| * 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-11-301-0/+14
| |\ \ | | |/
| | * autosummary: Allows to document a member forcedly if skip-member handler retu...Takeshi KOMIYA2019-11-161-0/+1
| | * Close #6798: autosummary: emit ``autodoc-skip-member`` event on generating st...Takeshi KOMIYA2019-11-161-0/+13
| | * Fix flake8 violationsTakeshi KOMIYA2019-07-011-2/+2
* | | autosummary: Add :recursive: option to autosummary directiveTakeshi KOMIYA2020-04-211-1/+6
* | | fixTakeshi KOMIYA2020-02-231-2/+2
* | | refactor autosummary recursion testswoutdenolf2019-07-081-6/+13
* | | Merge with master and address code reviewwoutdenolf2019-07-081-107/+109
|\ \ \ | |/ /
| * | Fix #247: autosummary: Add autosummary_generate_option to overwrite old stub ...Takeshi KOMIYA2019-07-071-0/+31
| * | Fix flake8 violationsTakeshi KOMIYA2019-06-301-2/+2
| |/
| * Merge branch '2.0' into refactor_autosummary3Takeshi KOMIYA2019-06-221-0/+6
| |\
| | * Fix #6498: autosummary: crashed with wrong autosummary_generate settingTakeshi KOMIYA2019-06-191-0/+6
| * | Fix #6507: autosummary: crashes without no autosummary_generate settingTakeshi KOMIYA2019-06-191-0/+8
| |/
| * Fix #6452: autosummary: crashed when generating document of propertiesTakeshi KOMIYA2019-06-071-1/+17
* | [autosummary] remove recursion limit and module/package separationwoutdenolf2019-06-021-69/+42
* | Merge branch 'master' into feature-autosummary-packageswoutdenolf2019-06-011-2/+27
|\ \ | |/
| * Fix #6350: autosummary is confused by an argument having namedtuple as a defa...Takeshi KOMIYA2019-05-251-0/+1
| * Fix #6350: autosummary is confused by an argument having default string value...Takeshi KOMIYA2019-05-251-0/+1