https://github.com/GPflow/GPflow
Revision 046b107d82c3042727aa7e0e138963200b742e46 authored by Eric Hammy on 13 November 2019, 10:36:58 UTC, committed by Artem Artemev on 13 November 2019, 10:36:58 UTC
The script generate_rst.py creates a folder `gpflow` which contains all
the rst for the autogeneration using sphinx. Also added is type checking
to the documentation and css and logo for the docs.
1 parent 1a38796
Raw File
Tip revision: 046b107d82c3042727aa7e0e138963200b742e46 authored by Eric Hammy on 13 November 2019, 10:36:58 UTC
Create autodocumentation of API for GPFflow. (#1120)
Tip revision: 046b107
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
nbformat
nbconvert
ipykernel
jupyter_client
matplotlib
sklearn  # mixture-density-network
back to top