From ba8b92105bc0321354e0cfd217a37bbdeee63325 Mon Sep 17 00:00:00 2001 From: AdamTheisen Date: Wed, 6 Dec 2023 11:38:31 -0600 Subject: [PATCH] ENH: Error in contributors guide as well --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4763106257..1c131a7c9d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -287,8 +287,8 @@ When adding discovery modules or functions please adhere to the following * Filenames should just include the name of the organization (arm) or portal (airnow) and no other filler words like get or download * Functions should follow [get/download]_[org/portal]_[data/other description]. If it is getting data but not downloading a file, it should start with get, like get_asos_data. If it downloads a file, it should start with download. The other description can vary depending on what you are retrieving. Please check out the existing functions for ideas. -Discovery -~~~~~~~~~ +IO +~~ Similarly, for the io modules, the names should not have filler and just be the organization or portal name. The functions should clearly indicate what it is doing like read_arm_netcdf instead of read_netcdf if the function is specific to ARM files. Adding Secrets and Environment Variables