Added dataset_loader.py 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/541dbe53 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/541dbe53 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/541dbe53 Branch: refs/heads/master Commit: 541dbe53fcb4d014161d9a64f7b8f890f3360069 Parents: b56b690 Author: Alex Goodman <ago...@users.noreply.github.com> Authored: Mon Jul 25 16:29:28 2016 -0700 Committer: Alex Goodman <ago...@users.noreply.github.com> Committed: Mon Jul 25 16:29:28 2016 -0700 ---------------------------------------------------------------------- docs/source/index.rst | 2 +- docs/source/ocw/dataset_loader.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/541dbe53/docs/source/index.rst ---------------------------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 1485385..2834ee6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -13,6 +13,7 @@ Contents: ocw/overview ocw/dataset + ocw/dataset_loader ocw/dataset_processor ocw/evaluation ocw/metrics @@ -33,4 +34,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` - http://git-wip-us.apache.org/repos/asf/climate/blob/541dbe53/docs/source/ocw/dataset_loader.rst ---------------------------------------------------------------------- diff --git a/docs/source/ocw/dataset_loader.rst b/docs/source/ocw/dataset_loader.rst new file mode 100644 index 0000000..833b7f9 --- /dev/null +++ b/docs/source/ocw/dataset_loader.rst @@ -0,0 +1,5 @@ +Dataset Loader Module +************** + +.. automodule:: dataset_loader + :members: