summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / / /
* | | | | Update CHANGES for PR #7799Takeshi KOMIYA2020-08-061-0/+1
* | | | | Merge pull request #7799 from keewis/escape-combined-args-kwargsTakeshi KOMIYA2020-08-062-3/+48
|\ \ \ \ \
| * | | | | remove the syntax checks from the escape method and update the testsKeewis2020-08-052-61/+12
| * | | | | revert the change to DocFieldTransformerKeewis2020-08-051-2/+0
| * | | | | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-08-0446-381/+1071
| |\ \ \ \ \
| * | | | | | don't try to split along ', 'Keewis2020-08-021-0/+2
| * | | | | | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-07-25207-610/+5733
| |\ \ \ \ \ \
| * | | | | | | add tests to make sure the warning is raisedKeewis2020-07-132-1/+46
| * | | | | | | fix the conditions for warningKeewis2020-07-131-2/+2
| * | | | | | | use inspect.getfile insteadKeewis2020-07-121-2/+2
| * | | | | | | make sure to return None if both path and name are NoneKeewis2020-07-121-1/+4
| * | | | | | | add a method to get the current docstring's locationKeewis2020-07-121-2/+7
| * | | | | | | add location information and make sure args and kwargs cannot be swappedKeewis2020-07-121-5/+19
| * | | | | | | check that we can only combine *args with **kwargs and vice versaKeewis2020-06-081-3/+28
| * | | | | | | use a alias of the implementation of the base class and add type hintsKeewis2020-06-081-6/+5
| * | | | | | | add a test for combined args and kwargsKeewis2020-06-081-0/+17
| * | | | | | | escape combined args and kwargs for numpy docstringsKeewis2020-06-081-0/+10
* | | | | | | | Update CHANGES for PR #8048Takeshi KOMIYA2020-08-061-0/+1
* | | | | | | | Merge pull request #8048 from cjmayo/graphvizTakeshi KOMIYA2020-08-061-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't copy graphviz.css when building man pagesChris Mayo2020-08-051-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #8047 from cjmayo/typosTakeshi KOMIYA2020-08-068-16/+29
|\ \ \ \ \ \ \ \