mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
20 lines
417 B
Text
20 lines
417 B
Text
# Documentation:
|
|
include doc/source/conf.py
|
|
include doc/source/index.rst
|
|
include doc/source/tuto*.rst
|
|
include README.md
|
|
include README.rst
|
|
|
|
# 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
|
|
|
|
# Testing
|
|
include GPy/testing/baseline/*.png
|
|
#include GPy/testing/pickle_test.pickle
|