-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add index pages to each module, fix toc tree and link structure * add custom domain base url * update changelog * include TypeError raised from astropy for nan GS radec test
- Loading branch information
1 parent
1ab2cc2
commit 401f2c0
Showing
48 changed files
with
499 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
setuptools==70.2.0 | ||
Sphinx==8.0.2 | ||
sphinx-automodapi==0.17.0 | ||
sphinx_rtd_theme==2.0.0 | ||
Sphinx==8.1.3 | ||
sphinx-automodapi==0.18.0 | ||
furo==2024.8.6 | ||
matplotlib==3.8.4 | ||
tensorflow==2.17.0 | ||
numpy==2.1.1 | ||
numpydoc==1.7.0 | ||
astropy==6.1.1 | ||
pydot==2.0.0 | ||
astropy==6.1.4 | ||
pydot==3.0.2 | ||
graphviz==0.20.3 | ||
astroquery==0.4.7 | ||
boto3==1.28.7 | ||
plotly==5.20.0 | ||
boto3==1.35.54 | ||
plotly==5.24.1 | ||
progressbar==2.5 | ||
scikit-learn==1.5.2 | ||
scikeras==0.11.0 | ||
tables==3.9.2 | ||
tqdm==4.66.5 | ||
scikeras==0.13.0 | ||
tables==3.10.1 | ||
tqdm==4.66.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _analyzer: | ||
|
||
***************** | ||
spacekit.analyzer | ||
***************** | ||
|
||
.. currentmodule:: spacekit.analyzer | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
compute <compute.rst> | ||
explore <explore.rst> | ||
scan <scan.rst> | ||
track <track.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. _builder | ||
***************** | ||
spacekit.builder | ||
***************** | ||
|
||
.. currentmodule:: spacekit.builder | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
architect <architect.rst> | ||
blueprints <blueprints.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
********************** | ||
spacekit.dashboard.cal | ||
********************** | ||
|
||
|
||
.. currentmodule:: spacekit.dashboard.cal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. _dashboard | ||
***************** | ||
spacekit.dashboard | ||
***************** | ||
|
||
.. currentmodule:: spacekit.dashboard | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
cal <cal.rst> | ||
svm <svm.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
********************** | ||
spacekit.dashboard.svm | ||
********************** | ||
********************** | ||
|
||
.. currentmodule:: spacekit.dashboard.svm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _datasets | ||
***************** | ||
spacekit.datasets | ||
***************** | ||
|
||
.. currentmodule:: spacekit.datasets | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
beam <beam.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _extractor | ||
****************** | ||
spacekit.extractor | ||
****************** | ||
|
||
.. currentmodule:: spacekit.extractor | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
load <load.rst> | ||
radio <radio.rst> | ||
scrape <scrape.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. _generator | ||
****************** | ||
spacekit.generator | ||
****************** | ||
|
||
.. currentmodule:: spacekit.generator | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
augment <augment.rst> | ||
draw <draw.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _logger | ||
*************** | ||
spacekit.logger | ||
*************** | ||
|
||
.. currentmodule:: spacekit.logger | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
log <log.rst> |
Oops, something went wrong.