kconnour / pyRT_DISORT

A Python package for helping to compute input arrays to DISORT.
https://kconnour.github.io/pyRT_DISORT/
BSD 3-Clause "New" or "Revised" License
15 stars 5 forks source link

Documentation property return types #5

Closed kconnour closed 2 years ago

kconnour commented 3 years ago

I want to have a "return type" section for class properties. If I type hint functions, this works correctly but if I type hint class properties, the hint is part of the call signature. If I remove the type hint and add it to the "Returns" section of the docstring, it appears but includes a "Returns:" before "Return type:" that is always empty and unnecessary.

kconnour commented 2 years ago

This will be addressed in the next update