Ahh! I was on that page too, just wasn’t seeing the search box. Thanks.
I’m not currently getting the nbdev version to work, but I am in a docker container. (and it is already installed). I will continue playing around with it, though.
Ok, now, I am able to get the doc(myfunc)
to work. I also needed
from nbdev.showdoc import *
in the file, besides having nbdev installed.
Thank you!