summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing headings to code examplesitten-in-latexStuart Mumford2020-01-291-0/+5
* Delay import of Sphinx (#248)Christoph Gohlke2019-12-041-1/+5
* STY: Reword first lines of example.py docstrings (#246)Justin Ludwig2019-11-272-5/+7
* DOC: Fixed three formatting issues in docs (#245)Ross Barnowski2019-11-191-4/+4
* Adding --validate option __main__ and run new validation (#240)Marc Garcia2019-11-136-89/+144
* Minor style improvements to doc/example.py to pass validation (#243)Roman Yurchak2019-11-041-4/+2
* BUG: Allow no . at end if indented (#239)Eric Larson2019-10-252-28/+40
* Add docstring validation script (from pandas) (#238)Marc Garcia2019-10-242-0/+1883
* Drop Python 2.7 and 3.4 supportRoman Yurchak2019-10-2311-79/+34
* ENH: Test full output and coverage (#230)Eric Larson2019-08-0911-6/+193
* DOC: Add description for blank lines after the docstring. (#229)YaOzI2019-08-021-1/+4
* DOC: Update links and code checkers info. (#228)YaOzI2019-08-011-16/+23
* DOC: Update links and info in conf.py. (#227)YaOzI2019-08-011-6/+6
* BUG: Fix full rebuilds (#226)Eric Larson2019-06-213-6/+31
* MAINT: doctest and pytest (#225)Eric Larson2019-06-034-2/+11
* Py3fy some doctests. (#224)Antony Lee2019-05-312-8/+8
* Merge pull request #222 from luzpaz/trivial-typo-fixesRalf Gommers2019-05-293-3/+3
|\
| * MAINT: fix trivial source comment typosluz.paz2019-05-293-3/+3
|/
* Undo change from last commit (trigger RTD again).Ralf Gommers2019-04-231-1/+0
* Add Sphinx to doc/requirements.txt (push to trigger readthedocs)Ralf Gommers2019-04-231-0/+1
* REL: set version number to 1.0.0.dev0Ralf Gommers2019-04-231-1/+1
* REL: set version to 0.9.1v0.9.1Ralf Gommers2019-04-231-1/+1
* Updating minimum sphinx version in setup.py (#211)Brigitta Sipocz2019-04-231-1/+1
* BUG: Add latex to CircleCI [skip travis] (#209)Eric Larson2019-04-211-0/+1
* REL: set version to 0.9.0v0.9.0Ralf Gommers2019-04-211-1/+1
* Merge pull request #164 from jnothman/exception-infoRalf Gommers2019-04-212-9/+16
|\
| * CI: bump minimum Sphinx version tested from 1.2.3 to 1.6.5Ralf Gommers2019-04-211-1/+1
| * Fixes for JorisJoel Nothman2019-04-211-3/+3
| * report object name upon mangle_docstrings exceptionJoel Nothman2019-04-211-7/+14
|/
* Merge pull request #208 from larsoner/circleRalf Gommers2019-04-212-0/+44
|\
| * FIX: SubmoduleEric Larson2019-04-181-0/+2
| * MAINT: Add CircleCIEric Larson2019-04-182-0/+42
* | Merge pull request #197 from larsoner/xref-param-typeRalf Gommers2019-04-2112-32/+506
|\ \ | |/ |/|
| * ENH: Just use objEric Larson2019-04-1712-137/+136
| * FIX: Opt-in, test, uniform styling, cssEric Larson2019-04-176-26/+37
| * Add cross-reference links to parameter typesHassan Kibirige2019-04-176-5/+469
|/
* Merge pull request #161 from jorisvandenbossche/attributes_as_param_listRalf Gommers2019-04-185-3/+52
|\
| * add to docsJoris Van den Bossche2019-04-121-0/+5
| * add test that description of class docstring is not used for attributesJoris Van den Bossche2019-04-121-1/+12
| * fix test after updateJoris Van den Bossche2019-04-121-0/+1
| * Merge remote-tracking branch 'upstream/master' into attributes_as_param_listJoris Van den Bossche2019-04-1217-287/+810
| |\
| * | add testJoris Van den Bossche2018-03-301-0/+26
| * | Add option to use member listing for attributesJoris Van den Bossche2018-03-302-3/+9
* | | Merge pull request #207 from pvanmulbregt/seealso2Ralf Gommers2019-04-182-6/+22
|\ \ \ | |_|/ |/| |
| * | ENH: Allow a trailing COMMA or PERIOD in a See Also function list block.Paul van Mulbregt2019-04-152-6/+22
|/ /
* | Merge pull request #175 from timhoffm/fix-type-only-return-paramRalf Gommers2019-04-103-38/+48
|\ \
| * | FIX parsing of type-only return paramsTim Hoffmann2019-04-103-38/+48
|/ /
* | ENH: Added support for multiple functions+description in a See Also block (#172)Paul van Mulbregt2019-04-102-78/+123
* | ENH: accept autoclass member options (#205)Matti Picus2019-04-094-3/+88
* | Support Receives section for generator.send(...) params (#145)Joel Nothman2019-04-095-11/+95