Skip to content

Commit

Permalink
Small documentation fixes. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonkohler committed Oct 5, 2016
1 parent f70e868 commit 54d4e0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Purpose
=======

`Cartographer`_ is a system that provides real-time simultaneous localization
and mapping `SLAM`_ in 2D and 3D across multiple platforms and sensor
and mapping (`SLAM`_) in 2D and 3D across multiple platforms and sensor
configurations.

|video|
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@
('index', 'Cartographer', u'Cartographer Documentation',
u'The Cartographer Authors', 'Cartographer',
'Cartographer is a system that provides real-time simultaneous '
'localization and mapping (SLAM) across multiple platforms and sensor '
'configurations.', 'Miscellaneous'),
'localization and mapping (SLAM) in 2D and 3D across multiple platforms '
'and sensor configurations.', 'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Cartographer
:hidden:

`Cartographer`_ is a system that provides real-time simultaneous localization
and mapping `SLAM`_ across multiple platforms and sensor configurations.
and mapping (`SLAM`_) in 2D and 3D across multiple platforms and sensor
configurations.

.. _Cartographer: https://github.com/googlecartographer/cartographer
.. _SLAM: https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping
Expand Down
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<version>1.0.0</version>
<description>
Cartographer is a system that provides real-time simultaneous localization
and mapping (SLAM) across multiple platforms and sensor configurations.
and mapping (SLAM) in 2D and 3D across multiple platforms and sensor
configurations.
</description>
<maintainer email="google-cartographer@googlegroups.com">
The Cartographer Authors
Expand Down

0 comments on commit 54d4e0a

Please sign in to comment.