https://github.com/GPflow/GPflow
Revision 27b07703fdad398c9cf03bdfbf631e80bcfb21f2 authored by st-- on 03 February 2020, 14:00:53 UTC, committed by GitHub on 03 February 2020, 14:00:53 UTC
Makes use of Jupytext to store notebook source in a more readable format, which should make PR reviewing as well as fixing bugs much more straightforward. Also provides a Makefile to regenerate .ipynb from source.

* `make pair-ipynb` was used to create the .pct.py/.md versions off the .ipynb in `develop`.

* `make all` will execute all .pct.py/.md jupytext notebooks to recreate the .ipynb (this may change the figures in notebooks that haven't had numpy/tensorflow random seeds set yet)

* test_notebooks now runs .pct.py/.md in the CI
1 parent 40b2727
History
Tip revision: 27b07703fdad398c9cf03bdfbf631e80bcfb21f2 authored by st-- on 03 February 2020, 14:00:53 UTC
jupytext for notebooks (#1239)
Tip revision: 27b0770
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 828 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 158 bytes
Makefile -rw-r--r-- 597 bytes
README.md -rw-r--r-- 9.2 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 9 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.3 KB
docs_require.txt -rw-r--r-- 143 bytes
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.2 KB
tests_requirements.txt -rw-r--r-- 219 bytes

README.md

back to top