Repository: climate Updated Branches: refs/heads/master fbe566a48 -> e9128b78d
CLIMATE-760 - Address documentation warnings - Fix config_writer import error - Update table of contents tree Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/e4df874d Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/e4df874d Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/e4df874d Branch: refs/heads/master Commit: e4df874d041b1b0ba26be8ce7fba24d25ee39673 Parents: fbe566a Author: Ibrahim <[email protected]> Authored: Sat Apr 9 22:16:07 2016 +0530 Committer: Ibrahim <[email protected]> Committed: Sat Apr 9 22:16:07 2016 +0530 ---------------------------------------------------------------------- docs/source/conf.py | 2 +- docs/source/config/config_writer.rst | 2 +- docs/source/index.rst | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/e4df874d/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index e362a69..fc9bd8a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -135,7 +135,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +#html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. http://git-wip-us.apache.org/repos/asf/climate/blob/e4df874d/docs/source/config/config_writer.rst ---------------------------------------------------------------------- diff --git a/docs/source/config/config_writer.rst b/docs/source/config/config_writer.rst index eb9bb38..7b81f15 100644 --- a/docs/source/config/config_writer.rst +++ b/docs/source/config/config_writer.rst @@ -1,5 +1,5 @@ Configuration File Writer API ============================= -.. automodule:: configuration_writer +.. automodule:: ocw_config_runner.configuration_writer :members: http://git-wip-us.apache.org/repos/asf/climate/blob/e4df874d/docs/source/index.rst ---------------------------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 2f5bf63..1485385 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,9 +19,13 @@ Contents: ocw/plotter ocw/utils data_source/data_sources - ui-backend/backend.rst + ui-backend/backend config/config_overview - + config/config_writer + config/dataset_information + config/evaluation_settings + config/metrics_information + config/plots_settings Indices and tables ==================
