From 39d4e9cc1afd177e03c106422816063b94ec0a98 Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Thu, 20 Oct 2022 09:22:08 +0200 Subject: [PATCH] [Docs] Fix Sphinx x-reference --- doxygen/sphinx/source/examples/example_minimal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/sphinx/source/examples/example_minimal.rst b/doxygen/sphinx/source/examples/example_minimal.rst index 6667e563b4..ef921dd168 100644 --- a/doxygen/sphinx/source/examples/example_minimal.rst +++ b/doxygen/sphinx/source/examples/example_minimal.rst @@ -48,7 +48,7 @@ Note that this is purely `CasADi `_ code, so thus far, prob = pa.generate_and_compile_casadi_problem(cost_function, g_function, name=name) -The resulting object `prob` is an instance of :py:class:`alpaqa._alpaqa.Problem`. Before +The resulting object `prob` is an instance of :py:class:`alpaqa._alpaqa.float64.Problem`. Before we can solve the problem, we need to set a few numerical values to the constraint bounds of this problem::