Skip to content

Commit

Permalink
force version 1.0 of Documenter.jl (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer authored Nov 7, 2023
1 parent 34bc916 commit bdf9923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "^0.27.0"
Documenter = "1.0"
4 changes: 2 additions & 2 deletions docs/src/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DocTestSetup = :(using GAP)
Ctrl-D) returns one to a Julia prompt. From the GAP prompt, one can access
Julia variables via the `Julia` object, for example `Julia.binomial(5,3)`.
For more details on how to access Julia from GAP, please consult
[the manual of the GAP package JuliaInterface](../assets/html/JuliaInterface/chap0_mj.html).
[the manual of the GAP package JuliaInterface](assets/html/JuliaInterface/chap0_mj.html).

- Alternatively, one can start GAP in the traditional way,
by executing a shell script.
Expand All @@ -38,7 +38,7 @@ GAP.create_gap_sh

The GAP-Julia interface is fully bidirectional, so it is also possible to access all
Julia functionality from GAP. To learn more about this, please consult
[the manual of the GAP package JuliaInterface](../assets/html/JuliaInterface/chap0_mj.html).
[the manual of the GAP package JuliaInterface](assets/html/JuliaInterface/chap0_mj.html).

## Types

Expand Down

0 comments on commit bdf9923

Please sign in to comment.