bjlittle / geovista

Cartographic rendering and mesh analytics powered by PyVista
https://geovista.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
159 stars 26 forks source link

update bridge docstring attributes and dtypes #680

Closed bjlittle closed 8 months ago

bjlittle commented 8 months ago

🚀 Pull Request

Description

There may be a cleverer way to tackle the docstring typehinting of non-python types using autoapi templates, but this will suffice as a pattern for now.

Before After
image image
image

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e7d0dd9) 94.62% compared to head (46f8c10) 94.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #680 +/- ## ========================================== + Coverage 94.62% 94.64% +0.02% ========================================== Files 129 129 Lines 4889 4893 +4 ========================================== + Hits 4626 4631 +5 + Misses 263 262 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.