JuliaDocs/Documenter.jl

# hide not working anymore

Open

#1 690 ouverte le 1 sept. 2021

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Julia (513 forks)batch import
Type: Enhancementhelp wanted

Métriques du dépôt

Stars
 (910 stars)
Métriques de merge PR
 (Merge moyen 16j 9h) (3 PRs mergées en 30 j)

Description

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.

Guide contributeur