Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 46F81101A6 for ; Fri, 25 Oct 2013 20:46:45 +0000 (UTC) Received: (qmail 83929 invoked by uid 500); 25 Oct 2013 20:46:45 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 83901 invoked by uid 500); 25 Oct 2013 20:46:45 -0000 Mailing-List: contact commits-help@climate.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.incubator.apache.org Delivered-To: mailing list commits@climate.incubator.apache.org Received: (qmail 83894 invoked by uid 99); 25 Oct 2013 20:46:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 20:46:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 20:46:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CF61D2388BBD; Fri, 25 Oct 2013 20:46:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1535864 - in /incubator/climate/trunk/docs/source: index.rst ocw/dataset_processor.rst Date: Fri, 25 Oct 2013 20:46:23 -0000 To: commits@climate.incubator.apache.org From: joyce@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131025204623.CF61D2388BBD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joyce Date: Fri Oct 25 20:46:23 2013 New Revision: 1535864 URL: http://svn.apache.org/r1535864 Log: CLIMATE-313 - Add dataset_processor.py to Sphinx build - Add initial skeleton of dataset_processor documentation. This still needs further explanation added, especially regarding the overall functionality encapsulated in dataset_processor. - Add dataset_processor to the index. Added: incubator/climate/trunk/docs/source/ocw/dataset_processor.rst Modified: incubator/climate/trunk/docs/source/index.rst Modified: incubator/climate/trunk/docs/source/index.rst URL: http://svn.apache.org/viewvc/incubator/climate/trunk/docs/source/index.rst?rev=1535864&r1=1535863&r2=1535864&view=diff ============================================================================== --- incubator/climate/trunk/docs/source/index.rst (original) +++ incubator/climate/trunk/docs/source/index.rst Fri Oct 25 20:46:23 2013 @@ -12,6 +12,7 @@ Contents: :maxdepth: 4 ocw/dataset + ocw/dataset_processor Indices and tables Added: incubator/climate/trunk/docs/source/ocw/dataset_processor.rst URL: http://svn.apache.org/viewvc/incubator/climate/trunk/docs/source/ocw/dataset_processor.rst?rev=1535864&view=auto ============================================================================== --- incubator/climate/trunk/docs/source/ocw/dataset_processor.rst (added) +++ incubator/climate/trunk/docs/source/ocw/dataset_processor.rst Fri Oct 25 20:46:23 2013 @@ -0,0 +1,5 @@ +Dataset Processor Module +************************ + +.. automodule:: dataset_processor + :members: