Skip to content

Commit

Permalink
Minor spelling changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Dec 24, 2023
1 parent 03b9aba commit 44eeedf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Installation

All algorithms that are provided as part of this project are published on `PyPi <https://pypi.org/>`__. As shown below, they can easily be installed via the Python package manager `pip <https://en.wikipedia.org/wiki/Pip_(package_manager)>`_. Unless you intend to modify the algorithms' source code, in which case you should have a look at the section :ref:`compilation`, this is the recommended way for installing the software.

Installing the BOOMER algorithm
Installing the BOOMER Algorithm
-------------------------------

The BOOMER algorithm is published as the Python package `mlrl-boomer <https://pypi.org/project/mlrl-boomer/>`__. It can be installed via the following command:
Expand Down
4 changes: 2 additions & 2 deletions doc/quickstart/testbed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ In the following, a minimal working example of how to use the command line API f
Both arguments that are included in the above command are mandatory:

* ``--data-dir``: An absolute or relative path to the directory where the data set files are located.
* ``--dataset``: The name of the data set files (without suffix).
* ``--data-dir`` An absolute or relative path to the directory where the data set files are located.
* ``--dataset`` The name of the data set files (without suffix).

The program expects the data set files to be provided in the `Mulan format <http://mulan.sourceforge.net/format.html>`_. It requires two files to be present in the specified directory:

Expand Down

0 comments on commit 44eeedf

Please sign in to comment.