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.
1 parent 827d9c0 commit 1e9e150Copy full SHA for 1e9e150
docs/make.jl
@@ -15,6 +15,7 @@ makedocs(
15
"Introduction" => "intro.md",
16
"Docstrings" => "index.md",
17
"Custom Macros" => "examples/custom_macros.md",
18
+ hide("internals.md"),
19
],
20
strict = true, # to exit with non-zero code on error
21
)
docs/src/index.md
@@ -2,4 +2,5 @@
2
3
```@autodocs
4
Modules = [Setfield]
5
+Private = false
6
```
docs/src/internals.md
@@ -0,0 +1,6 @@
1
+# Internals
+
+```@autodocs
+Modules = [Setfield]
+Public = false
+```
0 commit comments