summaryrefslogtreecommitdiff
path: root/doc/sphinxext/numpydoc/tests/test_traitsdoc.py
Commit message (Collapse)AuthorAgeFilesLines
* BLD: remove submodule doc/sphinxext that pointed to numpydocsmattip2020-09-161-0/+0
|
* MAINT: Bumpy numpydoc version.Ross Barnowski2020-05-201-0/+0
| | | | | | | Fixes problem with citation (reference) anchors in rendered docs. Actual fix was in numpy/numpydoc@7c42883, but this bumps to latest (unreleased) numpydoc version.
* DOC: update numpydoc to latest mastermattip2019-04-091-0/+0
|
* BUILD: update numpydocs to latest versionmattip2019-03-201-0/+0
|
* update submodule numpydoc for changes due to this branchmattip2018-04-121-0/+0
|
* DOC: Update sphinxext submodule hash.Charles Harris2018-02-151-0/+0
|
* DOC: update sphinxext to numpydoc 0.6.0Ralf Gommers2016-02-131-0/+0
|
* DOC: update numpydoc to tag v0.5Julian Taylor2014-06-111-0/+0
|
* Add Numpydoc as a git submodulePauli Virtanen2013-07-251-0/+0
|
* Move numpydoc to a separate repositoryPauli Virtanen2013-07-251-5/+0
|
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
| | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078.
* 2to3: Add `from __future__ import ...` to new files.Charles Harris2013-03-281-0/+2
| | | | | | The new files that came in when doc/sphinxext/numpydoc was restructured as a package with test stubs did not have `from __future__ import ...`. This fixes that omission.
* TST: numpydoc: add stub test files, to check that files at least importPauli Virtanen2013-02-161-0/+3