@@ -4,18 +4,27 @@ SkyPy: A package for modelling the Universe
4
4
5
5
|Read the Docs | |GitHub | |Codecov |
6
6
7
- This package contains methods for modelling the Universe, galaxies and the Milky
8
- Way. Also included are methods for generating observed data.
7
+ This package contains methods for modelling the Universe, galaxies and the
8
+ Milky Way. SkyPy simulates populations of astronomical objects, generating
9
+ random realisations of intrinsic and observed properties, with the
10
+ intention the simulations can then be compared to data as part of an inference
11
+ pipeline.
12
+
13
+ Currently, SkyPy implements the following modules:
9
14
10
15
* Galaxies _: morphology, luminosity and redshift distributions
11
16
* Pipelines _ to generate populations of astronomical objects
12
17
13
- The full list of features can be found in the `SkyPy Documentation `_.
18
+ The `full list of features `_ can be found in the `SkyPy Documentation `_.
19
+
20
+ For more information on the people involved and how SkyPy is developed, please
21
+ visit the SkyPy Collaboration website: `http://skypyproject.org `_
14
22
15
23
.. _Galaxies : https://skypy.readthedocs.io/en/latest/galaxies.html
16
24
.. _Pipelines : https://skypy.readthedocs.io/en/latest/pipeline/index.html
25
+ .. _full list of features : https://skypy.readthedocs.io/en/latest/feature_list.html
17
26
.. _SkyPy Documentation : https://skypy.readthedocs.io/en/latest/
18
-
27
+ .. _ http://skypyproject.org : http://skypyproject.org
19
28
20
29
Citation
21
30
--------
@@ -52,6 +61,16 @@ Examples_ that demonstrate how to use it.
52
61
.. _Examples : https://skypy.readthedocs.io/en/stable/examples/index.html
53
62
54
63
64
+ Get in Touch
65
+ ------------
66
+
67
+ You are welcome to talk about the SkyPy package and code using our
68
+ `Discussions Page `_. For any other questions about the project in general,
69
+ please get in touch with the `SkyPy Co-ordinators `_.
70
+
71
+ .. _Discussions Page : https://github.com/skypyproject/skypy/discussions
72
+ .. _SkyPy Co-ordinators : mailto:skypy-coordinators@googlegroups.com
73
+
55
74
Contributing
56
75
------------
57
76
0 commit comments