JuliaLang/julia

Use `jldoctest` wherever possible

Open

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

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

仓库指标

Star
 (48,709 star)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

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

贡献者指南