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.
Revert "MAINT: merge main into module/halos (skypyproject#581)"
This reverts commit 3496ac0.
- Loading branch information
Showing
55 changed files
with
341 additions
and
1,304 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
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
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,24 +1,17 @@ | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-20.04 | ||
apt_packages: | ||
- graphviz | ||
tools: | ||
python: "3.7" | ||
image: latest | ||
|
||
sphinx: | ||
builder: html | ||
configuration: docs/conf.py | ||
fail_on_warning: true | ||
|
||
python: | ||
system_packages: false | ||
version: 3.7 | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs | ||
- all | ||
|
||
formats: [] |
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,27 +1,13 @@ | ||
Citation Guidelines | ||
=================== | ||
|
||
|JOSS| |Zenodo| | ||
|
||
|
||
If you use SkyPy for work or research presented in a publication (whether | ||
directly, or as a dependency of another package) we recommend and encourage | ||
directly, or as a dependency to another package) we recommend and encourage | ||
the following acknowledgment: | ||
|
||
This research made use of SkyPy, a Python package for forward modeling | ||
astronomical surveys (Amara et. al., 2021, SkyPy Collaboration, 202x). | ||
|
||
where the citations are to our publication in the `Journal of Open Source | ||
Software`_ and the `Zenodo DOI`_ for the specific version of the software that | ||
you used. We also encourage citations within the main text wherever | ||
appropriate. DOIs and BibTeX keys are available through the links above. | ||
|
||
.. _Journal of Open Source Software: https://joss.theoj.org/papers/10.21105/joss.03056 | ||
.. _Zenodo DOI: https://zenodo.org/record/3755531 | ||
|
||
astronomical surveys (SkyPy Collaboration, 2020). | ||
|
||
.. |JOSS| image:: https://joss.theoj.org/papers/10.21105/joss.03056/status.svg | ||
:target: https://doi.org/10.21105/joss.03056 | ||
where (SkyPy Collaboration, 2020) is a citation to the software DOI for the | ||
specific version that you used. We also encourage you to cite the software DOI | ||
in the main text wherever appropriate. DOIs and BibTeX keys for each release | ||
can be found on Zenodo_. | ||
|
||
.. |Zenodo| image:: https://zenodo.org/badge/doi/10.5281/zenodo.4475347.svg | ||
:target: https://doi.org/10.5281/zenodo.3755531 | ||
.. _Zenodo: https://zenodo.org/record/3755531 |
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
Oops, something went wrong.