We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9741aad commit d2fdf7aCopy full SHA for d2fdf7a
docs/make.jl
@@ -66,6 +66,7 @@ makedocs(
66
collapselevel = 1,
67
),
68
doctest = false,
69
+ checkdocs = :none,
70
)
71
72
# doctest(StructuralEquationModels, fix=true)
docs/src/tutorials/concept.md
@@ -106,7 +106,16 @@ using StructuralEquationModels, NLopt
106
StructuralEquationModels.optimizer_engine_doc(:NLopt)
107
```
108
109
+```@setup OptDocs
110
+using StructuralEquationModels, NLopt
111
+
112
+SemOptimizerNLopt = Base.get_extension(StructuralEquationModels, :SEMNLOptExt).SemOptimizerNLopt
113
+```
114
115
```@docs
116
SemOptimizer
-SemOptimizerNLopt
117
118
119
+```@autodocs
120
+Modules = [SEMNLOptExt,]
121
0 commit comments