mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
[rtfd] removeing rtfd support IT DOES NOT WORK, using travis to upload to pypi instead
This commit is contained in:
parent
9d74f9a9cd
commit
f6ba5d3c0f
3 changed files with 3 additions and 5 deletions
|
|
@ -5,11 +5,11 @@ The 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)
|
||||
* Developer [documentation](http://gpy.readthedocs.org/en/devel/)
|
||||
* Developer [documentation](http://pythonhosted.org/GPy/)
|
||||
* Travis-CI [unit-tests](https://travis-ci.org/SheffieldML/GPy)
|
||||
* [](http://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
[](https://travis-ci.org/SheffieldML/GPy) [](http://codecov.io/github/SheffieldML/GPy?branch=devel) [](http://gpy.readthedocs.org/en/devel/) [](http://depsy.org/package/python/GPy)
|
||||
[](https://travis-ci.org/SheffieldML/GPy) [](http://codecov.io/github/SheffieldML/GPy?branch=devel) [](http://depsy.org/package/python/GPy)
|
||||
|
||||
## Updated Structure
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ extensions = [
|
|||
# def __getattr__(cls, name):
|
||||
# return Mock()
|
||||
#
|
||||
MOCK_MODULES = ['scipy.linalg.blas', 'blas', 'scipy.optimize', 'scipy.optimize.linesearch', 'scipy.linalg',
|
||||
MOCK_MODULES = ['numpy', 'scipy.linalg.blas', 'blas', 'scipy.optimize', 'scipy.optimize.linesearch', 'scipy.linalg',
|
||||
'scipy', 'scipy.special', 'scipy.integrate', 'scipy.io', 'scipy.stats',
|
||||
'sympy', 'sympy.utilities.iterables', 'sympy.utilities.lambdify',
|
||||
'sympy.utilities', 'sympy.utilities.codegen', 'sympy.core.cache',
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
numpy
|
||||
scipy
|
||||
paramz
|
||||
Loading…
Add table
Add a link
Reference in a new issue