You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the help strings for traits of type Dict, List, Instance are missing since ipython/traitlets#818 released with traitlets 5.10.0 in september, but they aren't missing for Bool, Integer, Unicode.
I've added a test to capture this in #54, but I don't have an understanding on what happened in ipython/traitlets#818 that caused this.
I've tested to conlclude that we run into this issue not only with the main branch of autodoc_traits, but with version 1.1.0, as long as traitlets with ipython/traitlets#818 is used.
consideRatio
changed the title
help strings incorrectly considered missing for some but not all trait types
Help strings incorrectly considered missing for some but not all trait types
Sep 26, 2023
It seems that the help strings for traits of type Dict, List, Instance are missing since ipython/traitlets#818 released with traitlets 5.10.0 in september, but they aren't missing for Bool, Integer, Unicode.
I've added a test to capture this in #54, but I don't have an understanding on what happened in ipython/traitlets#818 that caused this.
Related code
autodoc-traits/autodoc_traits.py
Lines 92 to 122 in 5632a2a
The text was updated successfully, but these errors were encountered: