-
-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Description
Originally this issue only said "Decide on general format of Readme files", but now it supersedes #281 and I am adding more details - @alexanderzimmerman 2020/04/07
During the GemPy retreat, we identified an issue that the purposes of the sub-folders within the gempy folder, e.g. "assets" and "addons", were unclear.
A solution we thought of was to put a README.md in each folder.
An alternative would be to document each sub-folder as a sub-package (which they technically are) and simply add docstrings to their __init__.py
files.