Fix Sphinx documentation errors & warnings. (#1523)

Fixes broken links, code blocks and other things that
`sphinx-build docs/source docs/out -E` complained about.

Signed-off-by: Michael Grupp <grupp@magazino.eu>
master
Michael Grupp 2020-10-13 15:00:12 +02:00 committed by GitHub
parent d93769eee3
commit 868d147fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -80,8 +80,8 @@ For the last example, if you specify ``points.ply`` in the pipeline configuratio
Configuration
-------------
The assets writer is modeled as a pipeline of `PointsProcessor`_s.
`PointsBatch`_\ s flow through each processor and they all have the chance to modify the ``PointsBatch`` before passing it on.
The assets writer is modeled as a pipeline of `PointsProcessor`_ steps.
`PointsBatch`_ data flows through each processor and they all have the chance to modify the ``PointsBatch`` before passing it on.
.. _PointsProcessor: https://github.com/cartographer-project/cartographer/blob/30f7de1a325d6604c780f2f74d9a345ec369d12d/cartographer/io/points_processor.h
.. _PointsBatch: https://github.com/cartographer-project/cartographer/blob/30f7de1a325d6604c780f2f74d9a345ec369d12d/cartographer/io/points_batch.h

View File

@ -76,6 +76,7 @@ If you build cartographer from master. Change/remove the version in the cartogra
Additionally, uninstall the ros abseil-cpp using
.. code-block:: bash
sudo apt-get remove ros-${ROS_DISTRO}-abseil-cpp
Build and install.

View File

@ -81,7 +81,7 @@ Generate the map (wait until cartographer_offline_node finishes) and then run pu
bag_filename:=${HOME}/Downloads/b3-2016-04-05-15-52-20.bag
Static landmarks
========
================
.. raw:: html