You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/07/01 16:50:15 UTC

[51/56] [partial] git commit: gh-pages clean up

gh-pages clean up


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/a53e3af5
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/a53e3af5
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/a53e3af5

Branch: refs/heads/gh-pages
Commit: a53e3af52cf67c04e5094d41ddd77de10f99b1e4
Parents: c23f59e
Author: Michael Joyce <jo...@apache.org>
Authored: Tue Jul 1 07:47:57 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Tue Jul 1 07:47:57 2014 -0700

----------------------------------------------------------------------
 .gitignore                                      |     6 -
 CHANGES.txt                                     |   394 -
 DISCLAIMER.txt                                  |    15 -
 KEYS                                            |    73 -
 LICENSE.txt                                     |   218 -
 NOTICE.txt                                      |    10 -
 README.md                                       |    13 -
 doap_CLIMATE.rdf                                |    65 -
 docs/Makefile                                   |   177 -
 docs/make.bat                                   |   242 -
 docs/source/conf.py                             |   271 -
 docs/source/data_source/data_sources.rst        |    17 -
 docs/source/index.rst                           |    29 -
 docs/source/ocw/dataset.rst                     |    12 -
 docs/source/ocw/dataset_processor.rst           |     5 -
 docs/source/ocw/evaluation.rst                  |     5 -
 docs/source/ocw/metrics.rst                     |    22 -
 docs/source/ocw/plotter.rst                     |     5 -
 docs/source/ui-backend/backend.rst              |    80 -
 easy-ocw/install-osx.sh                         |   220 -
 easy-ocw/install-ubuntu-12_04.sh                |   189 -
 easy-ocw/ocw-conda-dependencies.txt             |    22 -
 easy-ocw/ocw-pip-dependencies.txt               |     9 -
 esgf/README                                     |    17 -
 esgf/src/esgf/__init__.py                       |    18 -
 esgf/src/esgf/rcmes/__init__.py                 |    18 -
 esgf/src/esgf/rcmes/constants.py                |    35 -
 esgf/src/esgf/rcmes/download.py                 |    67 -
 esgf/src/esgf/rcmes/logon.py                    |    44 -
 esgf/src/esgf/rcmes/logon2.py                   |    43 -
 esgf/src/esgf/rcmes/main.py                     |   116 -
 esgf/src/esgf/rcmes/search.py                   |    89 -
 examples/knmi_to_cru31_full_bias.py             |   175 -
 examples/simple_model_to_model_bias.py          |   127 -
 examples/simple_model_tstd.py                   |    89 -
 examples/taylor_diagram_example.py              |   115 -
 obs4MIPs/INSTALLATION                           |   275 -
 obs4MIPs/README                                 |    20 -
 obs4MIPs/Tables/CMIP5_3hr                       |   739 -
 obs4MIPs/Tables/CMIP5_3hr_obs                   |   739 -
 obs4MIPs/Tables/CMIP5_6hrLev                    |   589 -
 obs4MIPs/Tables/CMIP5_6hrPlev                   |   239 -
 obs4MIPs/Tables/CMIP5_Amon                      |  2457 --
 obs4MIPs/Tables/CMIP5_Amon_ana                  |  2526 --
 obs4MIPs/Tables/CMIP5_Amon_ana_allLevels        |  2550 --
 obs4MIPs/Tables/CMIP5_Amon_new                  |  2457 --
 obs4MIPs/Tables/CMIP5_Amon_obs                  |  2527 --
 obs4MIPs/Tables/CMIP5_Limon                     |   475 -
 obs4MIPs/Tables/CMIP5_Limon_obs                 |   476 -
 obs4MIPs/Tables/CMIP5_Lmon                      |  1655 --
 obs4MIPs/Tables/CMIP5_Lmon_obs                  |  1702 --
 obs4MIPs/Tables/CMIP5_Oclim                     |  1231 -
 obs4MIPs/Tables/CMIP5_Oimon                     |   985 -
 obs4MIPs/Tables/CMIP5_Omon                      |  4514 ---
 obs4MIPs/Toolbox/CMORresources.py               |   133 -
 obs4MIPs/Toolbox/ESGFresources.py               |   234 -
 obs4MIPs/Toolbox/__init__.py                    |    19 -
 obs4MIPs/examples/ECMWF/ECMWFobs4MIPs.rc        |    45 -
 obs4MIPs/examples/ECMWF/Tables                  |     1 -
 obs4MIPs/examples/ECMWF/Y2013/README            |    49 -
 obs4MIPs/examples/ECMWF/Y2013/verification.py   |    23 -
 .../examples/ECMWF/ecmwf_table_obs4MIPs.xls     |   Bin 10752 -> 0 bytes
 obs4MIPs/examples/TRMM/TRMM.rc                  |    42 -
 obs4MIPs/examples/TRMM/Tables                   |     1 -
 obs4MIPs/examples/TRMM/v7/README                |    12 -
 obs4MIPs/examples/TRMM/v7/TRMM.data             |    12 -
 obs4MIPs/examples/TRMM/v7/TRMM_1998.lst         |    12 -
 obs4MIPs/factory/__init__.py                    |    18 -
 obs4MIPs/factory/equations.py                   |   106 -
 obs4MIPs/factory/formats.py                     |   577 -
 obs4MIPs/obs4MIPs_process.py                    |   480 -
 obs4MIPs/setup.py                               |    30 -
 ocw-cli/ocw_cli.py                              |   846 -
 ocw-ui/backend/__init__.py                      |    18 -
 ocw-ui/backend/bottlemet.py                     |   615 -
 ocw-ui/backend/config.py                        |    26 -
 ocw-ui/backend/directory_helpers.py             |   232 -
 .../backend/local_file_metadata_extractors.py   |   227 -
 ocw-ui/backend/processing.py                    |   736 -
 ocw-ui/backend/rcmed_helpers.py                 |   166 -
 ocw-ui/backend/run_webservices.py               |    80 -
 ocw-ui/backend/tests/__init__.py                |    20 -
 .../backend/tests/example_data/lat_lon_time.nc  |   Bin 6165 -> 0 bytes
 .../tests/example_data/lat_lon_time_invalid.nc  |   Bin 11953 -> 0 bytes
 ocw-ui/backend/tests/test_directory_helpers.py  |   156 -
 .../test_local_file_metadata_extractors.py      |   228 -
 ocw-ui/backend/tests/test_processing.py         |   331 -
 ocw-ui/backend/tests/test_run_webservices.py    |    42 -
 ocw-ui/frontend/app/css/app.css                 |   108 -
 .../app/css/lib/bootstrap-responsive.min.css    |     9 -
 ocw-ui/frontend/app/css/lib/bootstrap.min.css   |     9 -
 .../frontend/app/css/lib/font-awesome.min.css   |   403 -
 ocw-ui/frontend/app/css/lib/timeline.css        |   169 -
 ocw-ui/frontend/app/font/FontAwesome.otf        |   Bin 61896 -> 0 bytes
 .../frontend/app/font/fontawesome-webfont.eot   |   Bin 37405 -> 0 bytes
 .../frontend/app/font/fontawesome-webfont.svg   |   399 -
 .../frontend/app/font/fontawesome-webfont.ttf   |   Bin 79076 -> 0 bytes
 .../frontend/app/font/fontawesome-webfont.woff  |   Bin 43572 -> 0 bytes
 ocw-ui/frontend/app/img/globe.png               |   Bin 25857 -> 0 bytes
 .../app/img/glyphicons-halflings-white.png      |   Bin 8777 -> 0 bytes
 .../frontend/app/img/glyphicons-halflings.png   |   Bin 12799 -> 0 bytes
 ocw-ui/frontend/app/index.html                  |   125 -
 ocw-ui/frontend/app/js/app.js                   |    91 -
 .../app/js/controllers/DatasetDisplayCtrl.js    |    34 -
 .../app/js/controllers/DatasetSelectCtrl.js     |    55 -
 .../app/js/controllers/ObservationSelectCtrl.js |   194 -
 .../app/js/controllers/ParameterSelectCtrl.js   |   296 -
 .../app/js/controllers/RcmedSelectionCtrl.js    |   133 -
 .../frontend/app/js/controllers/ResultCtrl.js   |    38 -
 .../app/js/controllers/ResultDetailCtrl.js      |    38 -
 .../frontend/app/js/controllers/SettingsCtrl.js |    24 -
 .../frontend/app/js/controllers/TimelineCtrl.js |    92 -
 .../frontend/app/js/controllers/WorldMapCtrl.js |    95 -
 .../app/js/directives/BootstrapModal.js         |    71 -
 .../app/js/directives/BootstrapModalOpen.js     |    39 -
 ocw-ui/frontend/app/js/directives/LeafletMap.js |    38 -
 ocw-ui/frontend/app/js/directives/OnBlur.js     |    36 -
 .../js/directives/PredictiveFileBrowserInput.js |   308 -
 ocw-ui/frontend/app/js/directives/PreviewMap.js |    68 -
 ocw-ui/frontend/app/js/directives/Timeline.js   |    44 -
 .../app/js/filters/ISODateToMiddleEndian.js     |    48 -
 .../js/lib/angular-ui/angular-ui-0.4-tpls.js    |     2 -
 .../js/lib/angular-ui/angular-ui-router.min.js  |     7 -
 .../angular-ui/ui-bootstrap-tpls-0.5.0.min.js   |     2 -
 .../app/js/lib/angular/angular-cookies.js       |   183 -
 .../app/js/lib/angular/angular-cookies.min.js   |     7 -
 .../app/js/lib/angular/angular-loader.js        |   276 -
 .../app/js/lib/angular/angular-loader.min.js    |     7 -
 .../app/js/lib/angular/angular-resource.js      |   445 -
 .../app/js/lib/angular/angular-resource.min.js  |    10 -
 .../app/js/lib/angular/angular-sanitize.js      |   535 -
 .../app/js/lib/angular/angular-sanitize.min.js  |    13 -
 ocw-ui/frontend/app/js/lib/angular/angular.js   | 14733 ---------
 .../frontend/app/js/lib/angular/angular.min.js  |   161 -
 ocw-ui/frontend/app/js/lib/angular/version.txt  |     1 -
 .../frontend/app/js/lib/bootstrap/bootstrap.js  |  2276 --
 .../app/js/lib/bootstrap/bootstrap.min.js       |     6 -
 .../frontend/app/js/lib/jquery/jquery-1.10.1.js |  9807 ------
 .../jquery/jquery-ui/datepicker-wrapper/date.js |   125 -
 .../jquery/jquery-ui/jquery-ui-1.10.3.min.js    |    12 -
 .../frontend/app/js/lib/leaflet/leaflet-0.5.js  |     8 -
 .../app/js/lib/timeline/timeline-locales.js     |   101 -
 .../app/js/lib/timeline/timeline-min.js         |   199 -
 ocw-ui/frontend/app/js/lib/timeline/timeline.js |  6381 ----
 .../app/js/services/EvaluationSettings.js       |    47 -
 .../app/js/services/RegionSelectParams.js       |    37 -
 .../js/services/SelectedDatasetInformation.js   |    49 -
 ocw-ui/frontend/app/partials/main.html          |   243 -
 ocw-ui/frontend/app/partials/modelSelect.html   |    86 -
 .../frontend/app/partials/results.detail.html   |    11 -
 ocw-ui/frontend/app/partials/results.html       |    15 -
 ocw-ui/frontend/app/partials/results.list.html  |     3 -
 .../app/partials/selectObservation.html         |    58 -
 ocw-ui/frontend/app/partials/selectRcmed.html   |    44 -
 ocw-ui/frontend/config/karma-e2e.conf.js        |    40 -
 ocw-ui/frontend/config/karma.conf.js            |    48 -
 ocw-ui/frontend/scripts/e2e-test.sh             |    27 -
 ocw-ui/frontend/scripts/test.sh                 |    27 -
 ocw-ui/frontend/scripts/web-server.js           |   313 -
 ocw-ui/frontend/test/e2e/runner.html            |    28 -
 ocw-ui/frontend/test/e2e/scenarios.js           |    63 -
 .../frontend/test/lib/angular/angular-mocks.js  |  1764 --
 .../test/lib/angular/angular-scenario.js        | 26195 -----------------
 ocw-ui/frontend/test/lib/angular/version.txt    |     1 -
 .../unit/controllers/DatasetDisplayCtrlTest.js  |    65 -
 .../unit/controllers/DatasetSelectCtrlTest.js   |    51 -
 .../controllers/ObservationSelectCtrlTest.js    |   151 -
 .../unit/controllers/ParameterSelectCtrlTest.js |   269 -
 .../unit/controllers/RcmedSelectionCtrlTest.js  |   161 -
 .../test/unit/controllers/SettingsCtrlTest.js   |    47 -
 .../test/unit/controllers/WorldMapCtrlTest.js   |    48 -
 .../test/unit/directives/BootstrapModalTest.js  |    41 -
 .../frontend/test/unit/directives/OnBlurTest.js |    42 -
 .../test/unit/directives/PreviewMapTest.js      |    46 -
 .../unit/filters/ISODateToMiddleEndianTest.js   |    67 -
 .../unit/services/EvaluationSettingsTest.js     |    40 -
 .../unit/services/RegionSelectParamsTest.js     |    41 -
 .../services/SelectedDatasetInfomationTest.js   |    90 -
 ocw-vm/Vagrantfile                              |    17 -
 ocw-vm/init-ocw-vm.sh                           |   103 -
 ocw/__init__.py                                 |     0
 ocw/data_source/__init__.py                     |     0
 ocw/data_source/dap.py                          |    76 -
 ocw/data_source/local.py                        |   268 -
 ocw/data_source/rcmed.py                        |   349 -
 ocw/dataset.py                                  |   344 -
 ocw/dataset_processor.py                        |   810 -
 ocw/evaluation.py                               |   318 -
 ocw/metrics.py                                  |   253 -
 ocw/plotter.py                                  |   819 -
 ocw/tests/__init__.py                           |     0
 ocw/tests/parameter_dataset_text.txt            | 16812 -----------
 ocw/tests/parameters_metadata_output.p          |  1979 --
 ocw/tests/parameters_metadata_text.txt          |     1 -
 ocw/tests/parameters_values.p                   |    44 -
 ocw/tests/test_dap.py                           |    45 -
 ocw/tests/test_dataset.py                       |   206 -
 ocw/tests/test_dataset_processor.py             |   405 -
 ocw/tests/test_evaluation.py                    |   129 -
 ocw/tests/test_local.py                         |   185 -
 ocw/tests/test_metrics.py                       |   172 -
 ocw/tests/test_plotter.py                       |    26 -
 ocw/tests/test_rcmed.py                         |   107 -
 ocw/tests/test_utils.py                         |   200 -
 ocw/utils.py                                    |   313 -
 rcmet/LICENSE.txt                               |   218 -
 rcmet/src/main/python/bin/rcmet.py              |   265 -
 .../docs/Bottle Web Service Documentation.docx  |   Bin 179630 -> 0 bytes
 rcmet/src/main/python/docs/Makefile             |   153 -
 .../main/python/docs/RCMET_documentation.docx   |   Bin 190254 -> 0 bytes
 rcmet/src/main/python/docs/conf.py              |   260 -
 rcmet/src/main/python/docs/index.rst            |    22 -
 rcmet/src/main/python/docs/make.bat             |   190 -
 rcmet/src/main/python/docs/rcmes.cli.rst        |    19 -
 rcmet/src/main/python/docs/rcmes.rst            |    22 -
 rcmet/src/main/python/docs/rcmes.services.rst   |    51 -
 rcmet/src/main/python/docs/rcmes.storage.rst    |    27 -
 rcmet/src/main/python/docs/rcmes.toolkit.rst    |    27 -
 rcmet/src/main/python/docs/rcmes.utils.rst      |    19 -
 rcmet/src/main/python/rcmes/README              |     8 -
 rcmet/src/main/python/rcmes/__init__.py         |    19 -
 rcmet/src/main/python/rcmes/classes.py          |   229 -
 rcmet/src/main/python/rcmes/cli/__init__.py     |    27 -
 .../python/rcmes/cli/do_rcmes_processing_sub.py |   734 -
 .../main/python/rcmes/cli/rcmet20_cordexAF.py   |   996 -
 rcmet/src/main/python/rcmes/cli/rcmet_ui.py     |   112 -
 .../main/python/rcmes/resources/cordexAF.cfg    |    30 -
 .../python/rcmes/resources/cordexSubRegions.txt |    25 -
 .../resources/watersheds/CAwsdCU_wgt_ep36_d01   |   189 -
 .../resources/watersheds/CAwsdCU_wgt_ep36_d02   |  1248 -
 .../resources/watersheds/CAwsdDWR_wgt_ep36_d01  |   341 -
 .../resources/watersheds/CAwsdDWR_wgt_ep36_d02  |  1364 -
 .../rcmes/resources/watersheds/shasta_d02.txt   |   276 -
 rcmet/src/main/python/rcmes/storage/__init__.py |    18 -
 rcmet/src/main/python/rcmes/storage/db.py       |   359 -
 rcmet/src/main/python/rcmes/storage/files.py    |   783 -
 rcmet/src/main/python/rcmes/storage/rcmed.py    |   129 -
 rcmet/src/main/python/rcmes/toolkit/__init__.py |    18 -
 .../main/python/rcmes/toolkit/do_data_prep.py   |   366 -
 rcmet/src/main/python/rcmes/toolkit/metrics.py  |  1080 -
 .../main/python/rcmes/toolkit/metrics_kyo.py    |   718 -
 rcmet/src/main/python/rcmes/toolkit/plots.py    |   226 -
 rcmet/src/main/python/rcmes/toolkit/process.py  |  1007 -
 .../src/main/python/rcmes/toolkit/visualize.py  |    17 -
 rcmet/src/main/python/rcmes/utils/__init__.py   |    20 -
 .../src/main/python/rcmes/utils/fortranfile.py  |   274 -
 rcmet/src/main/python/rcmes/utils/misc.py       |  1413 -
 rcmet/src/main/python/rcmes/utils/taylor.py     |   126 -
 .../tests/files/missingSubRegionParam.cfg       |     3 -
 .../tests/files/validSubRegionConfigFile.cfg    |     3 -
 .../main/python/tests/files/validSubRegions.cfg |     7 -
 rcmet/src/main/python/tests/test_files.py       |    87 -
 rcmet/src/main/python/tests/test_metrics.py     |    52 -
 rcmet/src/main/python/tests/test_misc.py        |    74 -
 rcmet/src/main/python/tests/test_process.py     |    44 -
 rcmet/src/main/resources/PyLintREADME.txt       |    26 -
 rcmet/src/main/resources/pyLintRcFile.txt       |   249 -
 rcmet/src/main/resources/rcmet_use_case.txt     |    57 -
 setup.py                                        |    29 -
 259 files changed, 141281 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index e836069..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-.DS_Store
-*.pyc
-.vagrant
-/docs/build
-install_log
-.coverage

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
deleted file mode 100644
index 7ea09b2..0000000
--- a/CHANGES.txt
+++ /dev/null
@@ -1,394 +0,0 @@
-Apache Open Climate Workbench Change Log
-============================================
-
-
-
-Release Notes - Apache Open Climate Workbench - Version 0.3-incubating
-
-** Sub-task
-    * [CLIMATE-190] - test_local.py
-    * [CLIMATE-227] - OCW rcmed.py code
-    * [CLIMATE-228] - test_rcmed.py
-    * [CLIMATE-235] - Migrate Temporal Binning Functionality to dataset_processor module
-    * [CLIMATE-236] - Add Dataset Ensemble Support to the ocw.dataset_processor module
-    * [CLIMATE-237] - Add Subset Generation function to dataset_processor module
-    * [CLIMATE-263] - Create local netCDF to local netCDF Evaluation Example using OCW Core API
-    * [CLIMATE-264] - Local NetCDF File to RCMED Evaluation (temporal and spatial regridding of data)
-    * [CLIMATE-266] - local.py and associated tests import code one level below the ocw folder
-    * [CLIMATE-268] - local.py returns a Dataset Object with a 4-D Array for the Dataset.values
-    * [CLIMATE-280] - Add OnBlur directive tests
-    * [CLIMATE-281] - Evaluation Class methods need 'self' added to them
-    * [CLIMATE-285] - Create UnaryMetric base class
-    * [CLIMATE-286] - Create BinaryMetric base class
-    * [CLIMATE-287] - Remove Metric Base Class
-    * [CLIMATE-289] - Update Bias to use BinaryMetric
-    * [CLIMATE-290] - Update TemporalStdDev to use UnaryMetric
-    * [CLIMATE-291] - Update Metric handling in Evaluation
-    * [CLIMATE-294] - Move existing normalization code over from RCMES toolkit
-    * [CLIMATE-307] - Update OCW example runs to pull NC files from external source
-
-** Bug
-    * [CLIMATE-19] - Easy-RCMET fails on on copying py modules
-    * [CLIMATE-225] - Add subplot functionality to draw_taylor_diagram
-    * [CLIMATE-233] - Update UI to allow user to select file for subregions
-    * [CLIMATE-240] - PredictiveFileBrowserInput doesn't update ng-model when user selects autocomplete option
-    * [CLIMATE-250] - Variable Name error means 'ENS-MODEL' is not a choice within the rcmet/cli code
-    * [CLIMATE-251] - Fix dataset selector pop up
-    * [CLIMATE-252] - Redirect user to correct result page
-    * [CLIMATE-253] - Easy_OCW tells the user to source an incorrect file
-    * [CLIMATE-254] - Add Subregion Object to OCW
-    * [CLIMATE-260] - decode_model_times chokes if time representation contains .0 after seconds
-    * [CLIMATE-267] - Dataset doesn't validate input parameters on init
-    * [CLIMATE-269] - Evaluation improperly imports other ocw package modules
-    * [CLIMATE-272] - Local Cache in RCMES doesn't work properly
-    * [CLIMATE-273] - test_local uses invalid import for data_source.local
-    * [CLIMATE-275] - Timeline is not working with the new UI routing
-    * [CLIMATE-277] - service '/static/evalResults/' should take a path 
-    * [CLIMATE-278] - clean up UI 
-    * [CLIMATE-283] - data_source.rcmed module doesn't properly mask data from the database
-    * [CLIMATE-292] - Subregion Evaluation encloses results in an extra list
-    * [CLIMATE-293] - Dataset processor needs to handle normalizing Dataset time values
-    * [CLIMATE-299] - test_rcmed breaks if run outside of the tests directory
-    * [CLIMATE-308] - test_local depends on NetCDF file in examples folder
-
-** Improvement
-    * [CLIMATE-12] - Update map drawing routine to draw dataset's actual bounds
-    * [CLIMATE-31] - New RCMES Command line interface 
-    * [CLIMATE-113] - Improve unit test coverage
-    * [CLIMATE-149] - Update unit tests for directives
-    * [CLIMATE-152] - New UI layout
-    * [CLIMATE-214] - Add evaluation.py to OCW
-    * [CLIMATE-238] - Allow users to set strings for colormaps in plotting functions
-    * [CLIMATE-245] - Service to return list of images 
-    * [CLIMATE-247] - Make the AngularJS UI easily skinnable
-    * [CLIMATE-255] - Use Bounds object in dataset_processor.subset
-    * [CLIMATE-256] - Use Bounds object in Evaluation
-    * [CLIMATE-257] - Add Property for Evaluation.ref_dataset
-    * [CLIMATE-258] - Improve Evaluation documentation
-    * [CLIMATE-274] - Make the exception that the Dataset class throws more descriptive
-    * [CLIMATE-276] - Refactor the dataset_processor.py code to no depend on toolkit.process
-    * [CLIMATE-279] - rcmed.py returns a Dataset Object with a 4-D Array for the Dataset.values 
-    * [CLIMATE-282] - Merge changes from CLIMATE-259 (RefactorPlots branch) into trunk
-    * [CLIMATE-284] - Create separate Base Classes for metric.py
-    * [CLIMATE-288] - Use parameter_id instead of logname to select observation in knmi_to_cru31_full_bias.py
-    * [CLIMATE-295] - Change loggers so they don't use the root logger
-    * [CLIMATE-296] - Log exception raises in dataset module
-    * [CLIMATE-297] - test_local breaks if run outside of the tests directory
-    * [CLIMATE-300] - Setup packaging
-    * [CLIMATE-306] - Remove large OCW example NetCDF files
-
-** New Feature
-    * [CLIMATE-215] - Create new Plotter class for OCW refactoring
-    * [CLIMATE-224] - Update the OCW UI with the AngularUI UI-Router
-    * [CLIMATE-242] - Update run_rcmes_processing to support history
-    * [CLIMATE-243] - Add capability to return a list of evaluation directories 
-    * [CLIMATE-244] - Service to return list of images
-    * [CLIMATE-249] - Add results/history page
-
-** Task
-    * [CLIMATE-20] - Easy-RCMET install requests JPL username / password for software dist
-    * [CLIMATE-136] - Remove RCMET references from Easy-RCMET
-    * [CLIMATE-213] - Create the dataset_processor.py module within the ocw folder
-    * [CLIMATE-217] - Add metrics.py for OCW refactoring
-    * [CLIMATE-218] - Update metric handling in Evaluation to coincide with new Metric definition
-    * [CLIMATE-219] - Add name attribute to Dataset
-    * [CLIMATE-239] - Remove Plotter class from plotter.py
-    * [CLIMATE-301] - Fix licenses in obs4MIPs code
-    * [CLIMATE-302] - Move obs4MIPs copyright headers
-    * [CLIMATE-303] - Integrate obs4MIPs into OCW
-    * [CLIMATE-304] - Add obs4MIPs JIRA component
-    * [CLIMATE-305] - Update obs4MIPs setup.py with OCW related information
-** Test
-    * [CLIMATE-220] - implement unit tests for plotter.py
-
-
-
-Release Notes - Apache Open Climate Workbench - Version 0.2-incubating
-
-** Sub-task
-    * [CLIMATE-139] - OCW dataset.py code
-    * [CLIMATE-142] - OCW local.py code
-    * [CLIMATE-185] - test_dataset.py
-
-** Bug
-    * [CLIMATE-140] - creating new "ocw"  directory in trunk
-    * [CLIMATE-189] - PreviewMap directive assigns incorrect color to maps
-    * [CLIMATE-191] - getResultDirInfo returns improper options
-    * [CLIMATE-199] - Globe image import breaks on deploy
-    * [CLIMATE-200] - Result.html needs to include angular-ui
-    * [CLIMATE-201] - LeafletMap overlays aren't duplicated when the user scrolls the map
-    * [CLIMATE-202] - Leaflet overlays aren't duplicated when user scrolls PreviewMaps
-    * [CLIMATE-204] - Remove overlay display in the World Map
-    * [CLIMATE-221] - checkLatLon in files.py doesn't work if lons are in the domain (180, 360)
-    * [CLIMATE-226] - radmax parameter in __init__ is broken in utils.taylor.TaylorDiagram
-    * [CLIMATE-229] - Formatting issue for monthly time series plots
-    * [CLIMATE-232] - evaluation does not redirect to correct path
-
-** Improvement
-    * [CLIMATE-182] - Remove gray-ing of buttons in modal headers/footers
-    * [CLIMATE-183] - Remove scrolling capability from timeline
-    * [CLIMATE-184] - Add directive for adding thumbnail maps to dataset
-    * [CLIMATE-187] - Add thumbnail map to dataset display
-    * [CLIMATE-188] - Draw overlap border and user selected region on map
-    * [CLIMATE-193] - Don't display dataset preview map when dataset is global
-    * [CLIMATE-194] - Uncompiled Angular templating code is briefly present when page loads
-    * [CLIMATE-195] - Timeline doesn't redraw when the window is resized
-    * [CLIMATE-196] - "Powered by Leaflet" attribute on main map overlaps jQuery datepicker
-    * [CLIMATE-197] - Add Angular-UI
-    * [CLIMATE-198] - Add tooltips to UI buttons
-    * [CLIMATE-205] - Improve user selected region display
-    * [CLIMATE-206] - Add tooltip to dataset remove button
-    * [CLIMATE-207] - Add background to settings modal
-    * [CLIMATE-208] - Remove overlay color box from Dataset Display
-    * [CLIMATE-209] - Set all PreviewMap overlays to the same color
-    * [CLIMATE-210] - Move dataset re-grid option to Settings modal
-    * [CLIMATE-211] - Clean up dataset display
-    * [CLIMATE-222] - Update PredictiveFileBrowserInput.js to handle more then one case
-    * [CLIMATE-223] - Update result.html to follow index.html style
-    * [CLIMATE-234] - Make plotting functions consisted with new API documentation
-
-** New Feature
-    * [CLIMATE-128] - Adding Taylor Diagram support to plots
-    * [CLIMATE-192] - creating new 'tests' directory under /trunk/ocw 
-    * [CLIMATE-216] - Add new plotting functions to repository
-    * [CLIMATE-231] - Add ability for plotter to process generic plotting functions
-
-
-Release Notes - Apache Open Climate Workbench - Version 0.1-incubating
-
-** Sub-task
-    * [CLIMATE-11] - Move region-select parameters to a service
-    * [CLIMATE-35] - Update dataset additions to include new display attribute
-    * [CLIMATE-36] - Add checkbox to dataset display panels for toggling display attribute state
-    * [CLIMATE-37] - Update map drawing routine to make drawing dataset overlays optional
-    * [CLIMATE-40] - Add new re-gridding field when adding a dataset using the selectedDatasetInformation service
-    * [CLIMATE-41] - Add re-gridding logic to the DatasetDisplayCtrl
-    * [CLIMATE-42] - Add sliders for selecting lat/lon degree steps
-    * [CLIMATE-46] - Add temporal re-grid to evaluation settings modal
-    * [CLIMATE-48] - Update runEvaluation to use temporal re-grid option
-    * [CLIMATE-57] - Add service for sharing evaluation settings
-    * [CLIMATE-59] - Add modal for evaluation settings
-    * [CLIMATE-60] - Add and wire-in SettingsCtrl
-    * [CLIMATE-61] - Use new evaluation settings in runEvaluation
-    * [CLIMATE-62] - Add checkbox for selecting re-grid options
-    * [CLIMATE-63] - Add jQuery UI
-    * [CLIMATE-65] - Add temporal regridding options to evaluationSettings service
-    * [CLIMATE-69] - Add AngularUI date directive support
-    * [CLIMATE-70] - Add new start and end datepickers
-    * [CLIMATE-76] - Add parameter checks when user adjusts values in ParameterSelectCtrl
-    * [CLIMATE-78] - WorldMapCtrl should allow for overlay redraw to be triggered via an event
-    * [CLIMATE-80] - Trigger redraw of map overlays when user is finished typing.
-    * [CLIMATE-81] - Don't watch region parameter changes to trigger map redraws
-    * [CLIMATE-83] - Change ParameterSelectCtrl layout
-    * [CLIMATE-84] - Hide UI control buttons instead of disabling them
-    * [CLIMATE-85] - Evaluation button doesn't display properly when running an evaluation
-    * [CLIMATE-94] - Move services in app.js to services.js
-    * [CLIMATE-95] - Split up controllers.js
-    * [CLIMATE-96] - Split up directives.js
-    * [CLIMATE-98] - Remove filters.js
-    * [CLIMATE-99] - Split up services.js
-    * [CLIMATE-102] - Move services over to separate module
-    * [CLIMATE-103] - Move directives over to a separate module
-    * [CLIMATE-104] - Move controllers over to new module
-    * [CLIMATE-109] - Get rid of useless boilerplate files
-    * [CLIMATE-115] - Remove controllersSpec.js
-    * [CLIMATE-116] - Add tests for ParameterSelectCtrl
-    * [CLIMATE-120] - Make run/rcmes endpoint JSONP compatible
-    * [CLIMATE-121] - Add tests for SettingsCtrl
-    * [CLIMATE-122] - Add tests for DatasetDisplayCtrl
-    * [CLIMATE-123] - Add tests for RcmedSelectionCtrl
-    * [CLIMATE-130] - Add tests for ObservationSelectCtrl
-    * [CLIMATE-131] - Add tests for WorldMapCtrl
-    * [CLIMATE-133] - Remove unneeded timeline files
-    * [CLIMATE-134] - Move timeline css file into appropriate lib folder
-    * [CLIMATE-145] - Remove serviceSpec.js
-    * [CLIMATE-146] - Add tests for EvaluationSettings service
-    * [CLIMATE-147] - Add tests for RegionSelectParams service
-    * [CLIMATE-148] - Add tests for SelectedDatasetInformation
-    * [CLIMATE-150] - Remove directivesSpec.js
-    * [CLIMATE-151] - Update BootstrapModal directive tests
-    * [CLIMATE-154] - Remove filtersSpec.js
-    * [CLIMATE-172] - Display evaluation results in a separate view
-    * [CLIMATE-173] - Add service to return list of figures in work directory
-
-** Bug
-    * [CLIMATE-1] - Replace longName with longname to match the new JPL Webservice
-    * [CLIMATE-5] - misc.py tried to import SubRegion when rcmet.py already has
-    * [CLIMATE-14] - directory_helpers.py should prevent users from accessing arbitrary directories
-    * [CLIMATE-18] - Easy-RCMET installs incorrect binary versions
-    * [CLIMATE-21] - RCMES UI is unable to communicate with backend properly when directory access is limited
-    * [CLIMATE-25] - bootstrap-modal keyboard escape doesn't work when an element isn't in focus
-    * [CLIMATE-51] - Add style guide and information for new users
-    * [CLIMATE-52] - Disable Parameter input boxes when the user hasn't selected a valid number of datasets
-    * [CLIMATE-53] - db.extractData function should not change dir
-    * [CLIMATE-58] - bootstrapModalOpen directive doesn't handle attributes correctly
-    * [CLIMATE-64] - User is unable to uncheck regrid box
-    * [CLIMATE-71] - Adding model dataset doesn't handle time values correctly
-    * [CLIMATE-77] - User selected region is redrawn as the user types
-    * [CLIMATE-79] - regionParameter changes cause a race condition when drawing map overlays
-    * [CLIMATE-82] - checkParameters doesn't properly handle value comparisons
-    * [CLIMATE-86] - Website - Update the Wiki link under Documentation 
-    * [CLIMATE-87] - Easy-RCMET pulls repo from JPL instead of ASF
-    * [CLIMATE-106] - requests module not installed by easy_rcmet
-    * [CLIMATE-110] - Pull the 'raw_input' functions out of the metrics.calcPdf function
-    * [CLIMATE-111] - Switch tests over to Karma
-    * [CLIMATE-112] - Unit tests no longer work
-    * [CLIMATE-118] - Update ParameterSelectCtrl datasets $watch to prevent call to undefined variable
-    * [CLIMATE-126] - deprecated function is used in process.py
-    * [CLIMATE-135] - zlib not installed to /usr/local
-    * [CLIMATE-138] - calc_bias is undefined in metrics
-    * [CLIMATE-141] - matplotlib is not imported in plots
-    * [CLIMATE-158] - Basemap.cm is imported incorrectly in do_rcmes_processing_sub.py
-    * [CLIMATE-159] - do_rcmes_procressing_sub breaks when graphing
-    * [CLIMATE-167] - NetCDF4 change breaks list_vars service
-    * [CLIMATE-168] - Refactored Functions in metrics.py return a different number of variables
-    * [CLIMATE-169] - critical bugs in metrics.py and plots.py
-    * [CLIMATE-170] - VM image does not work on AMD CPU based PC
-    * [CLIMATE-175] - WorldMapCtrlTest is broken after addition of zooming map
-    * [CLIMATE-177] - Update misc.select_metrics function to prevent user selection of incomplete metrics
-    * [CLIMATE-181] - Timeline options don't work
-    * [CLIMATE-186] - RCMES cannot handle NCEP reanalysis and GCM data 
-
-** Documentation
-    * [CLIMATE-157] - Replace PYTHON_PATH with PYTHONPATH in Easy-RCMET docs
-
-** Improvement
-    * [CLIMATE-9] - Move rootScope datasets object over to a service
-    * [CLIMATE-10] - Move map-specific code to WorldMapCtrl
-    * [CLIMATE-13] - Parameter selection in selectObservation.html needs to use proper databinding.
-    * [CLIMATE-15] - Show upload confirmation when user submits local file to UI.
-    * [CLIMATE-16] - Provide feedback when a dataset is submitted by the user
-    * [CLIMATE-17] - Update bootstrap-modal directive to allow for animated open/closing
-    * [CLIMATE-23] - bootstrap-modal and bootstrap-modal-open need refactored
-    * [CLIMATE-24] - Mouse scroll needs to be disabled on the UI map
-    * [CLIMATE-26] - Display the number of datasets currently queued for evaluation when the user is selecting datasets.
-    * [CLIMATE-27] - Filter out invalid variable options in selectObservation
-    * [CLIMATE-28] - Adjust how variable selection drop down boxes are displayed to the user depending on number of options
-    * [CLIMATE-29] - Provide reasonable default options for drop downs to user when pulling datasets from RCMED
-    * [CLIMATE-32] - Factor out host component of URLs for backend calls 
-    * [CLIMATE-55] - Updating any modules using PyNgl and PyNio
-    * [CLIMATE-66] - Clean up ParameterSelectCtrl
-    * [CLIMATE-68] - Switch Start and End field over to jQuery UI DatePicker
-    * [CLIMATE-72] - Adjust input parameter boxes display properties
-    * [CLIMATE-73] - Remove Update button from ParameterSelectCtrl
-    * [CLIMATE-74] - Add on-blur directive
-    * [CLIMATE-75] - Parameter select input boxes need to reject invalid input
-    * [CLIMATE-88] - Performance improvements for metrics.py
-    * [CLIMATE-92] - Overhaul to plots.py
-    * [CLIMATE-93] - Split up UI files for a more manageable code base
-    * [CLIMATE-97] - Rename Leaflet Map directive
-    * [CLIMATE-100] - Clean up JavaScript folder and imports
-    * [CLIMATE-101] - Define controllers, directives, and services under separate modules
-    * [CLIMATE-105] - Remove RCMES references in UI code
-    * [CLIMATE-107] - All source files need ASF licence text
-    * [CLIMATE-114] - Update unit tests for controllers
-    * [CLIMATE-117] - updates to regridding
-    * [CLIMATE-119] - Make ParameterSelectCtrl runEvaluation use Angular HTTP instead of jQuery
-    * [CLIMATE-124] - Define RcmedSelectionCtrl.getObservations on scope instead of locally
-    * [CLIMATE-125] - Define RcmedSelectionCtrl.getObservationTimeRange on scope
-    * [CLIMATE-132] - Move JavaScript libs into appropriate folder
-    * [CLIMATE-144] - Update unit tests for services
-    * [CLIMATE-153] - Add filter for converting ISO dates to US dates
-    * [CLIMATE-174] - Map should zoom to the overlap region of selected datasets
-    * [CLIMATE-176] - Fix WorldMapCtrl indentation
-    * [CLIMATE-178] - Fix TimelineCtrl indentation
-    * [CLIMATE-180] - Timeline changes for new UI design
-    * [CLIMATE-203] - Deprecate read_lolaT_from_file() in files.py
-    * [CLIMATE-222] - Update PredictiveFileBrowserInput.js to handle more then one case
-	* [CLIMATE-223] - Update results.html to follow index.html style 
-
-** New Feature
-    * [CLIMATE-33] - Add modal for metric selection
-    * [CLIMATE-34] - Add ability to toggle dataset overlays
-    * [CLIMATE-45] - Add ability for user to select temporal re-gridding options
-    * [CLIMATE-67] - Add functionality to ingest locally stored hourly infrared temperature satellite data
-    * [CLIMATE-89] - Implement a timeline widget 
-
-** Task
-    * [CLIMATE-3] - Purge Unnecessary JPL Internal Development Files/Folders
-    * [CLIMATE-4] - Push latest code changes from JPL svn to Apache
-    * [CLIMATE-6] - Add the Interactive Mode back into rcmet.py
-    * [CLIMATE-108] - Clean up UI CSS files
-    * [CLIMATE-129] - Create a KEYS files for GPG Code Signatures in trunk
-    * [CLIMATE-155] - Update FontAwesome
-
-
-Regional Climate Model Evaluation System
-JIRA located here: https://oodt.jpl.nasa.gov/jira/browse/RCMES
-
-
-Release Notes - RCMES Project - Version 1.1.0 - 08/09/2012
-
-** The project has been renamed from Water Resource Management to Regional Climate Model Evaluation System
-
-
-** Bug
-    * [RCMES-59] - Drop Down Menu Lists are Broken @ http://rcmes.jpl.nasa.gov/
-	* [RCMES-58] - set group ownership to 'daemon' for rcmes puny content
- 	* [RCMES-46] - wrm_merra_slp - Database is being written to extremely slowly
- 	* [RCMES-10] - Fix the MySQL/PHP Timeout for Database Query Web Service
- 	* [RCMES-8] - AIRSL3NetCDF extractor should not extract 'data points' for parameter definitions
- 	* [RCMES-7] - Granule Segments coming into the Catalog are being counted as new Granules
- 	* [RCMES-6] - Update the Query API page to include datasetId
- 	* [RCMES-4] - Catalog needs to insert the variable name into shortName instead of longName (parameter TABLE)
- 	* [RCMES-3] - Granule Segments coming into the Catalog are being counted as new Datasets
- 	* [RCMES-1] - ISO timestamp support in WRM means we need to change the TYPE of all time columns to VARCHAR20
-
-
-** Improvement
-    * [RCMES-42] - Rebrand SVN home for RCMES away from WRM
-    * [RCMES-38] - Deploy RCMED under new URL
-    * [RCMES-37] - Get PAR for RCMES
-    * [RCMES-34] - Move mailing lists from wrm-general, wrm-dev, wrm-commits to rcmes-general, rcmes-dev and rcmes-commits
-    * [RCMES-32] - Deploy RCMES main portal
-    * [RCMES-31] - Drop un-used Tables from WRM_PROD database
- 
- 
- ** New Feature
-    * [RCMES-13] - Create a met extractor for AIRS NetCDF files
-    * [RCMES-12] - Python Query API for controlled access to the WRM infrastructure via Python scripts
-
-
-** Task
- 	* [RCMES-49] - 17 more Databases Needed for the RCMED
- 	* [RCMES-48] - Create 10 more Databases
- 	* [RCMES-44] - Create A set of Databases for the MERRA dataset
- 	* [RCMES-28] - Schema and supporting doc. checked into SVN
- 	* [RCMES-26] - File Manager Policy checked into SVN
- 	* [RCMES-24] - Each Parameter needs a TIMESTEP Metadata Key with a single value from a restricted list.
- 	* [RCMES-20] - Update - Python GRIB Extractor to read all variables in a file
- 	* [RCMES-18] - Enable GRIB Extractor to take in Command Line Arguments
- 	* [RCMES-17] - Set up basic website that provides information about the contents of the WRM databse
- 	* [RCMES-16] - Develop metadata extractor for sample data
-
-
-WRM Regional Climate Model Evaluation Database
-JIRA located here:  http://oodt.jpl.nasa.gov/jira/browse/WRM
-
-
-Release Notes - Water Resource Management Infrastructure - Version 1.0.0 - 09/24/2010
-
-
-** Bug
-    * [WRM-9] - AIRSL3NetCDF extractor should not extract 'data points' for parameter definitions
-    * [WRM-13] - Granule Segments coming into the Catalog are being counted as new Granules
-    * [WRM-14] - Granule Segments coming into the Catalog are being counted as new Datasets
-    * [WRM-15] - ISO timestamp support in WRM means we need to change the TYPE of all time columns to VARCHAR20
-    * [WRM-16] - Catalog needs to insert the variable name into shortName instead of longName (parameter TABLE)
-
-
-** New Feature
-    * [WRM-8] - Create a met extractor for AIRS NetCDF files
-    * [WRM-10] - Python Query API for controlled access to the WRM infrastructure via Python scripts
-
-** Task
-    * [WRM-1] - File Manager Policy checked into SVN
-    * [WRM-2] - Schema and supporting doc. checked into SVN
-    * [WRM-3] - Develop metadata extractor for sample data
-    * [WRM-4] - Develop a config script for running the ExternMetExtractor
-    * [WRM-5] - Create JIRA Components to represent the different aspects of the WRM project
-    * [WRM-6] - Create a development structure in SVN that reflects all aspects of project effort
-    * [WRM-7] - Create a deployment process that makes it easy to quickly build a working production environment
-    * [WRM-12] - Enable GRIB Extractor to take in Command Line Arguments
-    * [WRM-17] - Set up basic website that provides information about the contents of the WRM databse
-

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/DISCLAIMER.txt
----------------------------------------------------------------------
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
deleted file mode 100644
index 048aaef..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Open Climate Workbench is an effort undergoing incubation at the Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness or
-stability of the code, it does indicate that the project has yet to be fully
-endorsed by the ASF.
-
-For more information about the incubation status of the Open Climate Workbench
-project you can go to the following page:
-
-http://incubator.apache.org/projects/climate.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/KEYS
----------------------------------------------------------------------
diff --git a/KEYS b/KEYS
deleted file mode 100644
index ca959bb..0000000
--- a/KEYS
+++ /dev/null
@@ -1,73 +0,0 @@
-This file contains the PGP keys of various developers.
-Please don't use them for email unless you have to. Their main
-purpose is code signing.
-
-Users:
-    pgp < KEYS
-    gpg --import KEYS
-
-Developers: 
-    pgp -kxa <your name>   # and append to KEYS (this file)
-    (pgpk -ll <your name> && pgpk -xa <your name>) >> KEYS
-    (gpg --list-sigs <your name> && gpg --armor --export <your name>) >> KEYS
-
-----
-
-pub   4096R/58EBE86D 2013-06-20
-uid                  Cameron Goodale (FOR CODE SIGNING) <go...@apache.org>
-sig 3        58EBE86D 2013-06-20  Cameron Goodale (FOR CODE SIGNING) <go...@apache.org>
-sub   4096R/FB716202 2013-06-20
-sig          58EBE86D 2013-06-20  Cameron Goodale (FOR CODE SIGNING) <go...@apache.org>
-
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1.4.13 (Darwin)
-
-mQINBFHDQ6QBEACthvBBgGM2CZCwPRxjozJCI/rtD8iH82tKZtcOrINU1UaVmp+S
-pdp9wyZfVBcAgrASJnsYx3pJxc68XfKNJ/bL8h8HhwfADIl4QKofvEqbFgag0xKs
-Ayj731/URIxpgNImtnx+P7+LvfWP0L174zeqSdptUBGBGaDfgHOp+hfeEqZA1MLN
-VhyuOG4/kocUtH4YGVx7lIPdnUGxOkaaNife6xPx+ikFd8UwNVmRNw8Qy9iWroB5
-2z8J4t04u8vgDYOyLmmj/GGQlFtrEan3ywu409FDe4a58oH8/LUYX5uInBMMeFYy
-N7o8qgicanLYNoEZBS9nkAFwoDakBgXAwMqDMbPPDPagVT1eYNmuGrIJiVsuNIgQ
-zWPIzwz4NgaaJ63PoLT3iQNpaiqFdEp8itHsD6lSBWr4gl4ycLdx5Ce6kOkHDhKC
-WPef0QMbssagyO4EKM6GDlUK/uUdjdvYsMKTNX+GWbWy9ycdNKmWCT1cubIlRzTK
-t1U/VsEeU9Izp52wKJ1CW3rB6D3H5EQ00j1ayBIGj42wJWXATSJDhYjF3oIAcdOp
-U75GiM8Y8AmJ1ZMz9bM7UM0fDi0NR5sINJLjcRPSdU2wvqFq/6wANnDoE+5xx4PG
-IblEvP+vL6txh37alEPSNZKu9ymyKjz0RwpltSn//ThLH+D4dvj1OU0RpQARAQAB
-tDdDYW1lcm9uIEdvb2RhbGUgKEZPUiBDT0RFIFNJR05JTkcpIDxnb29kYWxlQGFw
-YWNoZS5vcmc+iQI3BBMBAgAhAhsDAh4BAheABQJRw0cXBQsJCAcDBRUKCQgLBRYC
-AwEAAAoJECf7sFdY6+htFoQP/279i2QOjsUSr/l/AgHwyu/NIOZD6S2l3AIN8mhu
-sx4a7WFSa2SdYkLS1jY+donupGF5ohHS11xWNJZ5HWzbikE1W/U4y2miJPN8dIJX
-BK9UWbFtzxZbjJ8TYz8ryjCseSfdRDK72MDXUGPwJ9Xw4jvQLfoaHIoX6t31QNLq
-fPXBzsQabb4zSGVFn6ot7Ftrs1lps+vIt37CwEBw8MVSM+Rlj/rXCGp1xZSzDIT7
-Do83qlysSShWOD3pdXf3qVxcnbg0x4H0QDLwjKb4kH08EEP0O9bcXa+q2zGe8g3M
-JatMvEmRTKVX/OCBmNCtp7KVB2hFCwFjKaTqgC/9aS7Sfdq7xUK9/Hmv4EzESxaP
-RC8/EJtVDBzz5ShDLKWXLRCpdZozQzL7YIh+HJGpQbV3KlIAIubOHMm1+C6oH1G3
-103f6aPBSlXVURgiIQ0Q4NPXZLLXSBVm43h/2mDhRw14ZZDDwZOonylnV4YMdFUL
-sr94dQLa0oSlQB+xaeYINmnwKjvasrTGKRMJG7Rx52oQ2/jtqp414DcumWGoLIQ0
-RbbGIvvaAzui/0X1AIlps9+2MzFdiRyICYbo5PhrX93o9Pn8yRDe/uKeoytVX9QN
-T0s7Cqom+P90IQvewc6jLAyIg7n7isLzMMSJqBFg2jaFGsyveoNvDQ0wppVmNjiK
-1NpFuQINBFHDQ6QBEADCRCnhNI2HqmnQp6tUNmpwlp/79YCdhuWnZIZSWEVY0iZZ
-eXbfx+lvnavX2c6xTp8WvOKKwq10X58xYdY1iJ+Yzh+EahZ6/z4oYteR5lGh2H60
-4c//FFdyGMwIkYZaygGSTe9VLnkh1awwiU9/7TU/JuxaxsLFOU+ZUb9bbCHtQ4yE
-6rJfbYy+fbUH5r5jDfSeitvAJHA83LqHjEfQzAnukndTl/sBvR4WKFru4bap/NzC
-vOVDg6oRLzMC6C2Gye4Ut1w5Cb3rLjfxFS5BQDIsWsgGQ75K3kDzc9jcgVw2LAck
-VBDlyijXzP5TeFlRzNVY9UjT+e+acdz9evAXc6dQ2R1isFvJL8FKzL5B1WbWkvvC
-OjB1aqoH0aJFxMY3JmY0InTXE4mFjSAbhP8Yid+/juw7SILRE7KERnI1/wGK/aKt
-zY2Jffn6LNIIPF8RgJlUVRHz4bv4UH1GJU0M6cKhM7RrI/mw08XbuSUj/q6//kwf
-ndSKfAu3H9lsmbEpdSAmI5f02Ox6t7gw0aw/I1eWHBs8ZDiD4l4gSIKmRt5cueq+
-yYLkXiiMiAMEKqh3mZ/q0bP/Y8kxoetBSov6zVrZHJyOhGZWUQEr/M9n/VeQ+cKk
-glIAi0//qljZITi+7VPaIpFYn/Ao8+t5JXAOk7Zn8IGM0qV/t+RlOVx14VMLHQAR
-AQABiQIfBBgBAgAJBQJRw0OkAhsMAAoJECf7sFdY6+htVOsP/iOV3fkf/fxXoIA6
-sq720f/uwhQBrSIynMZkIR3fiZLQEk1INhvdcTK3WbT6hwa60mj9TfDlUK5Z4mXR
-4+dlE9VosPl5+CfeKtsLolXsvti9x37MsSuzDquxiLWvt6ax3FSZEZwE16S5fDyp
-BLAnRL2iVyDefiGS/rtiafQobTDalSCaHG4yGnEv/68SWPhN1FW354stB/MPZmzh
-W7OQ8bheTXuVVsPfFDbhabqEnYn1YDJSng4qVAS4qCvufYXXgy38Km81oDZYB4qf
-Yoy83vsdf0Yows8Wrbn9wtw2SOHvhf4w9RhwMTKESlZ+ByhoC2KdQ4xlWEn2F0Fn
-ue6znf3dXBBPA9pVBYwHWEQra6PRRl/7rpawNTD+z89510X6tAzG75hqwwyXOG8/
-h+HRyaOS8MIcguUsF/XH5lQYT16216O+Pfgr+aMNjLN7ABKQUt5nGWFrimVsTgaF
-GLl7B9MUdImN2mF4HHyIs1aZc/A5Dv8PXdG/jTWeHl9+A07OqYusM6dObwtIHkcV
-mf1pgPfvB7wsnlB9AV08U62UDb1p1axgY4KlW9I0gsp0O9pGZ+doT0v9DUCQcORk
-wRBa/XGQVulUqZd4AmDXYuho4qqeZxUZxW3zy2XQoVO70sJVdsNwMMwVdpeflczX
-BrsHsvWJj1bj4JqVlXgDArJySVcV
-=Z38J
------END PGP PUBLIC KEY BLOCK-----

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/LICENSE.txt
----------------------------------------------------------------------
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index 4755709..0000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,218 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-   
-   This software contains code from the basemap library.
-   copyright (c) 2011 by Jeffrey Whitaker.
-
-   Permission to use, copy, modify, and distribute this software and its
-   documentation for any purpose and without fee is hereby granted,
-   provided that the above copyright notices appear in all copies and that
-   both the copyright notices and this permission notice appear in
-   supporting documentation.
-   THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-   INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
-   EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
-   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-   PERFORMANCE OF THIS SOFTWARE.

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
deleted file mode 100644
index 418e5f7..0000000
--- a/NOTICE.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Apache Open Climate Workbench
-Copyright 2014 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-obs4MIPs
-Copyright © 2012-2014 United States Government as represented by 
-the Administrator of the National Aeronautics and Space Administration. 
-All Other Rights Reserved.

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
deleted file mode 100644
index 7d27ebe..0000000
--- a/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-## Apache Open Climate Workbench
-
-Apache Open Climate Workbench is an effort to develop software that performs climate model evaluations using model outputs from a variety of different sources (the Earth System Grid Federation, the Coordinated Regional Downscaling Experiment, the U.S. National Climate Assessment and the North American Regional Climate Change Assessment Program) and temporal/spatial scales with remote sensing data from NASA, NOAA and other agencies. The toolkit includes capabilities for rebinning, metrics computation and visualization. For additional project information, please check the [project website](http://climate.apache.org/).
-
-## Getting Started
-
-The [project's wiki](https://cwiki.apache.org/confluence/display/CLIMATE/Home) is the best location for help and project information. New users should check out the [Getting Started](https://cwiki.apache.org/confluence/display/CLIMATE/Getting+Started) and [Easy OCW](https://cwiki.apache.org/confluence/display/CLIMATE/Easy-OCW+-+A+Guide+to+Simplifying+OCW+Installation) pages for help getting the necessary dependencies installed. If you would prefer to have an isolated environment set up in a virtual machine you should read the [OCW VM](https://cwiki.apache.org/confluence/display/CLIMATE/OCW+VM+-+A+Self+Contained+OCW+Environment) documentation. It will help you get up and running quickly with a fresh VM image for OCW work.
-
-There are a number of examples in the *examples* directory to help users get started with the toolkit API. If you have questions, the best way to get help is to email the project mailing lists which can be found on the [project's community page](http://climate.apache.org/community/mailing-lists.html).
-
-## Development
-
-OCW always welcomes pull request. Please check the [Developer Area](https://cwiki.apache.org/confluence/display/CLIMATE/Developer+Area) on the wiki for additional information on how to contribute. The [project's JIRA](https://issues.apache.org/jira/browse/CLIMATE) is a great place to start looking for issues to solve. Make sure to stop by the mailing lists and introduce yourself as well!

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/doap_CLIMATE.rdf
----------------------------------------------------------------------
diff --git a/doap_CLIMATE.rdf b/doap_CLIMATE.rdf
deleted file mode 100644
index ef58680..0000000
--- a/doap_CLIMATE.rdf
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl"?>
-<rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#" 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
-         xmlns:asfext="http://projects.apache.org/ns/asfext#"
-         xmlns:foaf="http://xmlns.com/foaf/0.1/">
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-   
-         http://www.apache.org/licenses/LICENSE-2.0
-   
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-  <Project rdf:about="http://climate.apache.org">
-    <created>2013-07-29</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
-    <name>Apache Open Climate Workbench</name>
-    <homepage rdf:resource="http://climate.apache.org" />
-    <asfext:pmc rdf:resource="http://climate.apache.org" />
-    <shortdesc>The Apache Open Climate Workbench(OCW) is a comprehensive suite of algorithms, libraries, and interfaces designed to standardize and streamline the process of interacting with large quantities of observational data (such as is provided by the RCMED) and conducting regional climate model evaluations.</shortdesc>
-    <description>Apache Open Climate Workbench is an effort to develop software that performs climate model evaluation using model outputs from a variety of different sources (the Earth System Grid Federation, the Coordinated Regional Downscaling Experiment, the U.S. National Climate Assessment and the North American Regional Climate Change Assessment Program) and temporal/spatial scales with remote sensing data from NASA, NOAA and other agencies. The toolkit includes capabilities for rebinning, metrics computation and visualization.</description>
-    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CLIMATE" />
-    <mailing-list rdf:resource="http://climate.apache.org/community/mailing-lists.html" />
-    <download-page rdf:resource="http://climate.apache.org/" />
-    <programming-language>Python</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/content" />
-    <release>
-      <Version>
-        <name>Apache Open Climate Workbench 0.3-incubating</name>
-        <created>2013-10-12</created>
-        <revision>0.3-incubating</revision>
-      </Version>
-    </release>
-    <release>
-      <Version>
-        <name>Apache Open Climate Workbench 0.2-incubating</name>
-        <created>2013-08-19</created>
-        <revision>0.2-incubating</revision>
-      </Version>
-    </release>
-    <release>
-      <Version>
-        <name>Apache Open Climate Workbench</name>
-        <created>2013-07-29</created>
-        <revision>0.1-incubating</revision>
-      </Version>
-    </release>
-    <repository>
-      <SVNRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/climate.git"/>
-        <browse rdf:resource="https://github.com/apache/climate/"/>
-      </SVNRepository>
-    </repository>
-  </Project>
-</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/docs/Makefile
----------------------------------------------------------------------
diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644
index 2528a89..0000000
--- a/docs/Makefile
+++ /dev/null
@@ -1,177 +0,0 @@
-# Makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line.
-SPHINXOPTS    =
-SPHINXBUILD   = sphinx-build
-PAPER         =
-BUILDDIR      = build
-
-# User-friendly check for sphinx-build
-ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
-$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
-endif
-
-# Internal variables.
-PAPEROPT_a4     = -D latex_paper_size=a4
-PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
-# the i18n builder cannot share the environment and doctrees with the others
-I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
-
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
-
-help:
-	@echo "Please use \`make <target>' where <target> is one of"
-	@echo "  html       to make standalone HTML files"
-	@echo "  dirhtml    to make HTML files named index.html in directories"
-	@echo "  singlehtml to make a single large HTML file"
-	@echo "  pickle     to make pickle files"
-	@echo "  json       to make JSON files"
-	@echo "  htmlhelp   to make HTML files and a HTML help project"
-	@echo "  qthelp     to make HTML files and a qthelp project"
-	@echo "  devhelp    to make HTML files and a Devhelp project"
-	@echo "  epub       to make an epub"
-	@echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
-	@echo "  latexpdf   to make LaTeX files and run them through pdflatex"
-	@echo "  latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
-	@echo "  text       to make text files"
-	@echo "  man        to make manual pages"
-	@echo "  texinfo    to make Texinfo files"
-	@echo "  info       to make Texinfo files and run them through makeinfo"
-	@echo "  gettext    to make PO message catalogs"
-	@echo "  changes    to make an overview of all changed/added/deprecated items"
-	@echo "  xml        to make Docutils-native XML files"
-	@echo "  pseudoxml  to make pseudoxml-XML files for display purposes"
-	@echo "  linkcheck  to check all external links for integrity"
-	@echo "  doctest    to run all doctests embedded in the documentation (if enabled)"
-
-clean:
-	rm -rf $(BUILDDIR)/*
-
-html:
-	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
-	@echo
-	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
-
-dirhtml:
-	$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
-	@echo
-	@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
-
-singlehtml:
-	$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
-	@echo
-	@echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
-
-pickle:
-	$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
-	@echo
-	@echo "Build finished; now you can process the pickle files."
-
-json:
-	$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
-	@echo
-	@echo "Build finished; now you can process the JSON files."
-
-htmlhelp:
-	$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
-	@echo
-	@echo "Build finished; now you can run HTML Help Workshop with the" \
-	      ".hhp project file in $(BUILDDIR)/htmlhelp."
-
-qthelp:
-	$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
-	@echo
-	@echo "Build finished; now you can run "qcollectiongenerator" with the" \
-	      ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
-	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ApacheOpenClimateWorkbench.qhcp"
-	@echo "To view the help file:"
-	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ApacheOpenClimateWorkbench.qhc"
-
-devhelp:
-	$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
-	@echo
-	@echo "Build finished."
-	@echo "To view the help file:"
-	@echo "# mkdir -p $$HOME/.local/share/devhelp/ApacheOpenClimateWorkbench"
-	@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ApacheOpenClimateWorkbench"
-	@echo "# devhelp"
-
-epub:
-	$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
-	@echo
-	@echo "Build finished. The epub file is in $(BUILDDIR)/epub."
-
-latex:
-	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
-	@echo
-	@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
-	@echo "Run \`make' in that directory to run these through (pdf)latex" \
-	      "(use \`make latexpdf' here to do that automatically)."
-
-latexpdf:
-	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
-	@echo "Running LaTeX files through pdflatex..."
-	$(MAKE) -C $(BUILDDIR)/latex all-pdf
-	@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
-
-latexpdfja:
-	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
-	@echo "Running LaTeX files through platex and dvipdfmx..."
-	$(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
-	@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
-
-text:
-	$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
-	@echo
-	@echo "Build finished. The text files are in $(BUILDDIR)/text."
-
-man:
-	$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
-	@echo
-	@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
-
-texinfo:
-	$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
-	@echo
-	@echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
-	@echo "Run \`make' in that directory to run these through makeinfo" \
-	      "(use \`make info' here to do that automatically)."
-
-info:
-	$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
-	@echo "Running Texinfo files through makeinfo..."
-	make -C $(BUILDDIR)/texinfo info
-	@echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
-
-gettext:
-	$(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
-	@echo
-	@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
-
-changes:
-	$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
-	@echo
-	@echo "The overview file is in $(BUILDDIR)/changes."
-
-linkcheck:
-	$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
-	@echo
-	@echo "Link check complete; look for any errors in the above output " \
-	      "or in $(BUILDDIR)/linkcheck/output.txt."
-
-doctest:
-	$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
-	@echo "Testing of doctests in the sources finished, look at the " \
-	      "results in $(BUILDDIR)/doctest/output.txt."
-
-xml:
-	$(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml
-	@echo
-	@echo "Build finished. The XML files are in $(BUILDDIR)/xml."
-
-pseudoxml:
-	$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
-	@echo
-	@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/docs/make.bat
----------------------------------------------------------------------
diff --git a/docs/make.bat b/docs/make.bat
deleted file mode 100644
index 0689dfe..0000000
--- a/docs/make.bat
+++ /dev/null
@@ -1,242 +0,0 @@
-@ECHO OFF
-
-REM Command file for Sphinx documentation
-
-if "%SPHINXBUILD%" == "" (
-	set SPHINXBUILD=sphinx-build
-)
-set BUILDDIR=build
-set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
-set I18NSPHINXOPTS=%SPHINXOPTS% source
-if NOT "%PAPER%" == "" (
-	set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
-	set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
-)
-
-if "%1" == "" goto help
-
-if "%1" == "help" (
-	:help
-	echo.Please use `make ^<target^>` where ^<target^> is one of
-	echo.  html       to make standalone HTML files
-	echo.  dirhtml    to make HTML files named index.html in directories
-	echo.  singlehtml to make a single large HTML file
-	echo.  pickle     to make pickle files
-	echo.  json       to make JSON files
-	echo.  htmlhelp   to make HTML files and a HTML help project
-	echo.  qthelp     to make HTML files and a qthelp project
-	echo.  devhelp    to make HTML files and a Devhelp project
-	echo.  epub       to make an epub
-	echo.  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter
-	echo.  text       to make text files
-	echo.  man        to make manual pages
-	echo.  texinfo    to make Texinfo files
-	echo.  gettext    to make PO message catalogs
-	echo.  changes    to make an overview over all changed/added/deprecated items
-	echo.  xml        to make Docutils-native XML files
-	echo.  pseudoxml  to make pseudoxml-XML files for display purposes
-	echo.  linkcheck  to check all external links for integrity
-	echo.  doctest    to run all doctests embedded in the documentation if enabled
-	goto end
-)
-
-if "%1" == "clean" (
-	for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
-	del /q /s %BUILDDIR%\*
-	goto end
-)
-
-
-%SPHINXBUILD% 2> nul
-if errorlevel 9009 (
-	echo.
-	echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
-	echo.installed, then set the SPHINXBUILD environment variable to point
-	echo.to the full path of the 'sphinx-build' executable. Alternatively you
-	echo.may add the Sphinx directory to PATH.
-	echo.
-	echo.If you don't have Sphinx installed, grab it from
-	echo.http://sphinx-doc.org/
-	exit /b 1
-)
-
-if "%1" == "html" (
-	%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/html.
-	goto end
-)
-
-if "%1" == "dirhtml" (
-	%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
-	goto end
-)
-
-if "%1" == "singlehtml" (
-	%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
-	goto end
-)
-
-if "%1" == "pickle" (
-	%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; now you can process the pickle files.
-	goto end
-)
-
-if "%1" == "json" (
-	%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; now you can process the JSON files.
-	goto end
-)
-
-if "%1" == "htmlhelp" (
-	%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; now you can run HTML Help Workshop with the ^
-.hhp project file in %BUILDDIR%/htmlhelp.
-	goto end
-)
-
-if "%1" == "qthelp" (
-	%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; now you can run "qcollectiongenerator" with the ^
-.qhcp project file in %BUILDDIR%/qthelp, like this:
-	echo.^> qcollectiongenerator %BUILDDIR%\qthelp\ApacheOpenClimateWorkbench.qhcp
-	echo.To view the help file:
-	echo.^> assistant -collectionFile %BUILDDIR%\qthelp\ApacheOpenClimateWorkbench.ghc
-	goto end
-)
-
-if "%1" == "devhelp" (
-	%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished.
-	goto end
-)
-
-if "%1" == "epub" (
-	%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The epub file is in %BUILDDIR%/epub.
-	goto end
-)
-
-if "%1" == "latex" (
-	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
-	goto end
-)
-
-if "%1" == "latexpdf" (
-	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
-	cd %BUILDDIR%/latex
-	make all-pdf
-	cd %BUILDDIR%/..
-	echo.
-	echo.Build finished; the PDF files are in %BUILDDIR%/latex.
-	goto end
-)
-
-if "%1" == "latexpdfja" (
-	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
-	cd %BUILDDIR%/latex
-	make all-pdf-ja
-	cd %BUILDDIR%/..
-	echo.
-	echo.Build finished; the PDF files are in %BUILDDIR%/latex.
-	goto end
-)
-
-if "%1" == "text" (
-	%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The text files are in %BUILDDIR%/text.
-	goto end
-)
-
-if "%1" == "man" (
-	%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The manual pages are in %BUILDDIR%/man.
-	goto end
-)
-
-if "%1" == "texinfo" (
-	%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
-	goto end
-)
-
-if "%1" == "gettext" (
-	%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
-	goto end
-)
-
-if "%1" == "changes" (
-	%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.The overview file is in %BUILDDIR%/changes.
-	goto end
-)
-
-if "%1" == "linkcheck" (
-	%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Link check complete; look for any errors in the above output ^
-or in %BUILDDIR%/linkcheck/output.txt.
-	goto end
-)
-
-if "%1" == "doctest" (
-	%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Testing of doctests in the sources finished, look at the ^
-results in %BUILDDIR%/doctest/output.txt.
-	goto end
-)
-
-if "%1" == "xml" (
-	%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The XML files are in %BUILDDIR%/xml.
-	goto end
-)
-
-if "%1" == "pseudoxml" (
-	%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
-	goto end
-)
-
-:end

http://git-wip-us.apache.org/repos/asf/climate/blob/a53e3af5/docs/source/conf.py
----------------------------------------------------------------------
diff --git a/docs/source/conf.py b/docs/source/conf.py
deleted file mode 100644
index c1969db..0000000
--- a/docs/source/conf.py
+++ /dev/null
@@ -1,271 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Apache Open Climate Workbench documentation build configuration file, created by
-# sphinx-quickstart on Fri Oct 25 07:58:45 2013.
-#
-# This file is execfile()d with the current directory set to its containing dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
-
-import sys, os
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-#sys.path.insert(0, os.path.abspath('.'))
-#
-# Assuming a fresh checkout of trunk, this will point us to the OCW package
-sys.path.insert(0, os.path.abspath('../../ocw'))
-sys.path.insert(0, os.path.abspath('../../ocw/data_source'))
-sys.path.insert(0, os.path.abspath('../../ocw-ui/backend'))
-
-
-# -- General configuration -----------------------------------------------------
-
-# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
-
-# Add any Sphinx extension module names here, as strings. They can be extensions
-# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = [
-    'sphinx.ext.autodoc',
-    'sphinx.ext.intersphinx',
-    'sphinx.ext.ifconfig',
-    'sphinxcontrib.autohttp.bottle',
-]
-
-# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
-
-# The suffix of source filenames.
-source_suffix = '.rst'
-
-# The encoding of source files.
-#source_encoding = 'utf-8-sig'
-
-# The master toctree document.
-master_doc = 'index'
-
-# General information about the project.
-project = u'Apache Open Climate Workbench'
-copyright = u'2013, Michael Joyce'
-
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-#
-# The short X.Y version.
-version = '0.3-incubating'
-# The full version, including alpha/beta/rc tags.
-release = '0.3-incubating'
-
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
-#language = None
-
-# There are two options for replacing |today|: either, you set today to some
-# non-false value, then it is used:
-#today = ''
-# Else, today_fmt is used as the format for a strftime call.
-#today_fmt = '%B %d, %Y'
-
-# List of patterns, relative to source directory, that match files and
-# directories to ignore when looking for source files.
-exclude_patterns = []
-
-# The reST default role (used for this markup: `text`) to use for all documents.
-#default_role = None
-
-# If true, '()' will be appended to :func: etc. cross-reference text.
-#add_function_parentheses = True
-
-# If true, the current module name will be prepended to all description
-# unit titles (such as .. function::).
-#add_module_names = True
-
-# If true, sectionauthor and moduleauthor directives will be shown in the
-# output. They are ignored by default.
-#show_authors = False
-
-# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
-
-# A list of ignored prefixes for module index sorting.
-#modindex_common_prefix = []
-
-# If true, keep warnings as "system message" paragraphs in the built documents.
-#keep_warnings = False
-
-
-# -- Options for HTML output ---------------------------------------------------
-
-# The theme to use for HTML and HTML Help pages.  See the documentation for
-# a list of builtin themes.
-html_theme = 'default'
-
-# Theme options are theme-specific and customize the look and feel of a theme
-# further.  For a list of options available for each theme, see the
-# documentation.
-#html_theme_options = {}
-
-# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
-
-# The name for this set of Sphinx documents.  If None, it defaults to
-# "<project> v<release> documentation".
-#html_title = None
-
-# A shorter title for the navigation bar.  Default is the same as html_title.
-#html_short_title = None
-
-# The name of an image file (relative to this directory) to place at the top
-# of the sidebar.
-#html_logo = None
-
-# The name of an image file (within the static path) to use as favicon of the
-# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
-# pixels large.
-#html_favicon = None
-
-# 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']
-
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-#html_last_updated_fmt = '%b %d, %Y'
-
-# If true, SmartyPants will be used to convert quotes and dashes to
-# typographically correct entities.
-#html_use_smartypants = True
-
-# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
-
-# Additional templates that should be rendered to pages, maps page names to
-# template names.
-#html_additional_pages = {}
-
-# If false, no module index is generated.
-#html_domain_indices = True
-
-# If false, no index is generated.
-#html_use_index = True
-
-# If true, the index is split into individual pages for each letter.
-#html_split_index = False
-
-# If true, links to the reST sources are added to the pages.
-#html_show_sourcelink = True
-
-# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
-#html_show_sphinx = True
-
-# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
-#html_show_copyright = True
-
-# If true, an OpenSearch description file will be output, and all pages will
-# contain a <link> tag referring to it.  The value of this option must be the
-# base URL from which the finished HTML is served.
-#html_use_opensearch = ''
-
-# This is the file name suffix for HTML files (e.g. ".xhtml").
-#html_file_suffix = None
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = 'ApacheOpenClimateWorkbenchdoc'
-
-
-# -- Options for LaTeX output --------------------------------------------------
-
-latex_elements = {
-# The paper size ('letterpaper' or 'a4paper').
-#'papersize': 'letterpaper',
-
-# The font size ('10pt', '11pt' or '12pt').
-#'pointsize': '10pt',
-
-# Additional stuff for the LaTeX preamble.
-#'preamble': '',
-}
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass [howto/manual]).
-latex_documents = [
-  ('index', 'ApacheOpenClimateWorkbench.tex', u'Apache Open Climate Workbench Documentation',
-   u'Michael Joyce', 'manual'),
-]
-
-# The name of an image file (relative to this directory) to place at the top of
-# the title page.
-#latex_logo = None
-
-# For "manual" documents, if this is true, then toplevel headings are parts,
-# not chapters.
-#latex_use_parts = False
-
-# If true, show page references after internal links.
-#latex_show_pagerefs = False
-
-# If true, show URL addresses after external links.
-#latex_show_urls = False
-
-# Documents to append as an appendix to all manuals.
-#latex_appendices = []
-
-# If false, no module index is generated.
-#latex_domain_indices = True
-
-
-# -- Options for manual page output --------------------------------------------
-
-# One entry per manual page. List of tuples
-# (source start file, name, description, authors, manual section).
-man_pages = [
-    ('index', 'apacheopenclimateworkbench', u'Apache Open Climate Workbench Documentation',
-     [u'Michael Joyce'], 1)
-]
-
-# If true, show URL addresses after external links.
-#man_show_urls = False
-
-
-# -- Options for Texinfo output ------------------------------------------------
-
-# Grouping the document tree into Texinfo files. List of tuples
-# (source start file, target name, title, author,
-#  dir menu entry, description, category)
-texinfo_documents = [
-  ('index', 'ApacheOpenClimateWorkbench', u'Apache Open Climate Workbench Documentation',
-   u'Michael Joyce', 'ApacheOpenClimateWorkbench', 'One line description of project.',
-   'Miscellaneous'),
-]
-
-# Documents to append as an appendix to all manuals.
-#texinfo_appendices = []
-
-# If false, no module index is generated.
-#texinfo_domain_indices = True
-
-# How to display URL addresses: 'footnote', 'no', or 'inline'.
-#texinfo_show_urls = 'footnote'
-
-# If true, do not generate a @detailmenu in the "Top" node's menu.
-#texinfo_no_detailmenu = False
-
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
-
-# Autodoc config
-#
-# Select which content is inserted into the main body of an autoclass directive
-# "class" - Only the class' docstring
-# "both"  - The class' and __init__ method's docstring
-# "init"  - Only __init__'s docstring
-autoclass_content = "both"