Skip to content

Commit

Permalink
Add module to name in docs block for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Jun 19, 2024
1 parent 1b3b006 commit 092711c
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@

```@docs
load
save
query
AstroImage
imview
implot
Comment
History
pix_to_world
world_to_pix
X
Y
Z
Dim
At
Near
dims
refdims
header
wcs
WCSGrid
composecolors
Zscale
Percent
logstretch
powstretch
sqrtstretch
squarestretch
asinhstretch
sinhstretch
powerdiststretch
copyheader
shareheader
recenter
FileIO.load
FileIO.save
FileIO.query
AstroImages.AstroImage
AstroImages.imview
AstroImages.implot
AstroImages.Comment
AstroImages.History
WCS.pix_to_world
WCS.world_to_pix
DimensionalData.X
DimensionalData.Y
DimensionalData.Z
DimensionalData.Dim
DimensionalData.At
DimensionalData.Near
DimensionalData.dims
DimensionalData.refdims
AstroImages.header
AstroImages.wcs
AstroImages.WCSGrid
AstroImages.composecolors
AstroImages.Zscale
AstroImages.Percent
AstroImages.logstretch
AstroImages.powstretch
AstroImages.sqrtstretch
AstroImages.squarestretch
AstroImages.asinhstretch
AstroImages.sinhstretch
AstroImages.powerdiststretch
AstroImages.copyheader
AstroImages.shareheader
AstroImages.recenter
```

0 comments on commit 092711c

Please sign in to comment.