summaryrefslogtreecommitdiff
path: root/numpydoc/docscrape_sphinx.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Refactoring `get_doc_object` (#452)HEADmainyuki2023-03-141-19/+11
* Remove numpydoc_use_blockquotes (#422)Jarrod Millman2022-08-151-8/+2
* Run black formatterJarrod Millman2022-05-071-135/+135
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-051-2/+2
* Use fstrings (#353)Jarrod Millman2022-01-101-13/+11
* Require sphinx >= 1.8 (#352)Jarrod Millman2022-01-101-4/+1
* Avoid mutable default arguments (#342)Dimitri Papadopoulos Orfanos2021-12-161-5/+15
* MAINT: use super() as described by PEP 3135 (#315)Mike Taves2021-03-221-1/+1
* ENH: Enable validation during sphinx-build process (#302)Ross Barnowski2021-02-081-12/+4
* Merge pull request #295 from rossbar/xref_confRalf Gommers2021-01-011-2/+4
|\
| * ALTERNATIVE: overload xref_ignore config valueRoss Barnowski2020-08-211-5/+2
| * Add config value to control behaviorRoss Barnowski2020-08-171-2/+7
* | MAINT: remove un-reachable codepath.Ross Barnowski2020-06-301-4/+0
|/
* Drop Python 2.7 and 3.4 supportRoman Yurchak2019-10-231-15/+4
* ENH: Just use objEric Larson2019-04-171-10/+7
* FIX: Opt-in, test, uniform styling, cssEric Larson2019-04-171-3/+5
* Add cross-reference links to parameter typesHassan Kibirige2019-04-171-4/+20
* Merge remote-tracking branch 'upstream/master' into attributes_as_param_listJoris Van den Bossche2019-04-121-43/+61
|\
| * FIX parsing of type-only return paramsTim Hoffmann2019-04-101-12/+13
| * Support Receives section for generator.send(...) params (#145)Joel Nothman2019-04-091-0/+1
| * BUG: turn member descriptors into links (#201)Matti Picus2019-03-201-1/+2
| * FIX: Escape chars in re (#194)Eric Larson2019-01-141-1/+1
| * MNT Fix collections.abc imports (#195)Eric Larson2019-01-141-2/+5
| * Make parameter a namedtuple (#176)Tim Hoffmann2018-05-041-25/+29
| * Add testsHassan Kibirige2018-04-011-0/+1
| * Move arg and kwargs escaping to docscrape_sphinxHassan Kibirige2018-04-011-1/+9
| * Merge pull request #160 from jorisvandenbossche/datadescriptorRalf Gommers2018-03-301-1/+1
| |\
| | * Use isdatadescriptor instead of isgetsetdescriptorJoris Van den Bossche2018-03-281-1/+1
| * | Merge branch 'master' into boldJoel Nothman2018-03-291-4/+5
| |\ \ | | |/
| * | Merge branch 'bold' of github.com:jnothman/numpydoc into boldJoel Nothman2018-03-281-4/+6
| |\ \
| | * \ Merge branch 'master' into boldJoel Nothman2017-11-131-4/+6
| | |\ \
| * | | | Reference issue in commentJoel Nothman2018-03-281-0/+1
| |/ / /
| * | | FIX handling of parameter names ending '_'Joel Nothman2017-11-131-7/+5
* | | | Add option to use member listing for attributesJoris Van den Bossche2018-03-301-2/+5
| |_|/ |/| |
* | | FIX Handle case where description is empty in returns (#148)Joel Nothman2017-11-201-4/+5
| |/ |/|
* | Handle case where description is empty (#140)Joel Nothman2017-11-041-4/+6
|/
* Merge branch 'master' into deflistJoel Nothman2017-11-021-24/+11
|\
| * Merge pull request #125 from jnothman/importmatplotlibPauli Virtanen2017-11-011-1/+4
| |\
| | * Corret search syntaxJoel Nothman2017-10-241-1/+1
| | * Support from matplotlib import as alias for import matplotlibJoel Nothman2017-10-241-1/+4
| * | Remove comment autosummary from _str_param_listJoel Nothman2017-10-241-23/+7
| |/
* | Stricter comparison of whitespace in testingJoel Nothman2017-10-241-1/+2
* | Use definition lists rather than blockquotesJoel Nothman2017-10-241-6/+16
|/
* Note on methodsJoel Nothman2017-09-071-0/+7
* More docsJoel Nothman2017-09-071-2/+22
* Some cleaning and docsJoel Nothman2017-09-071-41/+75
* Test autosummary-like behaviourJoel Nothman2017-08-211-3/+4
* Format attributes like parametersJoel Nothman2017-08-071-5/+59
* Fix regression in #81Julien Schueller2017-05-111-3/+0
* Merge pull request #81 from SirNO/masterRalf Gommers2016-12-281-0/+3
|\