Deltares / Ribasim

Water resources modeling
https://deltares.github.io/Ribasim/
MIT License
36 stars 5 forks source link

Adding content in Python API reference #1571

Open Jingru923 opened 1 week ago

Jingru923 commented 1 week ago

As the outcome of #1439 we have now a frame for our Python API reference, but at the moment not a lot of content.

The API reference is generated by quartodoc, where it will grasp docstrings in the code and display them in the documentation.

To add more content in the API reference, one can simply add docstring that explaining the functionality of the attribute in Model() class.