Skip to content

Commit

Permalink
Switch to Documenter v1.0 (JuliaGraphs#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jan 3, 2024
1 parent da6f801 commit 34b44d0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 293 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ benchmark/.results/*
benchmark/.tune.jld
*.cov
/Manifest.toml
/docs/Manifest.toml
/docs/src/index.md
/docs/src/contributing.md
/docs/src/license.md
292 changes: 0 additions & 292 deletions docs/Manifest.toml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"

[compat]
Documenter = "~0.27"
Documenter = "1"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pages_files = [
],
"For advanced users" => [
"advanced/errorhandling.md",
"advanced/test.md",
"advanced/experimental.md",
"advanced/parallel.md",
"contributing.md",
Expand Down
16 changes: 16 additions & 0 deletions docs/src/advanced/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Test graphs

`Graphs.Test` is a module containing generic graph structures which make as few hypotheses as possible beyond the basic interface.
It is not part of the public API and may break unexpectedly.

## Index

```@index
Pages = ["test.md"]
```

## Full docs

```@autodocs
Modules = [Graphs.Test]
```

0 comments on commit 34b44d0

Please sign in to comment.