Skip to content

Commit

Permalink
Fixes display of installation steps. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonkohler committed Aug 26, 2016
1 parent 9a303d0 commit 0c9f416
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ Getting Started without ROS

On Ubuntu 14.04 (Trusty):

.. include:: ../../scripts/install_debs.sh
:code: bash
:number-lines:
:start-line: 19

.. include:: ../../scripts/install_ceres.sh
:code: bash
:number-lines:
:start-line: 19

.. include:: ../../scripts/install_cartographer.sh
:code: bash
:number-lines:
:start-line: 19
.. literalinclude:: ../../scripts/install_debs.sh
:language: bash
:linenos:
:lines: 20-

.. literalinclude:: ../../scripts/install_ceres.sh
:language: bash
:linenos:
:lines: 20-

.. literalinclude:: ../../scripts/install_cartographer.sh
:language: bash
:linenos:
:lines: 20-

0 comments on commit 0c9f416

Please sign in to comment.