Fixes
- Fixes #93 (closed) (custom cmap via kwargs)
- Fixes #83 (closed) (uniform docstrings with :param: and :returns:)
- Fixes #68 (closed) (reading quadratic xdmf)
Reagarding the docstrings: I didn't touch the ogs6py functions which still use **kwargs for all parameters. Their docstrings need to be updated, when the functions arguments get type hints.
Edited by Tobias Meisel