JuliaLang/julia

Use `jldoctest` wherever possible

Open

#56.921 aperta il 30 dic 2024

Vedi su GitHub
 (12 commenti) (0 reazioni) (0 assegnatari)Julia (5773 fork)batch import
docsgood first issuehelp wanted

Metriche repository

Star
 (48.709 star)
Metriche merge PR
 (Merge medio 23g 11h) (145 PR mergiate in 30 g)

Descrizione

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

Guida contributor