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
.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