https://github.com/GPflow/GPflow
Revision 771de3edeacb5fd37910b3a6431029ea592511b5 authored by st-- on 01 February 2019, 18:20:08 UTC, committed by GitHub on 01 February 2019, 18:20:08 UTC
* minor changes to tips_and_tricks notebook

* add tips_and_tricks to docs

* add doc/README.md
1 parent 765224b
Raw File
Tip revision: 771de3edeacb5fd37910b3a6431029ea592511b5 authored by st-- on 01 February 2019, 18:20:08 UTC
Minor changes to Tips & Tricks notebook (#921)
Tip revision: 771de3e
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top