summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.2.1 finalv3.2.1Takeshi KOMIYA2020-08-142-38/+5
* Merge pull request #8108 from tk0miya/8099_NameError_for_TYPE_CHECKINGTakeshi KOMIYA2020-08-144-0/+37
|\
| * Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKINGTakeshi KOMIYA2020-08-146-14/+47
| |\ | |/ |/|
* | Merge pull request #8117 from jakobandersen/c_cpp_function_attributesJakob Lykke Andersen2020-08-136-14/+44
|\ \
| * | C and C++, parsing function attributesJakob Lykke Andersen2020-08-136-14/+44
|/ /
* | Merge pull request #8113 from jakobandersen/cpp_template_templateJakob Lykke Andersen2020-08-133-0/+3
|\ \
| * | C++, fix template template parameter parsingJakob Lykke Andersen2020-08-133-0/+3
|/ /
| * Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-134-0/+37
|/
* Update CHANGES for PR #8095Takeshi KOMIYA2020-08-131-0/+5
* Merge pull request #8095 from keewis/toggle-preprocessorTakeshi KOMIYA2020-08-133-35/+64
|\
| * default to False and update the testsKeewis2020-08-122-32/+34
| * fix a typoKeewis2020-08-101-1/+1
| * only preprocess if the preprocessor is enabledKeewis2020-08-102-5/+27
| * add a setting to disable the type preprocessorKeewis2020-08-101-1/+6
* | Merge pull request #8092 from tk0miya/8085_AttributeError_on_get_type_hintsTakeshi KOMIYA2020-08-122-0/+8
|\ \ | |/ |/|
| * Fix #8091: autodoc: AttributeError is raised on documenting an attributeTakeshi KOMIYA2020-08-102-0/+8
|/
* Merge branch '8084_KeyError_for_broken_class' into 3.2.xTakeshi KOMIYA2020-08-102-0/+8
|\
| * Fix #8084: autodoc: KeyError is raised on documenting a broken attributeTakeshi KOMIYA2020-08-092-0/+9
* | Fix #8074: napoleon: Crashes during processing C-ext moduleTakeshi KOMIYA2020-08-092-1/+6
|/
* Bump versionTakeshi KOMIYA2020-08-082-3/+24
* Bump versionTakeshi KOMIYA2020-08-082-3/+24
* Bump to 3.2.0 finalv3.2.0Takeshi KOMIYA2020-08-081-8/+2
* Merge CHANGES of 3.1.3 (unreleased) to 3.2.0Takeshi KOMIYA2020-08-081-25/+0
* Update CHANGES for PR #8071Takeshi KOMIYA2020-08-081-0/+1
* Merge pull request #8071 from asmeurer/self-reference-warning-typeTakeshi KOMIYA2020-08-081-1/+3
|\
| * Make the toc.circular suppress_warnings flag apply to self referenced toctreesAaron Meurer2020-08-071-1/+3
|/
* Merge pull request #8038 from keewis/custom-get_documenterTakeshi KOMIYA2020-08-081-2/+11
|\
| * 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-073-29/+1
| * Merge branch '3.x' into custom-get_documenterKeewis2020-08-025-10/+80
| |\
| * | 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-0215-64/+203
| |\ \
| * | | convert to a methodKeewis2020-08-021-20/+19
| * | | implement the dispatchingKeewis2020-08-021-1/+21
| * | | allow registering custom get_documenter functionsKeewis2020-08-022-0/+9
* | | | Merge pull request #8042 from tk0miya/8041_ivar_on_superclass_not_shownTakeshi KOMIYA2020-08-085-15/+84
|\ \ \ \
| * | | | Fix #8041: autodoc: An ivar on super class is not shown unexpectedlyTakeshi KOMIYA2020-08-085-15/+84
|/ / / /
* | | | Merge pull request #8056 from tk0miya/7780_multi_params_in_numpydocTakeshi KOMIYA2020-08-073-4/+37
|\ \ \ \
| * | | | Fix #7780: napoleon: multiple params declaration was wrongly recognizedTakeshi KOMIYA2020-08-073-4/+37
* | | | | Merge pull request #8065 from tk0miya/8049_update_testcaseTakeshi KOMIYA2020-08-071-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | napoleon: Fix a broken test (refs: #8049)Takeshi KOMIYA2020-08-071-1/+1
|/ / / /
* | | | Update CHANGES for PR #8049Takeshi KOMIYA2020-08-071-0/+2
* | | | Merge pull request #8049 from keewis/type-preprocessing-without-use_paramTakeshi KOMIYA2020-08-073-63/+55
|\ \ \ \
| * | | | document that we don't require use_param = True anymoreKeewis2020-08-041-1/+1
| * | | | preprocess even with napoleon_use_param = FalseKeewis2020-08-042-62/+54
* | | | | Merge pull request #8064 from mattdocumatt/3.xTakeshi KOMIYA2020-08-071-1/+2
|\ \ \ \ \
| * | | | | Add link to third party themes on GitLabMatt from Documatt2020-08-071-1/+2
|/ / / / /