Skip to content

Commit

Permalink
Remove redundant titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Apr 28, 2021
1 parent be3e611 commit dfabaf9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.rst
Expand Up @@ -206,28 +206,21 @@ To use the report feature you need to install extra dependencies first

pip install multi-vector-simulator[report]

Generate a report after running a simulation
--------------------------------------------

Use the option ``-pdf`` in the command line ``mvs_tool`` to generate a pdf report in the simulation's output folder
Use the option ``-pdf`` in the command line ``mvs_tool`` to generate a pdf report in a simulation's output folder
(by default in ``MVS_outputs/report/simulation_report.pdf``):

::

mvs_tool -pdf

Generate only the figures of a simulation's results
---------------------------------------------------

Use the option ``-png`` in the command line ``mvs_tool`` to generate png figures of the results in the simulation's
output folder (by default in ``MVS_outputs/``):

::

mvs_tool -png

Generate a report from simulation's output results
--------------------------------------------------

To generate a report of the simulation's results, run the following command **after** a simulation generated an output folder:

Expand Down

0 comments on commit dfabaf9

Please sign in to comment.