Update RESOURCE_DIR environment variable to use general API methods
After PR #798 is merged in, the RESOURCE_DIR environment variable could also be set using the generalized API methods (same with FEEDSTOCK_DIR environment variable). This would also require updating the doc pages to remove the notes that methods don't work for setting the RESOURCE_DIR
NOTE: this may also require some minor updates to the generalized methods introduced in PR #798 so that they don't throw errors if we're just checking to see if the RESOURCE_DIR environment variable was specified (rather than requiring that it is).
This is also somewhat related to Issue #765 (which PR #798 attempts to resolve)
Update
RESOURCE_DIRenvironment variable to use general API methodsAfter PR #798 is merged in, the
RESOURCE_DIRenvironment variable could also be set using the generalized API methods (same withFEEDSTOCK_DIRenvironment variable). This would also require updating the doc pages to remove the notes that methods don't work for setting theRESOURCE_DIRNOTE: this may also require some minor updates to the generalized methods introduced in PR #798 so that they don't throw errors if we're just checking to see if the
RESOURCE_DIRenvironment variable was specified (rather than requiring that it is).This is also somewhat related to Issue #765 (which PR #798 attempts to resolve)