-
Notifications
You must be signed in to change notification settings - Fork 2
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 #2 from simontorres/setting_rtd
Setting Read The docs
- Loading branch information
Showing
38 changed files
with
94 additions
and
103 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
File renamed without changes.
File renamed without changes.
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M0') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M1') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M2') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M3') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M4') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M5') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M6') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='1200M7') |
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,8 +1,6 @@ | ||
from __future__ import absolute_import | ||
|
||
import glob | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='400M1') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='400M2') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='600Blue') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='600Mid') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='600Red') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='600UV') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='930M1') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='930M2') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='930M3') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='930M4') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='930M5') |
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 @@ | ||
from __future__ import absolute_import | ||
|
||
from goodman_lamps.tools.create_plot import create_plot | ||
from goodman_lamps.goodman_lamps import create_plot | ||
|
||
if __name__ == '__main__': | ||
create_plot(mode='930M6') |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
1200 M0 | ||
******* | ||
|
||
.. .. plot:: plots/plot_1200m0.py | ||
.. plot:: plots/plot_1200m0.py | ||
|
||
1200 M1 | ||
******* | ||
|
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 |
---|---|---|
|
@@ -4,9 +4,6 @@ | |
400 M1 | ||
****** | ||
|
||
Testing plots | ||
|
||
|
||
.. plot:: plots/plot_400m1.py | ||
|
||
400 M2 | ||
|
File renamed without changes.
File renamed without changes.
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,20 @@ | ||
name: goodman_lamps_2 | ||
channels: | ||
- astroconda | ||
dependencies: | ||
- qt | ||
- astropy | ||
- matplotlib | ||
- numpy | ||
- pandas==0.23.0 | ||
- pip | ||
- scipy | ||
- pip: | ||
- pyqt5 | ||
- ccdproc | ||
- coveralls | ||
- m2r | ||
- sphinx | ||
- sphinx_rtd_theme | ||
- sphinxcontrib.napoleon | ||
- goodman_pipeline==1.2.1.dev6 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
from .version import __version__ | ||
|
||
from . import tools | ||
from .goodman_lamps import create_plot |
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.
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,2 +1,2 @@ | ||
# This is an automatic generated file please do not edit | ||
__version__ = '0.0.1.dev1' | ||
__version__ = '0.1.1.dev1' |
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,5 +1,17 @@ | ||
version: 2 | ||
|
||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
formats: all | ||
|
||
python: | ||
version: 3.5 | ||
setup_py_install: true | ||
extra_requirements: | ||
- docs | ||
version: 3.6 | ||
install: | ||
- method: pip | ||
path: . | ||
- method: setuptools | ||
path: . | ||
|
||
conda: | ||
environment: environment.yml |
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 @@ | ||
recommonmark | ||
numpy | ||
pandas | ||
ccdproc | ||
coveralls | ||
astroplan | ||
matplotlib | ||
scipy | ||
astropy | ||
sphinx | ||
sphinxcontrib.napoleon | ||
sphinx_rtd_theme |
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
Oops, something went wrong.