Adding content in Python API reference #1571
Labels
documentation
Improvements or additions to documentation
python
Relates to one of the Ribasim python packages
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.The text was updated successfully, but these errors were encountered: