GitHub user lewismc opened a pull request: https://github.com/apache/climate/pull/310
CLIMATE-760 Address documentation warnings Hi @huikyole , can you please explain what the correct content should be for the following documentation snippet from ocw/data_source/local.py ``` def load_GPM_IMERG_files(file_path=None, filename_pattern=None, filelist=None, variable_name='precipitationCal', name='GPM_IMERG'): ... :param filelist: A list of filenames :type filelist: :list:`string` ``` Can you explain what you would usually feed into the filelist parameter? I am getting a warning saying "ERROR: Unknown interpreted text role "list"." So the specific syntax which is incorrect is ``` :type filelist: :list:`string` ``` Thanks for any help. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/climate CLIMATE-760 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/310.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 #310 ---- commit 3c00361edba4b04455e15fa6f71b65164507833e Author: Lewis John McGibbney <lewis.j.mcgibb...@jpl.nasa.gov> Date: 2016-02-13T17:52:52Z CLIMATE-760 Address documentation warnings ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---