Skip to content

Commit

Permalink
Update documentation for Python API. Remove useless steps in doc buil…
Browse files Browse the repository at this point in the history
…d. Update license headers. (#614)

* Update documentation for Python API. Remove useless steps in doc build. Clean up.

* More cleanup

* More cleanup

* Add docstrings to properties

* Update license headers in py api

* Update docs for metrics.py

* Minor typo in return for ce
  • Loading branch information
navdeep-G authored May 23, 2018
1 parent 72859d0 commit 6418696
Show file tree
Hide file tree
Showing 115 changed files with 194 additions and 3,909 deletions.
2 changes: 1 addition & 1 deletion src/interface_py/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
:copyright: 2017 H2O.ai, Inc.
:copyright: 2017-2018 H2O.ai, Inc.
:license: Apache License Version 2.0 (see LICENSE for details)
"""
__all__ = [ "__version__", "__build_info__" ]
Expand Down
2 changes: 1 addition & 1 deletion src/interface_py/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = 'H2O4GPU'
copyright = '2015-2017 H2O.ai'
copyright = '2017-2018 H2O.ai'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
93 changes: 0 additions & 93 deletions src/interface_py/docs/h2o4gpu.cluster.rst

This file was deleted.

86 changes: 0 additions & 86 deletions src/interface_py/docs/h2o4gpu.cluster.tests.rst

This file was deleted.

61 changes: 0 additions & 61 deletions src/interface_py/docs/h2o4gpu.covariance.rst

This file was deleted.

38 changes: 0 additions & 38 deletions src/interface_py/docs/h2o4gpu.covariance.tests.rst

This file was deleted.

37 changes: 0 additions & 37 deletions src/interface_py/docs/h2o4gpu.cross_decomposition.rst

This file was deleted.

22 changes: 0 additions & 22 deletions src/interface_py/docs/h2o4gpu.cross_decomposition.tests.rst

This file was deleted.

Loading

0 comments on commit 6418696

Please sign in to comment.