Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

force version 1.0 of Documenter.jl #953

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading