Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Aug 23, 2019
1 parent 52e3962 commit bad4684
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
2 changes: 1 addition & 1 deletion docs/src/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These templates should be defined over `GenericPowerModel` and should not refer
## Voltage Constraints

```@docs
constraint_voltage
constraint_model_voltage
constraint_model_voltage_on_off
constraint_model_voltage_ne
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ which utilizes the following (internal) functions:

```@docs
build_ref
buspair_parameters
buspair_parameters!
```
2 changes: 1 addition & 1 deletion docs/src/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ This section provides an overview of the some of the utility functions that are
To improve the quality of the convex relaxations available in PowerModels and also to obtain tightened bounds on the voltage-magnitude and phase-angle difference variables, an optimization-based bound-tightening algorithm is made available as a function in PowerModels.

```@docs
run_obbt_opf
run_obbt_opf!
```

0 comments on commit bad4684

Please sign in to comment.