JuliaLang/julia

Use `jldoctest` wherever possible

Offen

#56.921 geöffnet am 30.12.2024

 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (5.773 Forks)batch import
docsgood first issuehelp wanted

Repository-Metriken

Stars
 (48.709 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

jldoctest didn't used to support repl mode so we have a bunch of code blocks with julia-repl tags that should really be jldoctest instead.

Or, if you're feeling ambitious, it would be nice to audit all code blocks (grep for ```) and make as many as possible jldoctest.

Advice for folks implementing this

Contributor Guide