mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
19 lines
398 B
Text
19 lines
398 B
Text
# Documentation:
|
|
include doc/source/conf.py
|
|
include doc/source/index.rst
|
|
include doc/source/tuto*.py
|
|
include README.md
|
|
|
|
# Data and config
|
|
include *.json
|
|
include GPy/defaults.cfg
|
|
include GPy/installation.cfg
|
|
|
|
# Cython
|
|
recursive-include GPy *.c
|
|
recursive-include GPy *.so
|
|
recursive-include GPy *.pyx
|
|
|
|
# Testing
|
|
include GPy/testing/plotting_tests/baseline/*.png
|
|
include GPy/testing/pickle_test.pickle
|