Skip to content
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