mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
[build the docs?]
This commit is contained in:
parent
9bd27f0ff9
commit
d72bc44643
2 changed files with 5 additions and 3 deletions
|
|
@ -39,7 +39,8 @@ script:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
- conda install --yes sphinx
|
|
||||||
|
before_deploy:
|
||||||
- cd doc
|
- cd doc
|
||||||
- make html
|
- make html
|
||||||
- cd ../
|
- cd ../
|
||||||
|
|
@ -51,5 +52,6 @@ deploy:
|
||||||
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
|
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
|
||||||
on:
|
on:
|
||||||
plot_density
|
plot_density
|
||||||
|
tags: true
|
||||||
server: https://testpypi.python.org/pypi
|
server: https://testpypi.python.org/pypi
|
||||||
distributions: "bdist_wheel sdist"
|
distributions: "bdist_wheel sdist"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ A Gaussian processes framework in Python.
|
||||||
* [GPy homepage](http://sheffieldml.github.io/GPy/)
|
* [GPy homepage](http://sheffieldml.github.io/GPy/)
|
||||||
* [Tutorial notebooks](http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb)
|
* [Tutorial notebooks](http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb)
|
||||||
* [User mailing list](https://lists.shef.ac.uk/sympa/subscribe/gpy-users)
|
* [User mailing list](https://lists.shef.ac.uk/sympa/subscribe/gpy-users)
|
||||||
* [Online documentation](https://gpy.readthedocs.org/en/latest/)
|
* [Online documentation](http://pythonhosted.org/GPy/)
|
||||||
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
|
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
|
||||||
* [](http://opensource.org/licenses/BSD-3-Clause)
|
* [](http://opensource.org/licenses/BSD-3-Clause)
|
||||||
|
|
||||||
|
|
@ -141,7 +141,7 @@ The documentation can be compiled as follows:
|
||||||
cd doc
|
cd doc
|
||||||
make html
|
make html
|
||||||
|
|
||||||
The HTML files are then stored in doc/_build/
|
The HTML files are then stored in doc/build/
|
||||||
|
|
||||||
|
|
||||||
## Running unit tests:
|
## Running unit tests:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue