#1597 - Added code tabs to getting started page

This commit is contained in:
Chris McCarthy
2023-07-11 15:47:13 +01:00
parent 30d8478a78
commit 5b3663c3cf
3 changed files with 137 additions and 48 deletions

View File

@@ -8,6 +8,7 @@ A PrimAITE session can be ran either with the ``primaite session`` command from
(See :func:`primaite.cli.session`), or by calling :func:`primaite.main.run` from a Python terminal or Jupyter Notebook.
Both the ``primaite session`` and :func:`primaite.main.run` take a training config and a lay down config as parameters.
.. tabs::
.. code-tab:: bash
@@ -17,7 +18,7 @@ Both the ``primaite session`` and :func:`primaite.main.run` take a training conf
source ./.venv/bin/activate
primaite session ./config/my_training_config.yaml ./config/my_lay_down_config.yaml
.. code-tab:: bash
.. code-tab:: powershell
:caption: Powershell CLI
cd ~\primaite