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