https://github.com/GPflow/GPflow
Revision 359150e453b7b6a4edbc19eacb9cf91161efa008 authored by James Hensman on 25 July 2016, 14:24:23 UTC, committed by James Hensman on 25 July 2016, 14:24:23 UTC
1 parent 9497d34
Raw File
Tip revision: 359150e453b7b6a4edbc19eacb9cf91161efa008 authored by James Hensman on 25 July 2016, 14:24:23 UTC
most of the things to buuld the docs
Tip revision: 359150e
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
back to top