From 7cb7b306ac6bb9eaa7c40aad6dd9cdf26c33323a Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 13 Jul 2022 08:59:47 -0500 Subject: [PATCH] tweak docs again --- hvpy/api_groups/jpeg2000/get_jp2_image.py | 2 +- hvpy/facade.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hvpy/api_groups/jpeg2000/get_jp2_image.py b/hvpy/api_groups/jpeg2000/get_jp2_image.py index 7374614..cc15876 100644 --- a/hvpy/api_groups/jpeg2000/get_jp2_image.py +++ b/hvpy/api_groups/jpeg2000/get_jp2_image.py @@ -10,9 +10,9 @@ class getJP2ImageInputParameters(HvpyParameters): """ Handles the input parameters of the getJP2Image API. - {Shared} Attributes ---------- + {Shared} date : datetime.datetime Desired date/time of the JP2 image. sourceId : int diff --git a/hvpy/facade.py b/hvpy/facade.py index d668b83..f497aea 100644 --- a/hvpy/facade.py +++ b/hvpy/facade.py @@ -18,6 +18,8 @@ def getJP2Image( """ Retrieve a JP2000 image from the helioviewer.org API. + Parameters + ---------- {Insert} Examples --------