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
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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