mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
docstring sphinx cleanup
This commit is contained in:
parent
ecaa7f4515
commit
9cadfa16b9
3 changed files with 9 additions and 8 deletions
|
@ -295,7 +295,7 @@ def newDataRequest(datatype=None, **kwargs):
|
||||||
levels: a list of levels to set on the request
|
levels: a list of levels to set on the request
|
||||||
locationNames: a list of locationNames to set on the request
|
locationNames: a list of locationNames to set on the request
|
||||||
envelope: an envelope to limit the request
|
envelope: an envelope to limit the request
|
||||||
**kwargs: any leftover kwargs will be set as identifiers
|
kwargs: any leftover kwargs will be set as identifiers
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
a new IDataRequest
|
a new IDataRequest
|
||||||
|
|
|
@ -36,6 +36,7 @@ def getSounding(modelName, weatherElements, levels, samplePoint, refTime=None, t
|
||||||
samplePoint: a lat/lon pair to perform the sampling of data at.
|
samplePoint: a lat/lon pair to perform the sampling of data at.
|
||||||
refTime: (optional) the grid model reference time to use for the sounding.
|
refTime: (optional) the grid model reference time to use for the sounding.
|
||||||
If not specified, the latest ref time in the system will be used.
|
If not specified, the latest ref time in the system will be used.
|
||||||
|
|
||||||
timeRange: (optional) a TimeRange to specify which forecast hours to use.
|
timeRange: (optional) a TimeRange to specify which forecast hours to use.
|
||||||
If not specified, will default to all forecast hours.
|
If not specified, will default to all forecast hours.
|
||||||
|
|
||||||
|
@ -43,6 +44,7 @@ def getSounding(modelName, weatherElements, levels, samplePoint, refTime=None, t
|
||||||
A _SoundingCube instance, which acts a 3-tiered dictionary, keyed
|
A _SoundingCube instance, which acts a 3-tiered dictionary, keyed
|
||||||
by DataTime, then by level and finally by weather element. If no
|
by DataTime, then by level and finally by weather element. If no
|
||||||
data is available for the given request parameters, None is returned.
|
data is available for the given request parameters, None is returned.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
(locationNames, parameters, levels, envelope, refTime, timeRange) = \
|
(locationNames, parameters, levels, envelope, refTime, timeRange) = \
|
||||||
|
|
|
@ -296,7 +296,6 @@ texinfo_documents = [
|
||||||
# Set up mapping for other projects' docs
|
# Set up mapping for other projects' docs
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'matplotlib': ('http://matplotlib.org/', None),
|
'matplotlib': ('http://matplotlib.org/', None),
|
||||||
'metpy': ('https://unidata.github.io/MetPy/', None),
|
|
||||||
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
|
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
|
||||||
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
|
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
|
||||||
'pint': ('http://pint.readthedocs.org/en/stable/', None),
|
'pint': ('http://pint.readthedocs.org/en/stable/', None),
|
||||||
|
|
Loading…
Add table
Reference in a new issue