Skip to content

Commit

Permalink
update docs and convert jldoctest to @repl blocks (#607)
Browse files Browse the repository at this point in the history
Doctest is very fragile.
Using `@repl`, we can update documentation automatically.
  • Loading branch information
aviatesk authored Jan 6, 2024
1 parent d319168 commit 0089e4b
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 151 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/Manifest.toml linguist-generated=true
193 changes: 170 additions & 23 deletions docs/Manifest.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ DocMeta.setdocmeta!(JuliaInterpreter, :DocTestSetup, :(
makedocs(
modules = [JuliaInterpreter],
clean = false,
strict = true,
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
sitename = "JuliaInterpreter.jl",
authors = "Keno Fischer, Tim Holy, Kristoffer Carlsson, and others",
Expand Down
Loading

0 comments on commit 0089e4b

Please sign in to comment.