https://github.com/GPflow/GPflow
Revision 046b107d82c3042727aa7e0e138963200b742e46 authored by Eric Hammy on 13 November 2019, 10:36:58 UTC, committed by Artem Artemev on 13 November 2019, 10:36:58 UTC
The script generate_rst.py creates a folder `gpflow` which contains all
the rst for the autogeneration using sphinx. Also added is type checking
to the documentation and css and logo for the docs.
1 parent 1a38796
Raw File
Tip revision: 046b107d82c3042727aa7e0e138963200b742e46 authored by Eric Hammy on 13 November 2019, 10:36:58 UTC
Create autodocumentation of API for GPFflow. (#1120)
Tip revision: 046b107
.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