-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from pllim/exterminate
WIP: stginga cleanup
- Loading branch information
Showing
45 changed files
with
485 additions
and
752 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
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,18 +1,21 @@ | ||
stginga | ||
======= | ||
|
||
.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat | ||
:target: http://www.astropy.org | ||
:alt: Powered by Astropy Badge | ||
.. image:: https://readthedocs.org/projects/stginga/badge/?version=latest | ||
:target: https://stginga.readthedocs.io/en/latest/?badge=latest | ||
:alt: Documentation Status | ||
|
||
.. image:: https://travis-ci.org/spacetelescope/stginga.svg?branch=master | ||
:target: https://travis-ci.org/spacetelescope/stginga | ||
:alt: Travis CI results | ||
|
||
.. image:: https://readthedocs.org/projects/stginga/badge/?version=latest | ||
:target: https://stginga.readthedocs.io/en/latest/?badge=latest | ||
:alt: Documentation Status | ||
.. image:: https://ci.appveyor.com/api/projects/status/ulg6cmh15xpyyvp5?svg=true | ||
:target: https://ci.appveyor.com/project/pllim/stginga | ||
:alt: Appveyor CI results | ||
|
||
.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat | ||
:target: http://www.astropy.org | ||
:alt: Powered by Astropy Badge | ||
|
||
`Ginga <https://github.com/ejeschke/ginga>`_ products specific to STScI data | ||
analysis. |
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
Submodule astropy_helpers
updated
13 files
+7 −2 | .travis.yml | |
+25 −0 | CHANGES.rst | |
+2 −2 | README.rst | |
+51 −9 | ah_bootstrap.py | |
+1 −1 | appveyor.yml | |
+1 −1 | astropy_helpers/extern/automodapi/__init__.py | |
+21 −9 | astropy_helpers/extern/automodapi/automodsumm.py | |
+1 −1 | astropy_helpers/git_helpers.py | |
+1 −1 | astropy_helpers/openmp_helpers.py | |
+3 −3 | astropy_helpers/utils.py | |
+3 −1 | astropy_helpers/version_helpers.py | |
+1 −1 | setup.py | |
+0 −19 | tox.ini |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -27,5 +27,4 @@ Using ``stginga`` | |
|
||
stginga/run | ||
stginga/plugins_manual/index | ||
stginga/ipynb | ||
stginga/ref_api |
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,10 +1,5 @@ | ||
numpy | ||
matplotlib | ||
Cython | ||
scipy>=0.18 | ||
astropy-helpers | ||
astropy | ||
tornado | ||
jupyter_client | ||
nbconvert | ||
ginga>=2.6.2 | ||
astropy>=2 | ||
ginga>=2.7 |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.