Skip to content

Commit 7ae7b06

Browse files
committed
Add devdocs
1 parent 04e775b commit 7ae7b06

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ makedocs(;
1919
"Conversion" => "conversion.md",
2020
"Differentiation" => "differentiation.md",
2121
"Implementation" => "implementing.md",
22+
"Devdocs" => "devdocs.md"
2223
],
2324
)
2425

docs/src/devdocs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Internal documentation
2+
The following documentation returns to internals of the package and may change
3+
at any time.
4+
5+
```@docs
6+
MaterialModelsBase.stress_controlled_indices
7+
MaterialModelsBase.strain_controlled_indices
8+
```

0 commit comments

Comments
 (0)