Move documentation for charge/mass number parameters to Other Parameters
section in docstrings
#2218
Labels
docs
PlasmaPy Docs at http://docs.plasmapy.org
Plasma Lv0 | Novice
Issues that do not require knowledge of physics
plasmapy.particles
Related to the plasmapy.particles subpackage
Python Lv0 | Novice
Issues that require little to no knowledge of Python
Functions decorated by
@particle_input
can accept parameters for the mass number (mass_numb
) and charge number (Z
). These are not the primary parameters for functions, so it would probably be best to move these to the Other Parameters section of docstrings.The sections should have the same order of sections as listed in the numpydoc standard. Most of the time the
Other Parameters
section should be just after theReturns
section.We should address this at the same time as #2024.
The text was updated successfully, but these errors were encountered: