summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary/generate.py
Commit message (Expand)AuthorAgeFilesLines
* Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-061-1/+1
* revert get members for modulepbudzyns2021-05-021-8/+20
* add type hintsPawel Budzynski2021-04-291-2/+2
* autosummary includes instance attributesPawel Budzynski2021-04-291-5/+11
* Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA2021-04-081-1/+1
|\
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2021-04-081-1/+1
* | refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-9/+9
|/
* refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA2021-03-151-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-221-0/+4
|\
| * refactor: autosummary: Deprecate _simple_info() and _simple_warn()Takeshi KOMIYA2021-01-201-0/+4
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-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
* | | Merge branch '3.x'Takeshi KOMIYA2020-12-311-2/+1
|\ \ \ | |/ /
| * | refactor: autosummary: Do not import deprecated documenter; SingledispatchFun...Takeshi KOMIYA2020-12-291-2/+1
* | | Merge branch '3.x'Takeshi KOMIYA2020-12-291-0/+8
|\ \ \ | |/ /
| * | Fix #8306: autosummary: mocked modules are documented as empty pageTakeshi KOMIYA2020-12-271-0/+8
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-12-141-8/+5
|\ \ | |/
| * Fix #8503: autoattribute could not create document for a GenericAliasTakeshi KOMIYA2020-11-291-3/+2
| * refactor: Deprecate InstanceAttributeDocumenterTakeshi KOMIYA2020-11-261-7/+5
| * Fix #8480: autoattribute could not create document for __slots__ attributesTakeshi KOMIYA2020-11-231-3/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-11-221-4/+6
|\ \ | |/
| * apidoc: Load NewTypeAttributeDocumenter on bootingTakeshi KOMIYA2020-11-221-6/+7
| * Fix #8460: autodoc: Support custom types defined by typing.NewTypeTakeshi KOMIYA2020-11-211-3/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-11-211-4/+2
|\ \ | |/
| * Fix #8443: autodata directive does not support PEP-526 ivarsTakeshi KOMIYA2020-11-201-4/+2
* | Do isortTakeshi KOMIYA2020-11-121-1/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-13/+10
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-13/+10
* | Merge branch '3.x'Takeshi KOMIYA2020-08-081-3/+8
|\ \ | |/
| * Close #8011: autosummary: Support instance attributesTakeshi KOMIYA2020-08-011-3/+8
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+7
|\ \ | |/
| * Rm unused importJoel Nothman2020-07-151-1/+1
| * Fix toctree generationJoel Nothman2020-07-151-3/+0
| * Fix attempt with new test rootJoel Nothman2020-07-081-0/+1
| * Flake8Joel Nothman2020-07-081-1/+1
| * Add autosummary_filename_map config to avoid clashesJoel Nothman2020-07-081-2/+10
* | refactor: namedtuples with PEP 526Takeshi KOMIYA2020-07-161-4/+5
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-8/+13
|\ \ | |/
| * Merge branch '3.1.x' into 3.xTakeshi KOMIYA2020-07-041-4/+9
| |\
| | * Fix #7812: autosummary: generates broken stub files (again)Takeshi KOMIYA2020-06-281-4/+9
| * | Fix #7839: autosummary: cannot handle umlauts in function namesTakeshi KOMIYA2020-06-161-4/+4
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-5/+75
|\ \ | |/
| * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-2/+2
| * Close #4422: autodoc: Support GenericAliasTakeshi KOMIYA2020-05-301-2/+2
| * Fix #7685: autosummary: imported members are listed unexpectedlyTakeshi KOMIYA2020-05-211-1/+53
| * got public/all attrs backwardsDaniel Fremont2020-05-171-1/+1
| * revisions per comments from tk0miyaDaniel Fremont2020-05-171-15/+18
| * Merge remote-tracking branch 'sphinx/3.x' into 3.xDaniel Fremont2020-05-171-43/+112
| |\
| * | autosummary includes module attributesDaniel Fremont2020-04-121-0/+15