We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sphinx-prompt
...perhaps following up on the conversation here:
theory
overview
After all, it is not clear if this extension is still needed:
The text was updated successfully, but these errors were encountered:
#168 removed sphinx-prompt and configured sphinx-copybutton
eed5dd9
We actually don't need sphinx-prompt. Sphinx itself recognizes prompt characters >>> and I have now configured sphinx-copybutton to do the same.
>>>
sphinx-copybutton
These code cells:
when copied will now yield:
from pandas import DataFrame df = sp.statistics()
sp.statistics()
@cmutel, please just use >>> instead of >.
>
Sorry, something went wrong.
#168 removed sphinx-prompt
a1d916d
michaelweinold
No branches or pull requests
...perhaps following up on the conversation here:
theory
tooverview
#165 (comment)After all, it is not clear if this extension is still needed:
The text was updated successfully, but these errors were encountered: