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

Feature 379 requirements #380

Merged
merged 3 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 3 additions & 28 deletions docs/Contributors_Guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,14 @@ other scripts.
Python Requirements
===================

* Python 3.10.4

* imutils 0.5.4

* imageio 2.25.0

* metpy 1.4.0

* netcdf4 1.6.2

* numpy 1.24.1

* opencv-python 4.7.0.68

* pandas 1.4.2

* pytest 7.1.2

* pyyaml 6.0

* scikit-image 0.19.3

* scipy 1.10.0

* xarray 2023.1.0

For information about the Python Requirements for METcalcpy, please see the User’s Guide `Python Requirements <https://metcalcpy.readthedocs.io/en/develop/Users_Guide/installation.html#python-requirements>`_ section in the `Installation Guide <https://metcalcpy.readthedocs.io/en/develop/Users_Guide/installation.html#installation-guide>`_.

Coding Standards
================

METplus has adopted some coding standards for its Python code. Detailed information can be found here: https://metplus.readthedocs.io/en/latest/Contributors_Guide/coding_standards.html
METplus has adopted some coding standards for its Python code. Detailed information can be found in the `METplus Coding Standards <https://metplus.readthedocs.io/en/latest/Contributors_Guide/coding_standards.html>`_ documentation.

Comment the Python code using Python docstrings: https://peps.python.org/pep-0257/
Comment the Python code using `Python docstring conventions <https://peps.python.org/pep-0257/>`_.

Organization of Code in the Github Repository
=============================================
Expand Down