We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054bd30 commit 9741aadCopy full SHA for 9741aad
2 files changed
docs/make.jl
@@ -1,6 +1,12 @@
1
using Documenter, StructuralEquationModels
2
+using NLopt, ProximalAlgorithms
3
4
makedocs(
5
+ modules=[
6
+ StructuralEquationModels,
7
+ Base.get_extension(StructuralEquationModels, :SEMNLOptExt),
8
+ Base.get_extension(StructuralEquationModels, :SEMProximalOptExt)
9
+ ],
10
sitename = "StructuralEquationModels.jl",
11
pages = [
12
"index.md",
docs/src/tutorials/concept.md
@@ -106,12 +106,7 @@ 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
0 commit comments