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

Update to Documenter v1 #764

Merged
merged 1 commit into from
Sep 28, 2023
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.24"
Documenter = "1"
2 changes: 1 addition & 1 deletion docs/src/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Both options are described below.
and [here](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup).
It's also helpful to sign up for a [GitHub account](https://github.com/)
and set git's `github.user` variable.
The [PkgTemplates documentation](https://invenia.github.io/PkgTemplates.jl/stable/)
The [PkgTemplates documentation](https://juliaci.github.io/PkgTemplates.jl/stable/)
may also be useful.

If you struggle with this part, consider trying the "plain" `Pkg` variant below.
Expand Down
1 change: 1 addition & 0 deletions docs/src/dev_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Revise.revision_queue
Revise.NOPACKAGE
Revise.queue_errors
Revise.included_files
Revise.watched_manifests
```

The following are specific to user callbacks (see [`Revise.add_callback`](@ref)) and
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ julia> Example.f()
```

Revise is not tied to any particular editor.
(The [EDITOR or JULIA_EDITOR](https://docs.julialang.org/en/v1/stdlib/InteractiveUtils/#InteractiveUtils.edit-Tuple{AbstractString,Integer}) environment variables can be used to specify your preference for which editor gets launched by Julia's `edit` function.)
(The [EDITOR or JULIA_EDITOR](https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_EDITOR) environment variables can be used to specify your preference for which editor gets launched by Julia's `edit` function.)

If you don't want to have to remember to say `using Revise` each time you start
Julia, see [Using Revise by default](@ref).
Expand Down
6 changes: 6 additions & 0 deletions docs/src/user_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ Revise.diffs
Revise.dont_watch_pkgs
Revise.silence
```

### Revise module

```@docs
Revise
```
Loading