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