Skip to content

Commit 1e9e150

Browse files
authored
Move internal docstrings to a hidden page (#143)
1 parent 827d9c0 commit 1e9e150

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ makedocs(
1515
"Introduction" => "intro.md",
1616
"Docstrings" => "index.md",
1717
"Custom Macros" => "examples/custom_macros.md",
18+
hide("internals.md"),
1819
],
1920
strict = true, # to exit with non-zero code on error
2021
)

docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
```@autodocs
44
Modules = [Setfield]
5+
Private = false
56
```

docs/src/internals.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Internals
2+
3+
```@autodocs
4+
Modules = [Setfield]
5+
Public = false
6+
```

0 commit comments

Comments
 (0)