Skip to content

Commit

Permalink
[Docs] Fix Sphinx x-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Oct 20, 2022
1 parent 26ac4c4 commit 39d4e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen/sphinx/source/examples/example_minimal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Note that this is purely `CasADi <https://web.casadi.org/>`_ 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::

Expand Down

0 comments on commit 39d4e9c

Please sign in to comment.