eWaterCycle / ewatercycle

Python package for running hydrological models
https://ewatercycle.readthedocs.io/en/latest/
Apache License 2.0
33 stars 5 forks source link

Render ewatercycle._forcings package on readthedocs #436

Open sverhoeven opened 1 month ago

sverhoeven commented 1 month ago

Currently the ewatercycle._forcings does not show up on https://ewatercycle.readthedocs.io/en/latest/autoapi/ewatercycle/index.html#subpackages .

This makes it impossible to see the docstrings from a browser (still works from editor/notebook/repl).

It would be nice if the _forcings module could be made public.

BSchilperoort commented 4 weeks ago

I guess this is due to the autodoc skipping these modules. Changing _forcings to forcings shouldn't break anything and make that work.