-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: doc/api/obstools.rst new file: doc/api/obstools.tests.rst new file: doc/api/obstools.tests.test_celestial_time.rst new file: doc/api/obstools.tests.test_deveny_grangle.rst new file: doc/api/obstools.tests.test_dfocus.rst new file: doc/api/obstools.tests.test_lmi_etc.rst new file: doc/api/obstools.tests.test_utils.rst modified: doc/include/dependencies_table.rst modified: setup.cfg
- Loading branch information
Showing
9 changed files
with
81 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
obstools.tests package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
obstools.tests.test_celestial_time | ||
obstools.tests.test_deveny_grangle | ||
obstools.tests.test_dfocus | ||
obstools.tests.test_lmi_etc | ||
obstools.tests.test_utils | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: obstools.tests | ||
:members: | ||
:private-members: | ||
:undoc-members: | ||
:show-inheritance: |
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,8 @@ | ||
obstools.tests.test\_celestial\_time module | ||
=========================================== | ||
|
||
.. automodule:: obstools.tests.test_celestial_time | ||
:members: | ||
:private-members: | ||
:undoc-members: | ||
:show-inheritance: |
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,8 @@ | ||
obstools.tests.test\_deveny\_grangle module | ||
=========================================== | ||
|
||
.. automodule:: obstools.tests.test_deveny_grangle | ||
:members: | ||
:private-members: | ||
:undoc-members: | ||
:show-inheritance: |
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,8 @@ | ||
obstools.tests.test\_dfocus module | ||
================================== | ||
|
||
.. automodule:: obstools.tests.test_dfocus | ||
:members: | ||
:private-members: | ||
:undoc-members: | ||
:show-inheritance: |
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,8 @@ | ||
obstools.tests.test\_lmi\_etc module | ||
==================================== | ||
|
||
.. automodule:: obstools.tests.test_lmi_etc | ||
:members: | ||
:private-members: | ||
:undoc-members: | ||
:show-inheritance: |
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,8 @@ | ||
obstools.tests.test\_utils module | ||
================================= | ||
|
||
.. automodule:: obstools.tests.test_utils | ||
:members: | ||
:private-members: | ||
:undoc-members: | ||
:show-inheritance: |
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,6 +1,6 @@ | ||
================================ ========================================================================================================================================================================================= | ||
Python Version ``>=3.10,<3.13`` | ||
Required for users ``PySimpleGUI-4-foss``, ``astropy>=5.1``, ``ccdproc``, ``darkdetect``, ``matplotlib``, ``numpy>=1.23,<2.0.0``, ``requests``, ``scipy>=1.9``, ``setuptools``, ``setuptools_scm``, ``tqdm`` | ||
Optional ``pypeit`` requirements ``pypeit[specutils]>=1.15.0`` | ||
Required for developers ``black``, ``pylint``, ``pypeit[specutils]>=1.15.0``, ``pyyaml``, ``sphinx``, ``sphinx-automodapi``, ``sphinx-subfigure``, ``sphinx_rtd_theme==1.2.2``, ``stomp.py``, ``xmltodict`` | ||
================================ ========================================================================================================================================================================================= | ||
================================ ================================================================================================================================================================================================================================= | ||
Python Version ``>=3.10,<3.13`` | ||
Required for users ``PySimpleGUI-4-foss``, ``astropy>=5.1``, ``ccdproc``, ``darkdetect``, ``matplotlib``, ``numpy>=1.24,<2.0.0``, ``requests``, ``scipy>=1.9``, ``setuptools``, ``setuptools_scm``, ``tqdm`` | ||
Optional ``pypeit`` requirements ``pypeit[specutils]>=1.15.0`` | ||
Required for developers ``black``, ``pylint``, ``pypeit[specutils]>=1.15.0``, ``pytest-astropy``, ``pytest>=7.0.0``, ``pyyaml``, ``sphinx-automodapi``, ``sphinx-subfigure``, ``sphinx>=1.6``, ``sphinx_rtd_theme``, ``stomp.py``, ``tox``, ``xmltodict`` | ||
================================ ================================================================================================================================================================================================================================= |
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