Skip to content

Commit

Permalink
Add internal API for non-exported functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdayday committed Sep 20, 2024
1 parent dd26d5a commit 5455af6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pages = OrderedDict(
"Code Base Developer Guide" => Any[
"Developer Guide" => "code_base_developer_guide/developer.md",
"Troubleshooting" => "code_base_developer_guide/troubleshooting.md",
"Internals" => "code_base_developer_guide/internal.md",
],
"Formulation Library" => Any[
"Introduction" => "formulation_library/Introduction.md",
Expand Down
10 changes: 10 additions & 0 deletions docs/src/code_base_developer_guide/internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```@meta
CollapsedDocStrings = true
```

# Internal API

```@autodocs
Modules = [PowerSimulations]
Public = false
```

0 comments on commit 5455af6

Please sign in to comment.