[
https://issues.apache.org/jira/browse/CLIMATE-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424960#comment-15424960
]
ASF GitHub Bot commented on CLIMATE-853:
----------------------------------------
GitHub user Omkar20895 opened a pull request:
https://github.com/apache/climate/pull/395
CLIMATE-853 Fixing broken documentation in dap.py and making it PEP8 …
…compliant
- This PR addresses issue CLIMATE-853.
- I have removed '_' in the function '_current_times_to_date', I have
removed this because sphinx does not load any function that starts with
underscore in its automodule docstrings, hopefully this should fix it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Omkar20895/climate master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/395.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #395
----
commit 83c19de75b0976e0b06a0a6c8b171ea4bb901ce9
Author: Omkar20895 <[email protected]>
Date: 2016-08-17T17:20:22Z
CLIMATE-853 Fixing broken documentation in dap.py and making it PEP8
compliant
----
> Broken documentation in dap.py
> ------------------------------
>
> Key: CLIMATE-853
> URL: https://issues.apache.org/jira/browse/CLIMATE-853
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Omkar Reddy
> Priority: Minor
> Fix For: 1.2.0
>
>
> When we build the documentation we can observe that sphinx drops the function
> _convert_times_to_datetime() while building the documentation and this
> function does not appear in the documentation.
> The reason for the failure according to me could be that sphinx does not load
> any function that starts with underscore in its automodule docstrings. I will
> send a patch for this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)