Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Mar 13, 2022
1 parent 16baff8 commit 8053ec8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
7 changes: 0 additions & 7 deletions doc/source/app_2d-slam-demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,3 @@ Invoking the program without any flag will launch it in normal, interactive, mod
2d-slam-demo



Bibliography
----------------

.. bibliography::
:cited:
2 changes: 1 addition & 1 deletion doc/source/app_robotic-arm-kinematics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is a useful tool for teaching and learning the basics of robotic arm kinemati
As the rest of MRPT applications, it is included in source and binary packages in
the download page.

The main C++ class behinds this app is `mrpt::kinematics::CKinematicChain <class_mrpt_kinematics_CKinematicChain.html>`_
The main C++ class behind this app is `mrpt::kinematics::CKinematicChain <class_mrpt_kinematics_CKinematicChain.html>`_

2. Video tutorials
-------------------
Expand Down
7 changes: 7 additions & 0 deletions doc/source/bibliography.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _bibliography-page:

Bibliography
=================

.. bibliography::
:cited:
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ MRPT

modules
contributing
bibliography
doxygen-index
Docs for other versions <https://docs.mrpt.org/reference/>

Expand Down
6 changes: 0 additions & 6 deletions doc/source/tutorial-icp-alignment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,3 @@ computes a Sum of Gaussians (SOG) over the potential transformations
using a **robust RANSAC stage**. Implemented
in\ `tfest <group__mrpt__tfest__grp.html>`__::robustRigidTransformation.


Bibliography
=================

.. bibliography::
:cited:
2 changes: 1 addition & 1 deletion libs/apps/include/mrpt/apps/RawlogEditApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace mrpt::apps
{
/** The C++ class behinds the rawlog-edit CLI tool.
/** The C++ class behind the rawlog-edit CLI tool.
*
* Refer to the online documentation for rawlog-edit.
* \ingroup mrpt_apps_grp
Expand Down

0 comments on commit 8053ec8

Please sign in to comment.