Skip to content

Commit

Permalink
Fix wrong yaml tag in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Apr 29, 2024
1 parent b68f28c commit 3d1fbd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/generate_apidoc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
PROJECT=tardis

source ../venv/bin/activate
source ${VIRTUAL_ENV}/bin/activate
sphinx-apidoc --force --module-first --separate -o source/api ../${PROJECT} && \
make html && \
open _build/html/index.html
open _build/html/index.html
4 changes: 2 additions & 2 deletions docs/source/adapters/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Available adapter configuration options
quota: 2000
moab-site:
executor: !SSHExecutor
executor: !TardisSSHExecutor
host: login.dorie.somewherein.de
username: clown
client_keys:
Expand Down Expand Up @@ -517,7 +517,7 @@ Available machine type configuration options
quota: 100
hpc2000:
executor: !SSHExecutor
executor: !TardisSSHExecutor
host: hpc2000.hpc.org
username: billy
client_keys:
Expand Down

0 comments on commit 3d1fbd7

Please sign in to comment.