Skip to content

Commit f8d3461

Browse files
Copilotclaude
andauthored
Restructure API reference documentation
Co-Authored-By: Claude Code (claude-sonnet-4-6) <noreply@anthropic.com>
1 parent 5b0ade7 commit f8d3461

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/src/70-reference.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
Pages = ["70-reference.md"]
55
```
66

7+
## Public API
8+
9+
The functions and types below form the supported public interface of
10+
TulipaEnergyModel.jl.
11+
712
```@autodocs
813
Modules = [TulipaEnergyModel]
14+
Private = false
915
```
16+
17+
## Internal implementation details
18+
19+
Internal helper functions (such as names starting with `_`) are not part of
20+
the public API and are intentionally omitted from this page.

0 commit comments

Comments
 (0)