forked from skypyproject/skypy
-
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.
DOC: List of Features (skypyproject#456)
- Loading branch information
1 parent
eb43a42
commit 2fb6364
Showing
2 changed files
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
############# | ||
Feature List | ||
############# | ||
|
||
This page outlines the main features in the `SkyPy` library. | ||
|
||
Galaxies | ||
-------- | ||
|
||
- `Luminosity Distributions`_ | ||
- `Morphological Distributions`_ | ||
- `Redshift Distributions`_ | ||
- `Spectral Energy Distribution Modelling`_ | ||
- `Stellar Mass Distributions`_ | ||
|
||
.. _Luminosity Distributions: https://skypy.readthedocs.io/en/latest/galaxies.html#module-skypy.galaxies.luminosity | ||
.. _Morphological Distributions: https://skypy.readthedocs.io/en/latest/galaxies.html#module-skypy.galaxies.morphology | ||
.. _Redshift Distributions: https://skypy.readthedocs.io/en/latest/galaxies.html#module-skypy.galaxies.redshift | ||
.. _Spectral Energy Distribution Modelling: https://skypy.readthedocs.io/en/latest/galaxies.html#module-skypy.galaxies.spectrum | ||
.. _Stellar Mass Distributions: https://skypy.readthedocs.io/en/latest/galaxies.html#module-skypy.galaxies.stellar_mass |
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 |
---|---|---|
|
@@ -17,6 +17,7 @@ Getting Started | |
:maxdepth: 1 | ||
|
||
install | ||
feature_list | ||
examples/index | ||
|
||
.. _user-docs: | ||
|