-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Update README and LICENSE (#39)
- Loading branch information
Showing
4 changed files
with
47 additions
and
39 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
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,35 @@ | ||
|
||
**GLASS**: Generator for Large Scale Structure | ||
============================================== | ||
|
||
[![Gitter](https://badges.gitter.im/glass-dev/glass.svg)](https://gitter.im/glass-dev/glass) | ||
[![Documentation](https://readthedocs.org/projects/glass/badge/?version=latest)](https://glass.readthedocs.io/en/latest/) | ||
|
||
This is the core library for GLASS, the Generator for Large Scale Structure. | ||
For more information, see the full [documentation]. There are a number of | ||
[examples] to get you started. | ||
|
||
|
||
Installation | ||
------------ | ||
|
||
Releases of the code can be installed with pip as usual: | ||
|
||
pip install glass | ||
|
||
If you are interested in the latest version of the code, you can pip-install | ||
this repository: | ||
|
||
pip install git+https://github.com/glass-dev/glass.git | ||
|
||
|
||
Citation | ||
-------- | ||
|
||
If you use GLASS simulations or the GLASS library in your research, please cite | ||
the original paper. | ||
|
||
|
||
[documentation]: https://glass.readthedocs.io/ | ||
[examples]: https://glass.readthedocs.io/projects/examples/ | ||
[glass-camb]: https://github.com/glass-dev/glass-camb/ |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = 2023.1 | |
maintainer = Nicolas Tessore | ||
maintainer_email = [email protected] | ||
description = Generator for Large Scale Structure | ||
long_description = file: README.rst | ||
long_description = file: README.md | ||
long_description_content_type = text/x-rst | ||
license = MIT | ||
license_file = LICENSE | ||
|