https://github.com/GPflow/GPflow
Revision d2ac01f14d067dcc61258c793ce34c2063041af9 authored by st-- on 31 March 2020, 08:23:27 UTC, committed by GitHub on 31 March 2020, 08:23:27 UTC
* clarifying doc generation
* add automodule for module level docstrings
1 parent 72de787
Raw File
Tip revision: d2ac01f14d067dcc61258c793ce34c2063041af9 authored by st-- on 31 March 2020, 08:23:27 UTC
Improve doc generation (#1391)
Tip revision: d2ac01f
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