Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Update "versionadded" in doc/usage/extensions/autodoc.rst | Takeshi KOMIYA | 2021-05-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | autodoc.typehints can accurately represent overloads | Ashley Whetter | 2021-05-08 | 1 | -2/+14 | |
| | | | ||||||
* | | | doc: Update CHANGES and docs for PR #9176 | Takeshi KOMIYA | 2021-05-09 | 1 | -0/+4 | |
|/ / | ||||||
* | | Merge pull request #9131 from RuRo/feature/glob-nitpick-ignore | Takeshi KOMIYA | 2021-05-05 | 1 | -0/+14 | |
|\ \ | | | | | | | Ignore nitpick warnings with regular expressions using `nitpick_ignore_regex` | |||||
| * | | describe nitpick_ignore_regex in docs | ruro | 2021-05-02 | 1 | -0/+14 | |
| | | | ||||||
* | | | Close #8107: autodoc: Add class-doc-from option to autoclass directive | Takeshi KOMIYA | 2021-05-01 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | Add `class-doc-from` option to the `autoclass` directive to control the content of the specific class. It takes `class`, `init`, and `both` like `autoclass_content`. | |||||
* | | | Add doc and testcase for program directive (refs: #9137) | Takeshi KOMIYA | 2021-04-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | There is no docs and testcases for "None" argument of the program directive. It has been implemented since very old version. But it's not documented and tested long. | |||||
* | | | Add documentation for mathjax2_config and mathjax3_config | Matthias Geier | 2021-04-24 | 1 | -7/+42 | |
|/ / | ||||||
* | | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-04-20 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | doc: Fix typo | Takeshi KOMIYA | 2021-04-20 | 1 | -2/+2 | |
| | | ||||||
| * | doc: Fix grammar in documentation for autodoc_typehints | Harmon | 2021-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-04-19 | 2 | -1/+16 | |
|\ \ | |/ | ||||||
| * | Merge pull request #9084 from tk0miya/8731_docs_for_napoleon_preprocess_types | Takeshi KOMIYA | 2021-04-13 | 1 | -1/+12 | |
| |\ | | | | | | | doc: Add docs for napoleon_preprocess_types | |||||
| | * | doc: Add docs for napoleon_preprocess_types | Takeshi KOMIYA | 2021-04-11 | 1 | -1/+12 | |
| | | | ||||||
| * | | docs: Add versionchanged tag to extlinks (refs: #8898) | Takeshi KOMIYA | 2021-04-11 | 1 | -0/+4 | |
| | | | ||||||
* | | | Recommend MyST-Parser for Markdown usage | Juan Luis Cano RodrÃguez | 2021-04-15 | 1 | -19/+13 | |
| | | | ||||||
* | | | doc: Fix grammar in documentation for autodoc_typehints | Harmon | 2021-04-14 | 1 | -1/+1 | |
|/ / | ||||||
* | | fixup! sphinx.ext.extlinks: Clarify escaping of ``%`` | Merry Bass | 2021-04-11 | 1 | -2/+2 | |
| | | ||||||
* | | sphinx.ext.extlinks: Clarify escaping of ``%`` | Merry Bass | 2021-04-11 | 1 | -2/+7 | |
| | | | | | | | | | | We use Pythons %-formatting, so literal ``%`` must be escaped as ``%%``. Clarify this behaviour for the caption and base URL strings. | |||||
* | | sphinx.ext.extlinks: Allow ``%s`` in link caption string | Merry Bass | 2021-04-11 | 1 | -9/+8 | |
|/ | | | | | | | | | | | | | | | | Tweak syntax of extlinks to also allow ``%s`` in the link caption part. Like for the base URL ``%s`` will be substituted with the content of the role. This allows configurations like extlinks = {'quarter': ('https://example.org/quaters/%s', '%s. quarter')} with ``:quarter:`2``` getting replaced by a link titled `2. quarter`. The requirement for the caption string is to be either None or contain exactly one ``%s``. If neither is the case, then we emit a warning and fall back to the old behaviour which is concatenating the caption string with the role content. | |||||
* | Merge pull request #8841 from AWhetter/autodoc_signatures_without_backslash | Takeshi KOMIYA | 2021-04-04 | 1 | -3/+7 | |
|\ | | | | | Overloaded function signatures do not require a separating backslash | |||||
| * | Overloaded function signatures do not require a separating backslash | Ashley Whetter | 2021-03-27 | 1 | -3/+7 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-04-04 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix minor typo | Albert Villanova del Moral | 2021-03-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add autodoc_typehint_undoc option | Matt Wozniski | 2021-03-27 | 1 | -0/+13 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if autodoc_typehints="description", a :type: field would be added for every parameter and return type appearing in the annotation, including **kwargs and underscore-prefixed parameters that are meant to be private, as well as None return types. This commit introduces a new option, "autodoc_typehint_undoc". By default this option is True, requesting the old behavior. By setting this option to False, :type: and :rtype: fields will only be added for annotated parameters or return types if there is already a corresponding :param: or :return: field, to put users in control over whether a given parameter is documented or not. | |||||
* | | Fix #9008: Fix typo | Takeshi KOMIYA | 2021-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #7298 from tk0miya/7068_pyproperty_directive | Takeshi KOMIYA | 2021-03-13 | 1 | -0/+22 | |
|\ \ | | | | | | | py domain: Add py:property directive to describe a property (refs: #7068) | |||||
| * | | py domain: Add py:property directive to describe a property (refs: #7068) | Takeshi KOMIYA | 2021-03-11 | 1 | -0/+22 | |
| | | | ||||||
* | | | Close #7549: autosummary: Enable autosummary_generate by default | Takeshi KOMIYA | 2021-03-10 | 1 | -6/+12 | |
|/ / | ||||||
* | | Merge pull request #8970 from naveen521kk/patch-1 | Takeshi KOMIYA | 2021-03-07 | 1 | -1/+24 | |
|\ \ | | | | | | | Sphinx is available on Chocolatey | |||||
| * | | lint | Naveen M K | 2021-03-07 | 1 | -2/+3 | |
| | | | ||||||
| * | | Sphinx is available on Chocolatey | Naveen M K | 2021-03-07 | 1 | -1/+23 | |
| |/ | ||||||
* | | doc: Fix indentation | Takeshi KOMIYA | 2021-03-06 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #8965 from tk0miya/refactor_doc | Takeshi KOMIYA | 2021-03-06 | 1 | -52/+75 | |
|\ \ | | | | | | | doc: Update document for autodoc | |||||
| * | | doc: Update document for autodoc :special-members: option | Takeshi KOMIYA | 2021-03-06 | 1 | -15/+22 | |
| | | | ||||||
| * | | doc: Update document for autodoc :private-members: option | Takeshi KOMIYA | 2021-03-06 | 1 | -18/+21 | |
| | | | ||||||
| * | | doc: Update document for autodoc :undoc-members: option | Takeshi KOMIYA | 2021-03-06 | 1 | -7/+10 | |
| | | | ||||||
| * | | doc: Update document for autodoc :members: option | Takeshi KOMIYA | 2021-03-06 | 1 | -12/+22 | |
| | | | ||||||
* | | | Fix #759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extension | Takeshi KOMIYA | 2021-03-06 | 1 | -0/+10 | |
|/ / | | | | | | | | | | | | | | | Add a new extension `sphinx.ext.autodoc.preserve_defaults`. It preserves the default argument values of function signatures in source code and keep them not evaluated for readability. This is an experimental extension and it will be integrated into autodoc core in Sphinx-4.0. | |||||
* | | Fix #7199: py domain: Add a new confval: python_use_unqualified_type_names | Takeshi KOMIYA | 2021-03-06 | 1 | -0/+11 | |
| | | | | | | | | | | | | Add a new config variable: python_use_unqualified_type_names. If enabled, it goes to suppress the module name of the python reference if it can be resolved. | |||||
* | | Close #8326: Rename master_doc to root_doc | Takeshi KOMIYA | 2021-02-28 | 2 | -8/+17 | |
| | | | | | | | | | | | | To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on. | |||||
* | | Merge branch '3.x' | jfbu | 2021-02-12 | 1 | -0/+25 | |
|\ \ | |/ | ||||||
| * | C++, add noroot option to alias directive | Jakob Lykke Andersen | 2021-02-12 | 1 | -0/+7 | |
| | | ||||||
| * | C, add noroot option to alias directive | Jakob Lykke Andersen | 2021-02-12 | 1 | -0/+7 | |
| | | ||||||
| * | C++, add recursiveness to alias | Jakob Lykke Andersen | 2021-02-12 | 1 | -0/+11 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#8213 in the most basic way. | |||||
* | | Make code block types more visible | Harrissou Sant-anna | 2021-02-08 | 1 | -4/+9 | |
| | | ||||||
* | | Merge branch '3.x' into merge_3.x_into_master | jfbu | 2021-02-04 | 1 | -0/+11 | |
|\ \ | |/ | | | | | | | Resolved Conflicts: sphinx/texinputs/sphinxpackagefootnote.sty | |||||
| * | Merge remote-tracking branch 'upstream/3.x' into exclude-members-fix | pbudzyns | 2021-02-01 | 9 | -40/+260 | |
| |\ | ||||||
| * | | update docs | pbudzyns | 2021-02-01 | 1 | -0/+11 | |
| | | | ||||||
* | | | Merge branch '3.x' into master_with_merged_3.x | jfbu | 2021-02-02 | 1 | -3/+4 | |
|\ \ \ | | |/ | |/| |