Skip to content

Commit

Permalink
improve add new dataset documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Jan 16, 2025
1 parent b5b719a commit 9131e25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/organizers/organizing-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,22 @@ We recommend that you add a tiny and public smoke test dataset with ca. 10 insta

.. code:: python
# dependencies installed via: pip3 install tira
TBD
# dependencies installed via: pip3 install tira
TBD
.. tab-item:: Bash

.. code:: bash
# the tira command is installed via pip3 install tira
TBD
# the tira command is installed via pip3 install tira
TBD
.. tab-item:: ir_datasets

.. code:: python
# dependencies installed via: pip3 install tira ir_datasets
TBD
# dependencies installed via: pip3 install tira ir_datasets
TBD
This code will work inside and outside the TIRA sandbox (within the sandbox thst has no access to the internet, the code above will use the dataset mou ted read only into the container as anounced via environment variables).

Expand Down

0 comments on commit 9131e25

Please sign in to comment.