--- tags: community, minutes --- # PlasmaPy Community Meeting | Tuesday 2022 March 15 at 18:00 UT ### Video Conference Information * [Zoom link](https://zoom.us/j/91633383503?pwd=QWNkdHpWeFhrYW1vQy91ODNTVG5Ndz09) * Instant messaging: [Matrix](https://app.element.io/#/room/#plasmapy:openastronomy.org) and [Gitter](https://gitter.im/PlasmaPy/Lobby) * [GitHub Minutes Repository](https://github.com/PlasmaPy/plasmapy-project/tree/master/minutes) * ["Community" Sub-directory](https://github.com/PlasmaPy/plasmapy-project/tree/master/minutes/_community) * [PlasmaPy on GitHub](https://github.com/PlasmaPy/plasmapy) ([pull requests](https://github.com/PlasmaPy/plasmapy/pulls), [issues](https://github.com/PlasmaPy/plasmapy/issues)) * [PlasmaPy Enhancement Proposals on GitHub](https://github.com/PlasmaPy/PlasmaPy-PLEPs) * [PlasmaPy Google Calendar](https://calendar.google.com/calendar/embed?src=c_sqqq390s24jjfjp3q86pv41pi8%40group.calendar.google.com&ctz=America%2FNew_York) ## Agenda (please feel free to edit or add items) 1. Introductions 2. 10-15 minutes for [roadmap](https://hackmd.io/@plasmapy/ry0mmnj6v) 3. solicit "Project Issues" 4. ... 5. Issues 1. ... 9. Pull requests in progress 1. ... ## Attendees * ... ## Action Items ***Person*** * Erik * Nick * Alexander ## Minutes * Can do this in docstrings to get ```Python """ Z : :term:`numpy:array_like` """ ``` * framworking sheath functionality ```python def sheath_matix(...): ... def sheath_HV(...): ... @validate_quantities("n": {"can_be_negative": False}) @particle_input def sheath(n: u.m ** -3, V0: u.volt, *, particle: Particle, method="matrix"): """ See Also -------- sheath_matrix """ _types = { "matrix": sheath_matrix, "HV": sheath_HV: } _sheath = _types[method](*args, **kwargs) ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up