Skip to content

Commit

Permalink
[doc] minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Oct 15, 2023
1 parent 3ff3be1 commit b5da8ce
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/doc/tutorial/01-basics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ This will allow use to perform the state estimation of a static robot between so
Start a new project
-------------------

Start a new project as explained in :ref:`sec-start-py-project` or :ref:`sec-start-cpp-project`.
Start a new project as explained in:

* :ref:`sec-start-py-project`
* or :ref:`sec-start-cpp-project`
* or :ref:`sec-start-matlab-project`

.. admonition:: Exercise

Expand All @@ -28,6 +32,10 @@ Start a new project as explained in :ref:`sec-start-py-project` or :ref:`sec-sta

cout << x << endl;

.. code-tab:: MATLAB

x

You should see the following output:

.. code-block:: bash
Expand Down Expand Up @@ -57,6 +65,12 @@ Start a new project as explained in :ref:`sec-start-py-project` or :ref:`sec-sta
// .. next questions will be here
}

.. code-tab:: MATLAB

import py.codac.*

% .. next questions will be here


Using intervals for handling uncertainties
------------------------------------------
Expand Down

0 comments on commit b5da8ce

Please sign in to comment.