From fe8263586b3a9ef8d130c35f69684d78b930e8f6 Mon Sep 17 00:00:00 2001 From: noahrhodes Date: Tue, 17 May 2022 14:11:09 -0500 Subject: [PATCH] Update doc index.md to link to github page (#825) --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 5571e4651..dead7687d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -6,7 +6,7 @@ CurrentModule = PowerModels ## Overview -PowerModels.jl is a Julia/JuMP package for Steady-State Power Network Optimization. It provides utilities for parsing and modifying network data (see [PowerModels Network Data Format](@ref) for details), and is designed to enable computational evaluation of emerging power network formulations and algorithms in a common platform. +[PowerModels.jl](https://github.com/lanl-ansi/PowerModels.jl) is a Julia/JuMP package for Steady-State Power Network Optimization. It provides utilities for parsing and modifying network data (see [PowerModels Network Data Format](@ref) for details), and is designed to enable computational evaluation of emerging power network formulations and algorithms in a common platform. The code is engineered to decouple [Problem Specifications](@ref) (e.g. Power Flow, Optimal Power Flow, ...) from the [Formulation Details](@ref) (e.g. AC, DC approximation, SOC relaxation, ...). This enables the definition of a wide variety of power network formulations and their comparison on common problem specifications.