File tree Expand file tree Collapse file tree 5 files changed +22
-293
lines changed Expand file tree Collapse file tree 5 files changed +22
-293
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ benchmark/.results/*
8
8
benchmark /.tune.jld
9
9
* .cov
10
10
/Manifest.toml
11
+ /docs /Manifest.toml
12
+ /docs /src /index.md
13
+ /docs /src /contributing.md
14
+ /docs /src /license.md
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
3
Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
4
4
5
5
[compat ]
6
- Documenter = " ~0.27 "
6
+ Documenter = " 1 "
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ pages_files = [
69
69
],
70
70
" For advanced users" => [
71
71
" advanced/errorhandling.md" ,
72
+ " advanced/test.md" ,
72
73
" advanced/experimental.md" ,
73
74
" advanced/parallel.md" ,
74
75
" contributing.md" ,
Original file line number Diff line number Diff line change
1
+ # Test graphs
2
+
3
+ ` Graphs.Test ` is a module containing generic graph structures which make as few hypotheses as possible beyond the basic interface.
4
+ It is not part of the public API and may break unexpectedly.
5
+
6
+ ## Index
7
+
8
+ ``` @index
9
+ Pages = ["test.md"]
10
+ ```
11
+
12
+ ## Full docs
13
+
14
+ ``` @autodocs
15
+ Modules = [Graphs.Test]
16
+ ```
You can’t perform that action at this time.
0 commit comments