Skip to content

Commit

Permalink
Fixed more documentation rendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu committed Jul 5, 2021
1 parent 0f9b9a7 commit 7d17740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First install the cfile package.
PIP Install
^^^^^^^^^^^

.. code-block::
.. parsed-literal::
$pip3 install cfile
Expand All @@ -24,7 +24,7 @@ Download latest release from the `cfile Github page <https://github.com/cogu/cfi

Unzip the release then install using setuptools.

.. code-block::
.. parsed-literal::
Linux (shell):
$python3 setup.py install
Expand All @@ -47,7 +47,7 @@ Download latest release from the `autosar Github page <https://github.com/cogu/a

Unzip the release then install using setuptools.

.. code-block::
.. parsed-literal::
Linux (shell):
$python3 setup.py install
Expand All @@ -60,7 +60,7 @@ Running Unit Tests

In case you want to run unit tests you can use the convenience shell scripts to trigger Python to run test cases.

.. code-block::
.. parsed-literal::
Linux (shell):
$./run_tests.sh
Expand Down

0 comments on commit 7d17740

Please sign in to comment.