Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC, TST: enable refguide_check in circleci (#15848) | Pierre de Buyl | 2020-03-29 | 1 | -1/+9 |
| | | | | * DOC: fix traceback message to pass refguide_check * DOC, TST: add refguide_check to circleci | ||||
* | DOC, BLD: sphinx 2.2.0 -> 2.3.1 to get rid of deprecation warning | mattip | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14356 from qwhelan/sphinx | Ralf Gommers | 2019-09-25 | 1 | -1/+1 |
|\ | | | | | DOC: support and require sphinx>=2.2 | ||||
| * | DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for properties | mattip | 2019-09-15 | 1 | -1/+1 |
| | | |||||
| * | DOC: support and require sphinx>=2.1.2 | Christopher Whelan | 2019-09-14 | 1 | -1/+1 |
| | | |||||
* | | DOC,MAINT: Build release notes during CircleCI step | Sebastian Berg | 2019-09-15 | 1 | -0/+8 |
|/ | | | | | For the moment, this requires te use for the development version of towncrier. | ||||
* | BUILD: adapt "make version-check" to "make dist" | mattip | 2019-07-14 | 1 | -0/+1 |
| | |||||
* | BENCH: convert bencmarks to asv format | mattip | 2019-05-20 | 1 | -1/+1 |
| | | | | | | | remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random | ||||
* | BUG: Correct handling of nans | Kevin Sheppard | 2019-05-20 | 1 | -1/+1 |
| | | | | | | | | Improve consistency of nan handling Prevent nans prducing values from int functions Add tests to ensure guards work Synchronize with randomgen Remove comments no longer relevant | ||||
* | BUILD: pin sphinx to before-2.0.0 | mattip | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | BUILD: use 'quiet' when building docs | mattip | 2019-03-15 | 1 | -2/+2 |
| | |||||
* | BUILD: sphinx 1.8.3 can be used with our outdated templates | mattip | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | TST: store circleci devdocs artifact | Tyler Reddy | 2018-11-07 | 1 | -3/+2 |
| | |||||
* | BLD: pin sphinx to 1.7.9 | mattip | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | TST: Add Python 3.7 to CI testing (#11598) | cclauss | 2018-07-22 | 1 | -1/+1 |
| | | | | | Add testing with Python 3.7 to both appveyor and travis. | ||||
* | BUILD: add latex to circleci doc build | mattip | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | maybe controversial - scipy.special required by mtrand.pyx docstrings | mattip | 2018-04-10 | 1 | -0/+1 |
| | |||||
* | Fix script name for pushing NEP docs to repo | Stefan van der Walt | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Install graphviz on CircleCI | Stefan van der Walt | 2018-03-22 | 1 | -0/+2 |
| | |||||
* | TST, DOC: Upload devdocs and neps after circleci build (#10702) | Stefan van der Walt | 2018-03-16 | 1 | -2/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upload devdocs and neps after build * Install numpydoc * Fix masked array documentation injection `doc_note` appends a `Notes` section to docstrings, which may lead to duplicate sections. * Add deploy key for neps repo Note that we have to explicitly reset the ~/.ssh/config to only leave one SSH key * Only deploy on master branch * Blow away previous dev docs after each upload * Add tool to upload files to remote repo * Remove numpydoc from pip install; it is included as a submodule * Avoid using invalid escape code * Rename repo upload tool * Use check_call to simplify doc pushing tool | ||||
* | Add CircleCI builder for devdocs | Stefan van der Walt | 2018-01-27 | 1 | -0/+61 |