Skip to content

Commit

Permalink
📝 Add option and id links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed May 21, 2024
1 parent 32175ca commit bc8d0b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion examples/2_Base_Commands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@
{
"metadata": {},
"cell_type": "markdown",
"source": "You can add a hips survey from an url or an id (id list: https://aladin.cds.unistra.fr/hips/list)"
"source": [
"You can add a hips survey from an url or an id\n",
"- ID list can be found here: https://aladin.cds.unistra.fr/hips/list\n",
"- HiPS options can be found here: https://cds-astro.github.io/aladin-lite/global.html#ImageHiPSOptions"
]
},
{
"metadata": {},
Expand Down
5 changes: 4 additions & 1 deletion src/ipyaladin/aladin.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@ def add_hips(self, src: str, **hips_options: any) -> None:
Parameters
----------
src: str
The URL of the HiPS survey.
The id or url of the HiPS survey.
List of survey ids: https://aladin.cds.unistra.fr/hips/list
hips_options: keyword arguments
See https://cds-astro.github.io/aladin-lite/global.html#ImageHiPSOptions for
the list of available options.
"""
self.send(
Expand Down

0 comments on commit bc8d0b7

Please sign in to comment.