[build the docs?]

This commit is contained in:
mzwiessele 2015-10-11 13:17:48 +01:00
parent 9bd27f0ff9
commit d72bc44643
2 changed files with 5 additions and 3 deletions

View file

@ -39,7 +39,8 @@ script:
after_success:
- codecov
- conda install --yes sphinx
before_deploy:
- cd doc
- make html
- cd ../
@ -51,5 +52,6 @@ deploy:
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
on:
plot_density
tags: true
server: https://testpypi.python.org/pypi
distributions: "bdist_wheel sdist"

View file

@ -5,7 +5,7 @@ A Gaussian processes framework in Python.
* [GPy homepage](http://sheffieldml.github.io/GPy/)
* [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)
* [Online documentation](https://gpy.readthedocs.org/en/latest/)
* [Online documentation](http://pythonhosted.org/GPy/)
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
* [![licence](https://img.shields.io/badge/licence-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause)
@ -141,7 +141,7 @@ The documentation can be compiled as follows:
cd doc
make html
The HTML files are then stored in doc/_build/
The HTML files are then stored in doc/build/
## Running unit tests: