| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Close #9664: autodoc: autodoc-process-bases supports reST snippet | Takeshi KOMIYA | 2021-09-23 | 1 | -2/+6 |
| | | | | | | | This allows to inject a reST snippet through autodoc-process-bases event. It helps to modify the base classes of any class to the expected mark-up'ed text by custom extension. | ||||
| * | Merge pull request #9616 from jdufresne/fix-url | Takeshi KOMIYA | 2021-09-11 | 1 | -6/+6 |
| |\ | | | | | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | ||||
| | * | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | Jon Dufresne | 2021-09-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | https://sphinx-doc.org is unreachable, but is linked from the PyPI page: https://pypi.org/project/Sphinx/. Switch to https://www.sphinx-doc.org/ instead. | ||||
| * | | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -3/+3 |
| |/ | |||||
| * | doc: Add document for autoproperty directive (refs: #9486) | Takeshi KOMIYA | 2021-07-23 | 1 | -0/+3 |
| | | |||||
| * | Merge branch '4.x' into new-tutorial-part-ii | Juan Luis Cano Rodríguez | 2021-07-05 | 1 | -3/+3 |
| |\ | |||||
| | * | Merge pull request #9399 from tk0miya/napoleon_preprocess_types | Takeshi KOMIYA | 2021-07-04 | 1 | -1/+1 |
| | |\ | | | | | | | doc: Fix the default value of napoleon_preprocess_types is True | ||||
| | | * | doc: Fix the default value of napoleon_preprocess_types is True | Takeshi KOMIYA | 2021-07-03 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix quotes in docstring in ext.napoleon | Louis-Justin TALLOT | 2021-06-30 | 1 | -2/+2 |
| | |/ | |||||
| * | | Use "builtin" for extensions label as it is done for themes | Juan Luis Cano Rodríguez | 2021-07-05 | 1 | -1/+1 |
| | | | |||||
| * | | Add tutorial section about extensions and themes | Juan Luis Cano Rodríguez | 2021-06-17 | 1 | -0/+4 |
| |/ | |||||
| * | doc: Fix docslint misunderstanding scope of code-blocks | Takeshi KOMIYA | 2021-06-06 | 1 | -8/+3 |
| | | |||||
| * | Merge pull request #9239 from igo95862/https-links | Takeshi KOMIYA | 2021-05-19 | 4 | -4/+4 |
| |\ | | | | | Upgrade URLs to use HTTPS | ||||
| | * | doc: Upgraded mathjax documentation link to HTTPS | igo95862 | 2021-05-17 | 1 | -1/+1 |
| | | | |||||
| | * | doc: Moved Jinja links to new home page and HTTPS | igo95862 | 2021-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | Seems like Jinja is no longer pocoo project but palletsprojects.com | ||||
| | * | doc: Upgraded some of sphinx-doc.org links to HTTPS | igo95862 | 2021-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | Seems like that link is used in some tests and code so upgrading it outside documentation might break something | ||||
| | * | doc: Upgrade docutils.sourceforge.io links to HTTPS | igo95862 | 2021-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | Also change any docutils.sourceforge.net link to io top level domain. | ||||
| * | | Merge branch '4.x' into 3014_autodoc-process-bases | Takeshi KOMIYA | 2021-05-17 | 1 | -0/+14 |
| |\ \ | |/ | |||||
| | * | Close #4257: autodoc: Add autodoc_class_signature | Takeshi KOMIYA | 2021-05-16 | 1 | -0/+14 |
| | | | | | | | | | | | Add `autodoc_class_signature` to separate the class entry and the definition of `__init__()` method. | ||||
| * | | Close #3014: autodoc: Add autodoc-process-bases | Takeshi KOMIYA | 2021-05-16 | 1 | -0/+15 |
| |/ | | | | | | Add `autodoc-process-bases` to modify the base classes of the class definitions. This allows the extensions to insert or modify the list of the base classes via event-handlers. | ||||
| * | 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 |
| | | |||||
| * | 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 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-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 |
| | | | | |||||
| * | | | 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 |
| | | | |||||
| * | | 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. | ||||
| * | Close #7549: autosummary: Enable autosummary_generate by default | Takeshi KOMIYA | 2021-03-10 | 1 | -6/+12 |
| | | |||||
| * | 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. | ||||
| * | 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 | 6 | -24/+133 |
| | |\ | |||||
| | * | | update docs | pbudzyns | 2021-02-01 | 1 | -0/+11 |
| | | | | |||||
| * | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-28 | 1 | -4/+5 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | doc: Add hyperlinks to classifiers for sphinx extensions and themes | Takeshi KOMIYA | 2021-01-24 | 1 | -4/+5 |
| | | | | |||||
| * | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -16/+13 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch '3.x' into 7774_remove_develop.rst | Takeshi KOMIYA | 2021-01-24 | 7 | -16/+248 |
| | |\ \ | |||||
