Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to run from the Python IDLE? #51
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi there - use from the REPL is not a priority for now, I think. It's possible that we could sprout an API for interactive use later on, but I'd want it to be pretty well motivated. |
cortesi
closed this
Jun 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
karimbahgat commentedMay 29, 2015
The package docs says pdoc is mostly a commandline tool and those were the only examples given. However, it was briefly mentioned that one could use pdoc.Module class or pdoc.html function but without much detail. I tried it and I got an error that pdoc was giving an unexpected argument to the markdown module, possibly due to changes in a newer version of Markdown?
Am I doing it wrong, is there a standard way of using pdoc from Python? There are many cases and for many users that running pdoc from within Python would be preferred.