Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Jul 11, 2024
1 parent 40c8caa commit 2b8e2b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developers.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _Developers:

Developers
==========

Expand Down
2 changes: 2 additions & 0 deletions pastas_plugins/responses/rfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,12 @@ def theis(A: float, a: float, b: float, t: ArrayLike) -> ArrayLike:

def to_dict(self):
"""Method to export the response function to a dictionary.
Returns
-------
data: dict
dictionary with all necessary information to reconstruct the rfunc object.
Notes
-----
The exported dictionary should exactly match the input arguments of __init__.
Expand Down

0 comments on commit 2b8e2b6

Please sign in to comment.