Skip to content

Commit

Permalink
fix docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 21, 2023
1 parent 1582dea commit 3b47599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/tutorial-icp-alignment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ associated to the optimal registration. An example of typical usage is
(see also the example in the directory
`MRPT/samples/icp <https://github.com/MRPT/mrpt/tree/master/samples/slam_icp_simple_example>`__):

.. code:: lang:c++
.. code-block:: cpp
CICP icp;
// set ICP parameters:
Expand Down Expand Up @@ -102,7 +102,7 @@ parameter ``ALFA=0``. We show first a simplified version of the method
in **pseudo-code**, then we'll describe the more interesting parts and
finally we give the complete list of parameters and their meaning:

.. code:: lang:default
.. code-block:: cpp
i=0 // Iteration counter
P(i)=P0 // Initial guess given by the user
Expand Down
2 changes: 1 addition & 1 deletion doc/source/tutorial-motion-models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ and the **Thrun's sample-based** (right) motion models:
The rest of this page explains the **different theoretical models and equations** for
those motion models. A C++ API usage example would be:

.. code-block:: guess
.. code-block:: cpp
using namespace mrpt::literals; // _deg
Expand Down

0 comments on commit 3b47599

Please sign in to comment.