Skip to content

Commit

Permalink
doc refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed May 6, 2024
1 parent adc1d30 commit 5c1f291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .abcli/list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ function abcli_hubble_list() {
local task=$1

if [ "$task" == help ]; then
abcli_show_usage "hubble list ${EOP}object$ABCUL.|<hubble-object-name>$EOPE" \
"list <hubble-object-name> in $abcli_hubble_dataset_name, example in hst: public/u4ge/u4ge0106r."

abcli_show_usage "hubble list dataset$ABCUL$EOP.|<hubble-dataset-name>$EOPE" \
"list <hubble-dataset-name>, example: hst."

abcli_show_usage "hubble list ${EOP}object$ABCUL.|<hubble-object-name>$EOPE" \
"list <hubble-object-name> in $abcli_hubble_dataset_name, example in hst: public/u4ge/u4ge0106r."
return
fi

Expand Down
2 changes: 1 addition & 1 deletion hubble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

DESCRIPTION = f"{ICON} tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry."

VERSION = "3.321.1"
VERSION = "3.322.1"

0 comments on commit 5c1f291

Please sign in to comment.