mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
23 lines
450 B
Text
23 lines
450 B
Text
# Documentation:
|
|
include doc/source/conf.py
|
|
include doc/source/index.rst
|
|
include doc/source/tuto*.rst
|
|
include README.md
|
|
include AUTHORS.txt
|
|
|
|
# Data and config
|
|
recursive-include GPy *.json
|
|
include GPy/defaults.cfg
|
|
include GPy/installation.cfg
|
|
|
|
# Cython
|
|
recursive-include GPy *.c
|
|
recursive-include GPy *.h
|
|
recursive-include GPy *.pyx
|
|
|
|
# LICENSE
|
|
include LICENSE.txt
|
|
|
|
# Testing
|
|
#include GPy/testing/baseline/*.png
|
|
#include GPy/testing/pickle_test.pickle
|