From efa4a71b257585e95e420c3d95be48eaf3a2dff6 Mon Sep 17 00:00:00 2001 From: Teytaud Date: Fri, 29 Nov 2024 09:43:12 +0100 Subject: [PATCH] Update pyomo.rst (#1661) --- docs/pyomo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pyomo.rst b/docs/pyomo.rst index f6d1d5271..caa00841e 100644 --- a/docs/pyomo.rst +++ b/docs/pyomo.rst @@ -53,7 +53,7 @@ First of all, you declare and attach components to the model, those components a Next, you will fill in the containers using the :code:`create_instance()` method. The :code:`create_instance()` method allows you to take the abstract model and optional data and returns a new :code:`ConcreteModel` instance. You are recommended to use :code:`DataPortal` in Pyomo to load data in various format. -You may refer to the `Pyomo documentation `_ for the details. +You may refer to the `Pyomo documentation `_ for the details. .. literalinclude:: ../nevergrad/functions/pyomo/test_pyomo_doc.py @@ -63,4 +63,4 @@ You may refer to the `Pyomo documentation