We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2f503 + 1ab4b3c commit a5fa0f3Copy full SHA for a5fa0f3
docs/make.jl
@@ -17,6 +17,7 @@ makedocs(;
17
"Manual" => "manual.md",
18
"Linux-based environments" => "linuxtips.md",
19
"Reference" => "reference.md",
20
+ hide("Internals" => "internals.md"),
21
],
22
)
23
docs/src/internals.md
@@ -0,0 +1,7 @@
1
+# Internals
2
+
3
+```@autodocs
4
+Modules = [BenchmarkTools]
5
+Public = false
6
+Filter = f -> f !== Base.run
7
+```
docs/src/reference.md
@@ -2,4 +2,9 @@
```@autodocs
Modules = [BenchmarkTools]
+Private = false
8
+```@docs
9
+Base.run
10
```
0 commit comments