summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Use DEDUPLICATION_TAG to determine whether a citation node is in a docstring ...Joel Nothman2019-04-081-8/+30
* | Merge pull request #180 from jnothman/fix169Ralf Gommers2019-04-021-5/+17
|\ \
| * | Don't shadow builtin idJoel Nothman2018-06-071-6/+6
| * | FIX remove duplicated citation back-referencesJoel Nothman2018-06-071-3/+15
* | | Merge pull request #181 from jnothman/reference-reRalf Gommers2019-04-021-1/+2
|\ \ \
| * \ \ Merge branch 'master' into reference-reJoel Nothman2019-04-0211-131/+295
| |\ \ \
| * | | | FIX pedantic handling of whitespace in reference regexJoel Nothman2018-06-121-1/+2
| | |/ / | |/| |
* | | | ENH Only print the index if it is necessary. (#187)Mark Harfouche2019-04-022-2/+26
| |/ / |/| |
* | | Clarify location of certain invalid docstrings. (#200)Antony Lee2019-04-021-2/+2
* | | BUG: turn member descriptors into links (#201)Matti Picus2019-03-201-1/+2
* | | FIX: Escape chars in re (#194)Eric Larson2019-01-144-9/+10
* | | MNT Fix collections.abc imports (#195)Eric Larson2019-01-143-8/+18
* | | Move setup of autosummary earlier in setup(). (#191)Joel Nothman2019-01-031-2/+2
|\ \ \
| * | | Move setup of autosummary earlier in setup().Antony Lee2018-10-231-2/+2
* | | | Fix markup in format.rst. (#193)Joel Nothman2019-01-031-28/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Fix markup in format.rst.Antony Lee2019-01-021-28/+35
|/ / /
* | | MAINT switch the test suite to pytest (#166)Evgeni Burovski2018-06-162-51/+51
* | | Merge pull request #171 from pvanmulbregt/omegaRalf Gommers2018-06-131-1/+1
|\ \ \
| * | | DOC: Add missing backslash to omega for inline math example.Paul van Mulbregt2018-04-121-1/+1
* | | | Command-line tool to help debug NumpyDocString (#146)Joel Nothman2018-06-074-0/+137
|\ \ \ \
| * | | | Improve importing in mainJoel Nothman2018-04-022-6/+71
| * | | | Use StringIO.StringIO in Py2Joel Nothman2018-04-011-2/+5
| * | | | Add documentationJoel Nothman2018-03-282-0/+13
| * | | | Remove from docscrape_sphinxJoel Nothman2018-03-281-39/+0
| * | | | Move to numpydoc.__main__. Add testJoel Nothman2018-03-282-0/+56
| * | | | Merge branch 'master' into test-restJoel Nothman2017-11-153-4/+8
| |\ \ \ \
| * | | | | handle config is NoneJoel Nothman2017-11-151-1/+1
| * | | | | Command-line tool to help debug NumpyDocStringJoel Nothman2017-11-151-0/+39
* | | | | | Make parameter a namedtuple (#176)Tim Hoffmann2018-05-042-33/+41
* | | | | | CI pip --use-wheel no longer exists (#174)Joel Nothman2018-05-031-1/+1
| |_|_|/ / |/| | | |
* | | | | DOC: Added example of multi-line instruction in Examples section. (#168)Paul van Mulbregt2018-04-301-0/+8
| |_|/ / |/| | |
* | | | DOC: remove links to numpy repo file (#167)Matti Picus2018-04-122-3/+2
* | | | Merge pull request #155 from has2k1/escape-args-kwargsRalf Gommers2018-04-012-1/+36
|\ \ \ \
| * | | | Add testsHassan Kibirige2018-04-012-0/+27
| * | | | Move arg and kwargs escaping to docscrape_sphinxHassan Kibirige2018-04-012-10/+9
| * | | | Escape the * in *args and **kwargsHassan Kibirige2018-04-011-0/+9
|/ / / /
* | | | Merge pull request #153 from jnothman/strict-warningsRalf Gommers2018-04-013-10/+18
|\ \ \ \
| * | | | Make warnings check only in Py3Joel Nothman2018-04-011-5/+8
| * | | | Alphanumeric intersphinxJoel Nothman2018-02-051-1/+1
| * | | | Only use imgmath when supportedJoel Nothman2018-02-051-1/+7
| * | | | Require that sphinx issue no warnings in CIJoel Nothman2018-01-103-6/+5
| | |/ / | |/| |
* | | | REL: set version to 0.9.0.dev0Ralf Gommers2018-03-301-1/+1
* | | | REL: set version to 0.8.0v0.8.0Ralf Gommers2018-03-301-1/+1
* | | | DOC: update URL to documentation in setup.pyRalf Gommers2018-03-302-2/+2
* | | | Merge pull request #160 from jorisvandenbossche/datadescriptorRalf Gommers2018-03-303-3/+30
|\ \ \ \
| * | | | add testJoris Van den Bossche2018-03-301-1/+28
| * | | | Use isdatadescriptor instead of isgetsetdescriptorJoris Van den Bossche2018-03-282-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #144 from jnothman/boldRalf Gommers2018-03-302-27/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Fix mergeJoel Nothman2018-03-291-1/+1
| * | | Merge branch 'master' into boldJoel Nothman2018-03-295-22/+35
| |\ \ \