Skip to content

Commit b1acb41

Browse files
committed
WIP: Initial implementation of abstract class.
Separated out the Ginga implementation. Re-organized and updated tests.
1 parent c2f54d9 commit b1acb41

File tree

11 files changed

+1486
-1243
lines changed

11 files changed

+1486
-1243
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ python:
1616
path: .
1717
extra_requirements:
1818
- docs
19+
- ginga
1920

2021
# Don't build any extra formats
2122
formats: []

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Widgets for the Jupyter notebook and JupyterLab
1414
:alt: Documentation Status
1515

1616
``astrowidgets`` aims to be a set of astronomy widgets for Jupyter Lab or Notebook,
17-
leveraging the Astropy ecosystem. The ``ImageWidget`` implements the API documented at
17+
leveraging the Astropy ecosystem. The ``BaseImageWidget`` implements the API documented at
1818
`https://github.com/eteq/nb-astroimage-api <https://github.com/eteq/nb-astroimage-api>`_
1919

2020
**Warning**

0 commit comments

Comments
 (0)