summaryrefslogtreecommitdiff
path: root/tests/test_ext_autosummary.py
Commit message (Expand)AuthorAgeFilesLines
* LaTeX: get aligned longtable obey current list indentJean-François B2023-04-111-1/+1
* autosummary: Support documenting inherited attributes (#10691)Jens Hedegaard Nielsen2023-04-061-1/+54
* Autosummary: Extend ``__all__`` members to template rendering (#10811)Clément Pinard2023-04-061-0/+24
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-051-2/+6
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-0/+1
* Fix pytest style issuesAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-2/+2
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-4/+12
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Merge branch '5.x' into 10258_autosummaryTakeshi KOMIYA2022-05-071-25/+17
|\
| * `.write_text(...)` -> `.write_text(..., encoding='utf8')`Adam Turner2022-04-271-2/+2
| * `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-14/+14
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Fix module docstring indentationAdam Turner2022-02-201-2/+2
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | Test recognition of a documented instance of a class as a non-imported member...Matyas Novak2022-03-141-12/+16
|/
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix lints and reorder args of members_ofJosh Mitchell2021-11-221-0/+1
* Fixed missed ignore___all__ -> ignore_module_allJosh Mitchell2021-11-151-1/+1
* Corrections from review by tk0miyaJosh Mitchell2021-11-151-1/+1
* #2021: Allow autosummary to respect __all__Josh Mitchell2021-11-151-10/+39
* Fix #9600: autosummary: Typehints including commas confuses autosummaryTakeshi KOMIYA2021-09-041-1/+1
* Fix #9568: autosummary: summarise overlined sectioned headings correctlyJake Lishman2021-08-201-0/+5
* add testsPawel Budzynski2021-04-291-0/+2
* test: Update testcase for docutils-0.17 (empty language)Takeshi KOMIYA2021-04-031-1/+1
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | refactor: test: Use rollback_sysmodules fixture in test_ext_autosummaryTakeshi KOMIYA2020-12-311-33/+30
* | Fix #8306: autosummary: mocked modules are documented as empty pageTakeshi KOMIYA2020-12-271-20/+40
|/
* Fix #8501: autosummary: summary extraction splits text after "el at."Takeshi KOMIYA2020-11-281-0/+3
* Sort imports with isortFrançois Freitag2020-11-111-7/+5
* 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