NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
14 stars 11 forks source link

Add PEP8 to Standards Doc #503

Closed biosafetylvl5 closed 5 months ago

biosafetylvl5 commented 5 months ago

✅ Required existing tests pass (ie full_test.sh, others as appropriate) ✅ Required documentation added for new/modified functionality ✅ Required release notes added for new/modified functionality ❌ NO REQUIRED updates to other repos (This documentation update does not necessitate changes in other repositories.) ❌ NO REQUIRED unit tests (This is a documentation update, hence no unit tests are required.) ❌ NO REQUIRED integration tests (Since this is a documentation change, no integration tests are needed.)

Related Issues

Related to NRLMMD-GEOIPS/geoips#502

Summary

I wrote that we will be following PEP-8 guidelines - nothing should be surprising in here.

Added some easy references for function names, class names, exception names, module names, and module import conventions.

Included a link to a cute (✨) version PEP-8 for further reference.