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
For example:
```@example plot using DynamicalSystems using PyPlot PyPlot.ioff() # hide ds = Systems.logistic() ```
does not hide the line PyPlot.ioff() # hide when it is compiled.
PyPlot.ioff() # hide
The text was updated successfully, but these errors were encountered:
Notice that other hide commands work for me. For example: savefig("logisticdiagram.png"); nothing # hide is hidden in the output
savefig("logisticdiagram.png"); nothing # hide
Sorry, something went wrong.
I've found something similar. Some @example blocks hide lines correctly and some don't, and I haven't found a common pattern between them yet.
@example
http://joshday.github.io/OnlineStats.jl/latest/visualizations.html
Maybe fixed by #991?
Yeah, this seems likely. I'll close this. If someone still runs into this (with Documenter 0.22 or higher), we can re-open.
No branches or pull requests
For example:
does not hide the line
PyPlot.ioff() # hide
when it is compiled.The text was updated successfully, but these errors were encountered: