Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Mac committed Oct 10, 2022
1 parent dd0e8d5 commit bc7d88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions do_mpc/sysid/onnxconversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,13 @@ def __getitem__(self, key):


class Operations:
""" CasADi operations, which are available in the :py:class:`ONNXConverter` class.
""" CasADi operations, which are available in the :py:class:`ONNXConversion` class.
See `ONNX documentation <https://github.com/onnx/onnx/blob/main/docs/Operators.md>`_ for a full list of operations.
.. note::
This class is not intended to be used directly. It is used by the :py:class:`ONNXConverter` class.
The purpose of this class is to provide a list of all available operations in the :py:class:`ONNXConverter` class.
This class is not intended to be used directly. It is used by the :py:class:`ONNXConversion` class.
The purpose of this class is to provide a list of all available operations in the :py:class:`ONNXConversion` class.
"""
def __init__(self):
Expand Down

0 comments on commit bc7d88a

Please sign in to comment.