From d0cef84258141868e20cbfc11f3afa3c1817ac5e Mon Sep 17 00:00:00 2001 From: John Siirola Date: Tue, 27 Aug 2024 16:10:34 -0600 Subject: [PATCH] Fix link, improve page title --- doc/OnlineDocs/explanation/experimental/solvers.rst | 2 +- doc/OnlineDocs/reference/future.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/OnlineDocs/explanation/experimental/solvers.rst b/doc/OnlineDocs/explanation/experimental/solvers.rst index 9e3281246f4..cd4cafa89dd 100644 --- a/doc/OnlineDocs/explanation/experimental/solvers.rst +++ b/doc/OnlineDocs/explanation/experimental/solvers.rst @@ -197,7 +197,7 @@ Switching all of Pyomo to use the new interfaces We also provide a mechanism to get a "preview" of the future where we replace the existing (legacy) SolverFactory and utilities with the new -(development) version (see :doc:`future`): +(development) version (see :doc:`/reference/future`): .. testcode:: :skipif: not ipopt_available diff --git a/doc/OnlineDocs/reference/future.rst b/doc/OnlineDocs/reference/future.rst index 531c0fdb5c6..1dd7a1060f3 100644 --- a/doc/OnlineDocs/reference/future.rst +++ b/doc/OnlineDocs/reference/future.rst @@ -1,3 +1,5 @@ +Accessing preview features +========================== .. automodule:: pyomo.__future__ :noindex: