JuliaDocs/Documenter.jl

# hide not working anymore

Open

#1.690 geöffnet am 1. Sept. 2021

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (513 Forks)batch import
Type: Enhancementhelp wanted

Repository-Metriken

Stars
 (910 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 16T 9h) (3 gemergte PRs in 30 T)

Beschreibung

I've updated Documenter.jl to v.0.27.5 and for some reason the "# hide" command does not seem to work anymore. I use it to hide plot generation, maybe there's a preferred way of doing that now? I don't see it mentioned anywhere. Here's an example where it fails:

using Plots
p=plot(1:3)
savefig("blah.svg"); nothing # hide

The last line is displayed in the html result and no svg is produced.

Contributor Guide