-
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.
Merge pull request #7 from jlibermann/Readme+Build
Updates README + build files
- Loading branch information
Showing
9 changed files
with
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# reflected-light-sim | ||
Calculates reflected light from a planet given a stellar PHOENIX model and planet albedo (developed as part of the 2023 CodeAstro workshop).\ | ||
![Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg) | ||
[![Documentation Status](https://readthedocs.org/projects/reflected-light-sim/badge/?version=latest)](http://reflected-light-sim.readthedocs.io/en/latest/?badge=latest) | ||
[![PyPI version](https://badge.fury.io/py/reflected-light-sim.svg)](https://badge.fury.io/py/reflected-light-sim) | ||
[![PyPI downloads](https://img.shields.io/pypi/dm/reflected-light-sim.svg)](https://pypistats.org/packages/reflected-light-sim) | ||
|
||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8147781.svg)](https://doi.org/10.5281/zenodo.8147781) | ||
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
## Simulation Flowchart | ||
![Flowchart](https://github.com/jlibermann/reflected-light-sim/blob/add-the-docs/codeastroflowchart.png) | ||
![Flowchart](codeastroflowchart.png) |
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 +1 @@ | ||
__version__ = "0.1" | ||
__version__ = "0.1.1" |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 +1 @@ | ||
__version__ = "0.1" | ||
__version__ = "0.1.1" |