summaryrefslogtreecommitdiff
path: root/doc/usage/extensions
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing whitespaces and normalize line endingsFrançois Freitag2020-10-031-1/+1
* Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA2020-10-031-0/+38
* Fix typo: anchestor -> ancestor.Bradley Dice2020-09-201-1/+1
* Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA2020-08-051-3/+18
* Close #8034: autodoc: :private-member: can take an list of member namesTakeshi KOMIYA2020-08-021-1/+14
* Update CHANGES for PR #7690Takeshi KOMIYA2020-07-251-0/+2
* Merge pull request #7690 from keewis/transform_numpy_parameter_typesTakeshi KOMIYA2020-07-251-2/+31
|\
| * add a section about napoleon_type_aliases to the documentationKeewis2020-07-251-1/+30
| * update the link to the official docstring guideKeewis2020-07-251-1/+1
* | Merge pull request #7927 from jnothman/name-case-clashTakeshi KOMIYA2020-07-241-0/+9
|\ \ | |/ |/|
| * Add autosummary_filename_map config to avoid clashesJoel Nothman2020-07-081-0/+9
* | Update description of autosummary_generate_overwriteJohannes Lade2020-07-131-1/+1
|/
* napoleon: Add aliases Warn and RaiseNguyễn Gia Phong2020-06-291-0/+2
* doc: Add modname separator tip for autodoc (refs: #7841)Takeshi KOMIYA2020-06-211-0/+6
* Fix typoTakeshi KOMIYA2020-06-061-1/+1
* Merge pull request #7760 from Cielquan/feature/coverage_print_missing_as_warningTakeshi KOMIYA2020-06-061-1/+8
|\
| * documented coverage_show_missing_items confvalChristian Riedel2020-06-051-1/+8
* | Close #2106: autodoc: Support multiple signatures on docstringTakeshi KOMIYA2020-05-301-0/+7
|/
* Update docs (refs: #7469)Takeshi KOMIYA2020-05-211-1/+1
* revisions per comments from tk0miyaDaniel Fremont2020-05-171-0/+4
* Merge remote-tracking branch 'sphinx/3.x' into 3.xDaniel Fremont2020-05-174-7/+65
|\
| * doc: Fix examples of doctest extensions are still in py2 (refs: #7575)Takeshi KOMIYA2020-04-291-5/+5
| * Close #4030: autosummary: Add autosummary_contextTakeshi KOMIYA2020-04-251-0/+7
| * Merge pull request #7473 from eric-wieser/meta-publicTakeshi KOMIYA2020-04-231-0/+15
| |\
| | * Add support for :meta public:Eric Wieser2020-04-141-0/+15
| * | doc: Fix versionTakeshi KOMIYA2020-04-211-1/+1
| * | Remove autosummary_recursive configurationTakeshi KOMIYA2020-04-211-15/+1
| * | Merge branch '3.x' into 6040_autosummary_recursiveTakeshi KOMIYA2020-04-2110-11/+138
| |\ \
| | * | Close #7490: autosummary: Add ``:caption:`` option to autosummary directiveTakeshi KOMIYA2020-04-161-0/+6
| | * | Fix #7477: imgconverter: Invoke "magick convert" command on WindowsTakeshi KOMIYA2020-04-151-0/+12
| | |/
| * | autosummary: Add :recursive: option to autosummary directiveTakeshi KOMIYA2020-04-211-0/+14
| * | Merge with master and address code reviewwoutdenolf2019-07-083-23/+119
| |\ \
| * | | [autosummary] remove recursion limit and module/package separationwoutdenolf2019-06-021-17/+6
| * | | [autosummary] doclint violationwoutdenolf2019-06-011-3/+3
| * | | Merge branch 'master' into feature-autosummary-packageswoutdenolf2019-06-016-17/+38
| |\ \ \
| * \ \ \ Merge branch 'master' into feature-autosummary-packageswoutdenolf2019-05-184-57/+91
| |\ \ \ \
| * | | | | [autosummary] address code reviewwoutdenolf2019-04-071-34/+12
| * | | | | Merge branch 'master' into feature-autosummary-packageswoutdenolf2019-04-077-12/+53
| |\ \ \ \ \
| | * | | | | Fix docs of inheritance-diagram "parts" optionMichael Goerz2019-03-101-6/+47
| * | | | | | Merge branch 'master' into feature-autosummary-packageswoutdenolf2019-02-244-4/+28
| |\ \ \ \ \ \
| * | | | | | | [autosummary] modify docswoutdenolf2019-02-241-5/+42
| * | | | | | | [autosummary] add modules and packages for moduleswoutdenolf2019-02-081-0/+13
* | | | | | | | updated corresponding documentationDaniel Fremont2020-04-121-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Correct minor typoPythonCoderAS2020-03-181-1/+1
* | | | | | | Close #7079: Make autodoc_typehints=description formalTakeshi KOMIYA2020-03-071-21/+4
* | | | | | | doc: Update docsTakeshi KOMIYA2020-03-071-0/+1
* | | | | | | doc: Remove mention about py2Takeshi KOMIYA2020-02-241-3/+0
* | | | | | | Fix typosNeal McBurnett2020-02-091-2/+2
* | | | | | | Clarify documentation on use of doctest extensionNeal McBurnett2020-02-091-4/+8
* | | | | | | Merge branch '2.0'Takeshi KOMIYA2020-01-301-0/+21
|\ \ \ \ \ \ \