Why does the doc string not show up when the Union type is set to string? Is this a bug?
n
Why does the doc string not show up when the Union type is set to string? Is this a bug?
t
@late-eye-50215 mind confirming this?
n
also something about the optional dict google doc string style
Copy code
sampler_weights (:obj:`dict`, optional): normalized weights for the WEIGHT_BALANCE sampler
this still shows up as sampler_weights instead of the description
l
Hmm yeah it shouldn't hide that; let me take a look.
n
were you able to reproduce it? I was trying it out with google doc string style doing it like this
Copy code
param2 (:obj:`str`, optional):
149 Views