Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amend PLEP 7 to include plasmapy.io #37

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion PLEP-0007.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PLEP-0007 – Structure of Top-Level Sub-Packages
+-------------------+---------------------------------------------+
| date created | 2019-10-27 |
+-------------------+---------------------------------------------+
| date last revised | 2020-05-12 |
| date last revised | 2020-04-20 |
+-------------------+---------------------------------------------+
| type | Standard |
+-------------------+---------------------------------------------+
Expand Down Expand Up @@ -86,6 +86,7 @@ respective package PLEPs.
#. `diagnostics`_
#. `dispersion`_
#. `formulary`_
#. `io`__
#. `particles`_
#. `plasma`_
#. `simulation`_
Expand Down Expand Up @@ -209,6 +210,22 @@ respective package PLEPs.
| | `NRL Plasma Formulary`_. |
+-----------------+-------------------------------------------------------------+

.. _io:

+-----------------+-------------------------------------------------------------+
| **io** |
+=================+=============================================================+
| directory: | ``./plasmapy/io/`` |
+-----------------+-------------------------------------------------------------+
| access: | ``plasmapy.io`` |
+-----------------+-------------------------------------------------------------+
| PLEP: | |
+-----------------+-------------------------------------------------------------+
| scope: | A sub-package to contain functionality for inputting and |
| | outputting data sets in formats commonly used in plasma |
| | science. |
+-----------------+-------------------------------------------------------------+

.. _particles:

+-----------------+-------------------------------------------------------------+
Expand Down