JuliaLang/julia

Use `jldoctest` wherever possible

Open

#56 921 ouverte le 30 déc. 2024

Voir sur GitHub
 (12 commentaires) (0 réactions) (0 assignés)Julia (5 773 forks)batch import
docsgood first issuehelp wanted

Métriques du dépôt

Stars
 (48 709 stars)
Métriques de merge PR
 (Merge moyen 23j 11h) (145 PRs mergées en 30 j)

Description

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

Guide contributeur