Reputation: 6427
Is there a way to have IPython fully render reStructuredText (for Sphinx) docstrings when you type the following:
help foo
or:
foo?
I find it super distracting to try to read help docs in IPython when it shows the raw markup. reST is great for Sphinx documentation, but really clutters up simple help lookups. I can't be alone on this one...?
Google has been no help on this one.
Upvotes: 13
Views: 1634