diff --git a/docs/make.jl b/docs/make.jl index d58410b..76a3888 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,7 +11,6 @@ makedocs( pages = [ "User Documentation" => "index.md", "Methods" => "methods.md", - "Decomposition" => "decomposition.md", "Math" => "math.md" ], warnonly = true, # TODO rm this and fix all the docs diff --git a/docs/src/decomposition.md b/docs/src/decomposition.md deleted file mode 100644 index e57b0c9..0000000 --- a/docs/src/decomposition.md +++ /dev/null @@ -1,12 +0,0 @@ -Methods to decompose and solve the `SinglePhase` Branch Flow Model are provided based on the work in -[[2]](@ref). These methods are most advantageous when solving the non-linear (unrelaxed) power flow -equations and are only valid(?) in radial networks. - -```@docs -init_inputs! -set_inputs! -get_diffs -``` - -### [2] -Sadnan, Rabayet, and Anamika Dubey. "Distributed optimization using reduced network equivalents for radial power distribution systems." IEEE Transactions on Power Systems 36.4 (2021): 3645-3656. \ No newline at end of file