Display enum classes in Pydantic model docs
Opened this issue · 0 comments
mferrera commented
Currently enums are filtered from Pydantic docs for pragmatic reasons.
fmu-dataio/docs/ext/pydantic_autosummary/pydantic.py
Lines 28 to 30 in 6263e89
It'd be nice to display the enums to show the possible values for fields that receive them.