Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | escape base_uri in extlinks to avoid regex issues with URIs containing ↵ | Nico Albers | 2022-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | special characters | |||||
| * | | | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-27 | 3 | -2/+7 | |
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | | ||||||
| | * | | | extlinks: Disable hardcoded links detector by default (refs: #10126) | Takeshi KOMIYA | 2022-03-27 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hardcoded links detector added since 4.4.0 causes troubles in many projects. Therefore, this disables it by default, and adds a new configuration `extlinks_detect_hardcoded_links` to enable it explicitly. | |||||
| | * | | | Update PEP links in docs | Hugo van Kemenade | 2022-03-24 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-19 | 31 | -358/+135 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | ||||||
| | * | | Merge pull request #10212 from AA-Turner/remove-module-docstring-titles | Takeshi KOMIYA | 2022-03-14 | 31 | -357/+134 | |
| | |\ \ | | | |/ | | |/| | Remove module docstring titles | |||||
| | | * | Fix whitespace | Adam Turner | 2022-03-07 | 2 | -10/+2 | |
| | | | | ||||||
| | | * | Collapse single line docstrings | Adam Turner | 2022-02-20 | 14 | -28/+14 | |
| | | | | ||||||
| | | * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 31 | -95/+0 | |
| | | | | ||||||
| | | * | Conform to PEP 257 summary line conventions | Adam Turner | 2022-02-20 | 12 | -23/+38 | |
| | | | | ||||||
| | | * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 31 | -164/+164 | |
| | | | | ||||||
| | | * | Fix module docstring first line | Adam Turner | 2022-02-20 | 28 | -56/+28 | |
| | | | | ||||||
| | | * | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 31 | -93/+0 | |
| | | | | ||||||
| | * | | Close #10234: autosummary: Add "autosummary" CSS class to summary tables | Takeshi KOMIYA | 2022-03-06 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge branch '4.x' | Takeshi KOMIYA | 2022-02-19 | 3 | -6/+13 | |
| |\ \ | | |/ | ||||||
| | * | Fix #10181: napoleon_use_ivar adds unexpected prefix to vars | Takeshi KOMIYA | 2022-02-12 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Since 4.0, :ivar: items has not been rendered as hyperlinks. So any modules, classes and tilda are now harmful. This removes the prefixing filter for napoleon_use_ivar option. refs: #5129 and #5977 | |||||
| | * | Merge pull request #10150 from ↵ | Takeshi KOMIYA | 2022-02-06 | 2 | -2/+3 | |
| | |\ | | | | | | | | | | | | | | | | | tk0miya/10146_autodoc_default_options_should_support_no-value Close #10146: autodoc: autodoc_default_options does not support `no-value` option | |||||
| | | * | Close #10146: autodoc: autodoc_default_options does not support `no-value` ↵ | Takeshi KOMIYA | 2022-01-31 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | option | |||||
| | * | | Merge branch '4.4.x' into 4.x | Takeshi KOMIYA | 2022-02-06 | 1 | -3/+6 | |
| | |\ \ | | | |/ | | |/| | ||||||
| | | * | Fix #9876: autodoc: ocument a class on binary module | Takeshi KOMIYA | 2022-01-30 | 1 | -3/+6 | |
| | | | | ||||||
| * | | | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9' | Takeshi KOMIYA | 2022-02-14 | 2 | -2/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge pull request #10136 from tk0miya/10133_autodoc_mocked_module | Takeshi KOMIYA | 2022-01-30 | 1 | -0/+5 | |
| | |\ \ | | | | | | | | | | | Fix #10133: autodoc: Crashed when mocked module is used for type annotation | |||||
| | | * | | Fix #10133: autodoc: Crashed when mocked module is used for type annotation | Takeshi KOMIYA | 2022-01-30 | 1 | -0/+5 | |
| | | |/ | ||||||
| | * | | Close #10125: extlinks: Improve suggestion message for a reference having title | Takeshi KOMIYA | 2022-01-23 | 1 | -2/+7 | |
| | |/ | ||||||
| * | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-17 | 8 | -18/+161 | |
| |\ \ | | |/ | ||||||
| | * | intersphinx role, simplify role_name check | Jakob Lykke Andersen | 2022-01-16 | 1 | -2/+3 | |
| | | | | | | | | | | | | Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com> | |||||
| | * | intersphinx role, simplify role name matching | Jakob Lykke Andersen | 2022-01-16 | 1 | -14/+13 | |
| | | | ||||||
| | * | intersphinx role: :external+inv:**: instead of :external:inv+**: | Jakob Lykke Andersen | 2022-01-16 | 1 | -12/+18 | |
| | | | ||||||
| | * | intersphinx role, remove redundant method | Jakob Lykke Andersen | 2022-01-16 | 1 | -3/+0 | |
| | | | ||||||
| | * | intersphinx role, fix flake8 warnings | Jakob Lykke Andersen | 2022-01-16 | 1 | -3/+3 | |
| | | | ||||||
| | * | intersphinx role, hax role name to preserve case | Jakob Lykke Andersen | 2022-01-16 | 1 | -2/+6 | |
| | | | ||||||
| | * | intersphinx role: new inventory parsing from role name | Jakob Lykke Andersen | 2022-01-16 | 1 | -12/+30 | |
| | | | ||||||
| | * | intersphinx role, implement warning scheme | Jakob Lykke Andersen | 2022-01-16 | 1 | -12/+6 | |
| | | | | | | | | | | | | and temporarily remove explicit inventories | |||||
| | * | intersphinx role, update based on merged refactoring | Jakob Lykke Andersen | 2022-01-16 | 1 | -11/+15 | |
| | | | ||||||
| | * | intersphinx: explicitly parse out inventory specification | Jakob Lykke Andersen | 2022-01-16 | 1 | -0/+13 | |
| | | | ||||||
| | * | intersphinx: remove dual warning from role resolution | Jakob Lykke Andersen | 2022-01-16 | 1 | -8/+2 | |
| | | | ||||||
| | * | intersphinx role: rename to 'external' | Jakob Lykke Andersen | 2022-01-16 | 1 | -5/+5 | |
| | | | ||||||
| | * | intersphinx: Add :intersphinx:***: role | Takeshi KOMIYA | 2022-01-16 | 1 | -4/+119 | |
| | | | ||||||
| | * | Merge pull request #10078 from ↵ | Takeshi KOMIYA | 2022-01-16 | 6 | -8/+8 | |
| | |\ | | | | | | | | | | | | | | | | | danieleades/refactor/unused-loop-control-variables address some unused loop control variables | |||||
| | | * | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 6 | -8/+8 | |
| | | | | ||||||
| | * | | Merge pull request #10101 from Gobot1234/4.x | Takeshi KOMIYA | 2022-01-16 | 1 | -6/+4 | |
| | |\ \ | | | |/ | | |/| | Fix empty returns section | |||||
| | | * | Only add returns section if there is something | James Hilton-Balfe | 2022-01-15 | 1 | -6/+4 | |
| | | | | ||||||
| * | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-16 | 2 | -4/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge pull request #10080 from danieleades/refactor/simplify-set-comparison | Takeshi KOMIYA | 2022-01-12 | 1 | -2/+2 | |
| | |\ \ | | | | | | | | | | | simplify some set comparisons (SIM109) | |||||
| | | * | | simplify some set comparisons (SIM109) | Daniel Eades | 2022-01-10 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Fix #10058: autosummary: Imported members are not shown | Takeshi KOMIYA | 2022-01-11 | 1 | -2/+0 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally, the `check_module()` call was added at 21b8384 to hide imported members on generating stubs. But it was incorrect approach. Therefore it was disabled by b433197 and fixed the original issue by another approach at 2390c554. Finally, the `check_module()` call becomes meaningless code. But, at present, it causes that imported members are not shown when `autodoc_class_signature` is 'separated'. To resolve the problem, this removes the meaningless call. | |||||
| * | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-03 | 8 | -12/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 8 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it. | |||||
| * | | | autodoc: The default of autodoc_typehints_format becomes to 'smart' | Takeshi KOMIYA | 2022-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default value of autodoc_typehints_format configuration is changed to `'smart'`. It will suppress the leading module names of typehints (ex. `io.StringIO` -> `StringIO`). refs: #9075 | |||||
| * | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-02 | 1 | -5/+26 | |
| |\ \ \ | | |/ / |