Skip to content

Commit

Permalink
Move and collapse internal API
Browse files Browse the repository at this point in the history
  • Loading branch information
kdayday committed Sep 17, 2024
1 parent 74be27b commit 98e384f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ pages = OrderedDict(
"Model Library" => Any[],
"Reference" =>
Any["Public API" => "api/public.md",
"Internal API Reference" => "api/internal.md",
"Glossary and Acronyms" => "api/glossary.md",
"Type Hierarchy" => "api/type_tree.md",
"`ValueCurve` Options" => "api/valuecurve_options.md",
"Specifying the category of..." => "api/enumerated_types.md",
"Developer Guidelines" => "api/developer_guidelines.md",
"Citation" => "api/citation.md"
"Citation" => "api/citation.md",
"Developers" => ["Developer Guidelines" => "api/developer_guidelines.md",
"Internals" => "api/internal.md"]
]


Expand Down
4 changes: 4 additions & 0 deletions docs/src/api/internal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
CollapsedDocStrings = true
```

# Internal API

```@autodocs
Expand Down

0 comments on commit 98e384f

Please sign in to comment.