JuliaLang/julia

Use `jldoctest` wherever possible

Open

#56.921 aberto em 30 de dez. de 2024

Ver no GitHub
 (12 comments) (0 reactions) (0 assignees)Julia (5.773 forks)batch import
docsgood first issuehelp wanted

Métricas do repositório

Stars
 (48.709 stars)
Métricas de merge de PR
 (Mesclagem média 23d 11h) (145 fundiu PRs em 30d)

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

Guia do colaborador