Skip to content

Commit

Permalink
improved footers
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Sep 10, 2024
1 parent 21c55e5 commit 5156a9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 8 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@
# These are options specifically for the Wagtail Theme.
html_theme_options = dict(
project_name = "PSM tips",
github_url = "https://github.com/psm-compute/psm-compute.github.io/tree/main/docs/source/"
# logo_alt = "Wagtail",
# logo_height = 59,
# logo_url = "/",
# logo_width = 45,
github_url = "https://github.com/psm-compute/psm-compute.github.io/tree/main/docs/source/",
footer_links = ",".join([
"LIPhy|https://liphy.univ-grenoble-alpes.fr",
"PSM|https://liphy.univ-grenoble-alpes.fr/fr/recherche/equipes/psm-physique-statistique-et-modelisation",
"AUTHORS|https://github.com/psm-compute/psm-compute.github.io/blob/main/AUTHORS.md",
]),
)

html_theme = 'sphinx_wagtail_theme'
html_static_path = ['_static']
html_title = "PSM tips and trics page"
html_title = "PSM tips and tricks page"

html_show_copyright = False
html_show_sphinx = False

7 changes: 4 additions & 3 deletions docs/source/oar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Feel free to add your own tricks to the list, or signal us any error.

<a href="https://gricad-doc.univ-grenoble-alpes.fr/hpc/joblaunch/job_management/" target="_blank">GRICAD</a>

Cancel All Jobs
---------------
Cancel All Your Jobs at Once
----------------------------

Cancel all your jobs at once by typing:

Expand All @@ -38,5 +38,6 @@ You can submit jobs with dependencies using the following example. Assume you ha
oarsub -S ./job2.sh -a $job1_id
In this example, `job2.sh` will automatically wait for `job1.sh` to complete before starting, using the job ID captured in `job1_id`.
In this example, `job2.sh` will automatically wait for `job1.sh` to complete
before starting, using the job ID captured in `job1_id`.

0 comments on commit 5156a9d

Please sign in to comment.