Skip to content

Commit

Permalink
Merge pull request #202 from giffels/add-unit-documentation
Browse files Browse the repository at this point in the history
Add unit documentation
  • Loading branch information
giffels authored Aug 6, 2021
2 parents 8265481 + 421a19a commit 6defde8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/adapters/batchsystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Available configuration options

.. content-tabs:: left-col

.. |executor| replace:: :ref:`executor<ref_executors>`

+----------------+-------------------------------------------------------------------------+-----------------+
| Option | Short Description | Requirement |
+================+=========================================================================+=================+
Expand Down
4 changes: 4 additions & 0 deletions docs/source/adapters/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Available configuration options
* `MachineTypeMetaData` containing a MappingNode for each machine type specifying the amount of Cores, Memory and Disk
available

.. note::
The amount of memory and disk space is always specified in units of Gigabytes (GB) in `TARDIS`. The amount of
cores is equivalent to the number of single core job slots provided by a machine.

.. container:: content-tabs right-col

.. rubric:: Example configuration
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. Created by changelog.py at 2021-08-04, command
.. Created by changelog.py at 2021-08-05, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.9/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
#########
CHANGELOG
#########

[Unreleased] - 2021-08-04
[Unreleased] - 2021-08-05
=========================

Added
Expand Down

0 comments on commit 6defde8

Please sign in to comment.