https://github.com/GPflow/GPflow
Revision ba8b7a58bb5f695dc48242a31c949ee23148e555 authored by Alan Saul on 28 January 2019, 14:56:28 UTC, committed by James Hensman on 28 January 2019, 14:56:28 UTC
* Update README to include instructions for local compilation of docs
1 parent 2696407
Raw File
Tip revision: ba8b7a58bb5f695dc48242a31c949ee23148e555 authored by Alan Saul on 28 January 2019, 14:56:28 UTC
Update README to include local compilation of docs (#904)
Tip revision: ba8b7a5
.coveragerc
[report]
omit = *tests*, setup.py
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__.:
    print
back to top