Closed CFoye-Creare closed 1 year ago
merging from develop undid previous changes. reinstating refactoring of modules.
All tests that should pass do.
@CFoye-Creare Could you please write a new documentation entry explaining the style that we've chosen.
A few comments:
Also, I think the version
module should be an exception? It should be singular, because that seems to be the common convention across Python libraries. @jxm, care to weigh in?
I renamed modules inside podpac. to plural, but changed modules inside podpac.. to singular. So, podpac.interpolator.py
became podpac.interpolators.py
while podpac.interpolation.interpolator.interpolator.py
was kept singular. Want me to change `podpac.interpolation.to
podpac.interpolator`?
Running tests after changing all appropriate modules to plural.