https://github.com/GPflow/GPflow
Revision 24426b311305f9555a6c238115543dc2b219e586 authored by joelberkeley-pio on 13 February 2020, 11:30:15 UTC, committed by GitHub on 13 February 2020, 11:30:15 UTC
Closes #1039. With this change, all special methods and functions such as __init__ will be included in the Sphinx docs.
1 parent 1164235
Raw File
Tip revision: 24426b311305f9555a6c238115543dc2b219e586 authored by joelberkeley-pio on 13 February 2020, 11:30:15 UTC
include special methods in docs (#1253)
Tip revision: 24426b3
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