From ff3265030dee82b73714f5c0b59bb0cae5725afb Mon Sep 17 00:00:00 2001 From: Gleb Belov Date: Wed, 28 Feb 2024 21:32:42 +1100 Subject: [PATCH] Doc: fix NLWPY example link #30 --- doc/source/components.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/source/components.rst b/doc/source/components.rst index b3944cd6c..012121ea6 100644 --- a/doc/source/components.rst +++ b/doc/source/components.rst @@ -22,6 +22,9 @@ The details are taken care of in the However, a :ref:`minimal driver setup ` might address the corresponding APIs directly, as described below. + +.. _NL-format: + NL format ~~~~~~~~~~~~~~~~~~~~ @@ -138,7 +141,7 @@ Writing NL and reading SOL files ------------------------------------ For modeling systems and applications using AMPL solvers, -MP provides a library to write NL and read SOL files. +MP provides a library to write :ref:`NL ` and read SOL files. The library is virtually zero-overhead: it does not store the model, nor does it require any intermediate objects to represent model information. @@ -193,8 +196,8 @@ and tests. are supported. - **Python API** only supports (MI)LP/(MI)QP (via `nlwpy.NLModel`), - see - `NLWPY example `_. + see + `NLWPY example `_. .. _recommended-driver-logic: