We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e775b commit 7ae7b06Copy full SHA for 7ae7b06
2 files changed
docs/make.jl
@@ -19,6 +19,7 @@ makedocs(;
19
"Conversion" => "conversion.md",
20
"Differentiation" => "differentiation.md",
21
"Implementation" => "implementing.md",
22
+ "Devdocs" => "devdocs.md"
23
],
24
)
25
docs/src/devdocs.md
@@ -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