CLIMATE-588 - Add utils to Sphinx build
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/33a52ea3 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/33a52ea3 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/33a52ea3 Branch: refs/heads/master Commit: 33a52ea3039ccfbe7a24d74b2f02316d34685c53 Parents: 65db77f Author: Michael Joyce <[email protected]> Authored: Mon Nov 17 12:37:58 2014 -0800 Committer: Michael Joyce <[email protected]> Committed: Mon Nov 17 12:37:58 2014 -0800 ---------------------------------------------------------------------- docs/source/index.rst | 1 + docs/source/ocw/utils.rst | 5 +++++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/33a52ea3/docs/source/index.rst ---------------------------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 52cee23..796e8da 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,6 +17,7 @@ Contents: ocw/evaluation ocw/metrics ocw/plotter + ocw/utils data_source/data_sources ui-backend/backend.rst http://git-wip-us.apache.org/repos/asf/climate/blob/33a52ea3/docs/source/ocw/utils.rst ---------------------------------------------------------------------- diff --git a/docs/source/ocw/utils.rst b/docs/source/ocw/utils.rst new file mode 100644 index 0000000..0dc5354 --- /dev/null +++ b/docs/source/ocw/utils.rst @@ -0,0 +1,5 @@ +Utils Module +************ + +.. automodule:: utils + :members:
