-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from sunpy/docs
- Loading branch information
Showing
10 changed files
with
121 additions
and
180 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 |
---|---|---|
@@ -1,23 +1,3 @@ | ||
include README.rst | ||
include CHANGES.rst | ||
include setup.cfg | ||
include LICENSE.rst | ||
include pyproject.toml | ||
|
||
recursive-include radiospectra *.pyx *.c *.pxd | ||
recursive-include docs * | ||
recursive-include licenses * | ||
recursive-include cextern * | ||
recursive-include scripts * | ||
recursive-include **tests/data/* | ||
recursive-include tests/data/* | ||
|
||
prune build | ||
prune docs/_build | ||
prune docs/api | ||
|
||
global-exclude *.pyc *.o | ||
|
||
# This subpackage is only used in development checkouts and should not be | ||
# included in built tarballs | ||
prune radiospectra/_dev |
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,52 +1,53 @@ | ||
Provide support for some type of radio spectra in solar physics | ||
--------------------------------------------------------------- | ||
|
||
.. image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat | ||
**************** | ||
``radiospectra`` | ||
**************** | ||
|
||
|Latest Version| |matrix| |codecov| |Powered by NumFOCUS| |Powered by SunPy| | ||
|
||
.. |Latest Version| image:: https://img.shields.io/pypi/v/radiospectra.svg | ||
:target: https://pypi.python.org/pypi/radiospectra/ | ||
.. |matrix| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=openastronomy.modular.im | ||
:target: https://openastronomy.element.io/#/room/#sunpy:openastronomy.org | ||
.. |codecov| image:: https://codecov.io/gh/sunpy/radiospectra/branch/main/graph/badge.svg | ||
:target: https://codecov.io/gh/sunpy/radiospectra | ||
.. |Binder| image:: https://mybinder.org/badge_logo.svg | ||
:target: https://mybinder.org/v2/gh/sunpy/sunpy/main?filepath=examples | ||
.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A | ||
:target: https://numfocus.org | ||
.. |Powered by SunPy| image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat | ||
:target: http://www.sunpy.org | ||
:alt: Powered by SunPy Badge | ||
|
||
License | ||
------- | ||
``radiospectra`` is a Python software package that provides support for some type of radio spectra in solar physics. | ||
|
||
To see the latest changes in ``radiospectra`` see our `changelog <https://docs.sunpy.org/projects/radiospectra/en/latest/whatsnew/changelog.html>`__. | ||
|
||
Installation | ||
============ | ||
The recommended way to install ``radiospectra`` is with `miniforge <https://github.com/conda-forge/miniforge#miniforge3>`__. | ||
To install ``radiospectra`` once miniforge is installed run the following command: | ||
|
||
.. code:: bash | ||
This project is Copyright (c) SunPy Developers and licensed under | ||
the terms of the BSD 2-Clause license. This package is based upon | ||
the `Openastronomy packaging guide <https://github.com/OpenAstronomy/packaging-guide>`_ | ||
which is licensed under the BSD 3-clause licence. See the licenses folder for | ||
more information. | ||
$ conda install radiospectra | ||
Documentation | ||
------------- | ||
For detailed installation instructions, see the `installation guide <https://docs.sunpy.org/en/stable/guide/installation.html>`__ in the ``sunpy`` docs. | ||
|
||
The `latest documentation <https://docs.sunpy.org/projects/radiospectra/en/latest/>`__. | ||
Getting Help | ||
============ | ||
For more information or to ask questions about ``radiospectra`` or any other SunPy library, check out: | ||
|
||
- `sunpy documentation <https://docs.sunpy.org/projects/radiospectra/en/latest/index.html/>`__ | ||
- `SunPy Chat`_ | ||
- `SunPy mailing list <https://groups.google.com/forum/#!forum/sunpy>`__ | ||
|
||
Contributing | ||
------------ | ||
|
||
We love contributions! radiospectra is open source, | ||
built on open source, and we'd love to have you hang out in our community. | ||
|
||
**Imposter syndrome disclaimer**: We want your help. No, really. | ||
|
||
There may be a little voice inside your head that is telling you that you're not | ||
ready to be an open source contributor; that your skills aren't nearly good | ||
enough to contribute. What could you possibly offer a project like this one? | ||
|
||
We assure you - the little voice in your head is wrong. If you can write code at | ||
all, you can contribute code to open source. Contributing to open source | ||
projects is a fantastic way to advance one's coding skills. Writing perfect code | ||
isn't the measure of a good developer (that would disqualify all of us!); it's | ||
trying to create something, making mistakes, and learning from those | ||
mistakes. That's how we all improve, and we are happy to help others learn. | ||
|
||
Being an open source contributor doesn't just mean writing code, either. You can | ||
help out by writing documentation, tests, or even giving feedback about the | ||
project (and yes - that includes giving feedback about the contribution | ||
process). Some of these contributions may be the most valuable to the project as | ||
a whole, because you're coming to the project with fresh eyes, so you can see | ||
the errors and assumptions that seasoned contributors have glossed over. | ||
|
||
Note: This disclaimer was originally written by | ||
`Adrienne Lowe <https://github.com/adriennefriend>`_ for a | ||
`PyCon talk <https://www.youtube.com/watch?v=6Uj746j9Heo>`_, and was adapted by | ||
radiospectra based on its use in the README file for the | ||
`MetPy project <https://github.com/Unidata/MetPy>`_. | ||
============ | ||
If you would like to get involved, start by joining the `SunPy Chat`_ and check out our `Newcomers' guide <https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html>`__. | ||
This will walk you through getting set up for contributing. | ||
|
||
Code of Conduct | ||
=============== | ||
When you are interacting with the SunPy community you are asked to follow our `Code of Conduct <https://sunpy.org/coc>`__. | ||
|
||
.. _SunPy Chat: https://openastronomy.element.io/#/room/#sunpy:openastronomy.org |
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,11 +1,43 @@ | ||
************************** | ||
radiospectra Documentation | ||
-------------------------- | ||
************************** | ||
|
||
This is the documentation for radiospectra. | ||
``radiospectra`` is a Python software package that provides support for some type of radio spectra in solar physics. | ||
|
||
Installation | ||
============ | ||
The recommended way to install ``radiospectra`` is with `miniforge <https://github.com/conda-forge/miniforge#miniforge3>`__. | ||
To install ``radiospectra`` once miniforge is installed run the following command: | ||
|
||
.. code:: bash | ||
$ conda install radiospectra | ||
For detailed installation instructions, see the `installation guide <https://docs.sunpy.org/en/stable/guide/installation.html>`__ in the ``sunpy`` docs. | ||
|
||
Getting Help | ||
============ | ||
For more information or to ask questions about ``radiospectra`` or any other SunPy library, check out: | ||
|
||
- `sunpy documentation <https://docs.sunpy.org/projects/radiospectra/en/latest/index.html/>`__ | ||
- `SunPy Chat`_ | ||
- `SunPy mailing list <https://groups.google.com/forum/#!forum/sunpy>`__ | ||
|
||
Contributing | ||
============ | ||
If you would like to get involved, start by joining the `SunPy Chat`_ and check out our `Newcomers' guide <https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html>`__. | ||
This will walk you through getting set up for contributing. | ||
|
||
Code of Conduct | ||
=============== | ||
|
||
When you are interacting with the SunPy community you are asked to follow our `Code of Conduct <https://sunpy.org/coc>`__. | ||
|
||
.. _SunPy Chat: https://openastronomy.element.io/#/room/#sunpy:openastronomy.org | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
guide | ||
overview | ||
code_ref/index | ||
whatsnew/index |
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
Oops, something went wrong.