ECMWFCode4Earth / ml_drought

Machine learning to better predict and understand drought. Moving github.com/ml-clim
https://ml-clim.github.io/drought-prediction/
90 stars 18 forks source link

Review - Documentation #92

Open jwagemann opened 5 years ago

jwagemann commented 5 years ago
tommylees112 commented 5 years ago

Which notebooks are you referring to?

The notebooks in notebooks/draft are more for internal visualisations and testing the use of the pipeline.

Are the notebooks in notebooks/docs better commented?

tommylees112 commented 5 years ago

We see you plan to document functions using sphinx, it would be good to have some basic doc files already

Please see the branch: docs/sphinx. We’ve done our best to ensure all the classes and functions which we intend to expose have good docstrings, so a lot of the functionality can be exposed using the help function.

In addition, the major steps of the pipeline - and the appropriate code to run them - is in the scripts directory, along with an accompanying readme.