https://github.com/GPflow/GPflow
Revision 3c17a7db209ab862f37c95db95dfb0038a15bd5e authored by st-- on 17 July 2020, 13:13:20 UTC, committed by GitHub on 17 July 2020, 13:13:20 UTC
1 parent 937222e
Raw File
Tip revision: 3c17a7db209ab862f37c95db95dfb0038a15bd5e authored by st-- on 17 July 2020, 13:13:20 UTC
Fix formatting in docs (intro.md) and restore link removed by #1498 (#1520)
Tip revision: 3c17a7d
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top