diff --git a/docs/feature_list.rst b/docs/feature_list.rst new file mode 100644 index 00000000..6df41db0 --- /dev/null +++ b/docs/feature_list.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 84ee5e26..3f1d2bb0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ Getting Started :maxdepth: 1 install + feature_list examples/index .. _user-docs: