JuliaLang/julia

Use `jldoctest` wherever possible

Open

#56,921 创建于 2024年12月30日

在 GitHub 查看
 (12 评论) (0 反应) (0 负责人)Julia (48,709 star) (5,773 fork)batch import
docsgood first issuehelp wanted

描述

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

贡献者指南