CLIMATE-558 - Update DAP module documentation links
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/016bd67d Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/016bd67d Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/016bd67d Branch: refs/heads/master Commit: 016bd67d97c4983aa2e3b86919f284019197c6de Parents: 619997e Author: Michael Joyce <[email protected]> Authored: Mon Nov 17 12:50:13 2014 -0800 Committer: Michael Joyce <[email protected]> Committed: Mon Nov 17 12:50:13 2014 -0800 ---------------------------------------------------------------------- ocw/data_source/dap.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/016bd67d/ocw/data_source/dap.py ---------------------------------------------------------------------- diff --git a/ocw/data_source/dap.py b/ocw/data_source/dap.py index a4c413b..1d6a494 100644 --- a/ocw/data_source/dap.py +++ b/ocw/data_source/dap.py @@ -25,12 +25,13 @@ def load(url, variable): '''Load a Dataset from an OpenDAP URL :param url: The OpenDAP URL for the dataset of interest. - :type url: String + :type url: :mod:`string` + :param variable: The name of the variable to read from the dataset. - :type variable: String + :type variable: :mod:`string` - :returns: A Dataset object containing the dataset pointed to by the - OpenDAP URL. + :returns: A :class:`dataset.Dataset` containing the dataset pointed to by + the OpenDAP URL. :raises: ServerError '''
