Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken yaml tags in the documentation #309

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ R. Florian von Cube <florian.voncube@gmail.com>
mschnepf <matthias.schnepf@kit.edu>
Alexander Haas <104835302+haasal@users.noreply.github.com>
mschnepf <maschnepf@schnepf-net.de>
Benjamin Rottler <benjamin.rottler@cern.ch>
Dirk Sammel <dirk.sammel@cern.ch>
Matthias J. Schnepf <maschnepf@schnepf-net.de>
Matthias Schnepf <matthias.schnepf@kit.edu>
Benjamin Rottler <benjamin.rottler@cern.ch>
LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Matthias Schnepf <maschnepf@schnepf-net.de>
PSchuhmacher <leon_schuhmacher@yahoo.de>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Created by changelog.py at 2023-08-08, command
.. Created by changelog.py at 2023-08-10, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'

Expand Down
12 changes: 6 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Configuration of TARDIS
BatchSystem:
adapter: FakeBatchSystem
allocation: 1.0
utilisation: !PeriodicValue
utilisation: !TardisPeriodicValue
period: 3600
amplitude: 0.5
offset: 0.5
Expand All @@ -126,10 +126,10 @@ Configuration of TARDIS
quota: 8000 # CPU core quota

Fake:
api_response_delay: !RandomGauss
api_response_delay: !TardisRandomGauss
mu: 0.1
sigma: 0.01
resource_boot_time: !RandomGauss
resource_boot_time: !TardisRandomGauss
mu: 60
sigma: 10
MachineTypes:
Expand Down Expand Up @@ -182,7 +182,7 @@ Unified Configuration
BatchSystem:
adapter: FakeBatchSystem
allocation: 1.0
utilization: !PeriodicValue
utilization: !TardisPeriodicValue
period: 3600
amplitude: 0.5
offset: 0.5
Expand All @@ -195,10 +195,10 @@ Unified Configuration
quota: 8000 # CPU core quota

Fake:
api_response_delay: !RandomGauss
api_response_delay: !TardisRandomGauss
mu: 0.1
sigma: 0.01
resource_boot_time: !RandomGauss
resource_boot_time: !TardisRandomGauss
mu: 60
sigma: 10
MachineTypes:
Expand Down