Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BLD: remove submodule doc/sphinxext that pointed to numpydocs | mattip | 2020-09-16 | 1 | -0/+0 |
| | |||||
* | MAINT: Bumpy numpydoc version. | Ross Barnowski | 2020-05-20 | 1 | -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 master | mattip | 2019-04-09 | 1 | -0/+0 |
| | |||||
* | BUILD: update numpydocs to latest version | mattip | 2019-03-20 | 1 | -0/+0 |
| | |||||
* | update submodule numpydoc for changes due to this branch | mattip | 2018-04-12 | 1 | -0/+0 |
| | |||||
* | DOC: Update sphinxext submodule hash. | Charles Harris | 2018-02-15 | 1 | -0/+0 |
| | |||||
* | DOC: update sphinxext to numpydoc 0.6.0 | Ralf Gommers | 2016-02-13 | 1 | -0/+0 |
| | |||||
* | DOC: update numpydoc to tag v0.5 | Julian Taylor | 2014-06-11 | 1 | -0/+0 |
| | |||||
* | Add Numpydoc as a git submodule | Pauli Virtanen | 2013-07-25 | 1 | -0/+0 |
| | |||||
* | Move numpydoc to a separate repository | Pauli Virtanen | 2013-07-25 | 1 | -30/+0 |
| | |||||
* | MAINT: Remove outdated version checks. | Charles Harris | 2013-07-11 | 1 | -3/+2 |
| | | | | | | | | | | Because Numpy 1.8.0 will no longer supports Python versions < 2.6 we no longer need to check for that and can also remove the code that is specific to those earlier versions. To make this a bit safer, the toplevel setup.py file now contains a check of the Python version number and raises an error when run by an unsupported version. | ||||
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
| | | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078. | ||||
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a package | Pauli Virtanen | 2013-02-16 | 1 | -2/+8 |
| | |||||
* | sphinxext: some cleanup in setup.py | Denis Laxalde | 2012-06-07 | 1 | -11/+3 |
| | | | | | | | - remove obsolete entry_points (the corresponding code was removed in 08e85c1820f8502e2a5009da4d3d89c6462a911b). - drop setuptools import - adjust setup() argument to conform with distutils format | ||||
* | sphinxext: bump numpydoc version | Pauli Virtanen | 2010-10-01 | 1 | -3/+3 |
| | |||||
* | sphinxext: bump numpydoc version, fix build bug | Pauli Virtanen | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | sphinxext: autosummary: don't insert nested paragraphs in the table | Pauli Virtanen | 2009-04-04 | 1 | -1/+1 |
| | |||||
* | sphinxext: convert the Sphinx extensions into a `numpydoc` package that can ↵ | Pauli Virtanen | 2009-04-01 | 1 | -0/+31 |
be distributed separately |