diff --git a/docs/source/conf.py b/docs/source/conf.py index 5fc486b..4447b8f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 + diff --git a/docs/source/oar.rst b/docs/source/oar.rst index e8f0d07..9e835fa 100644 --- a/docs/source/oar.rst +++ b/docs/source/oar.rst @@ -10,8 +10,8 @@ Feel free to add your own tricks to the list, or signal us any error. GRICAD -Cancel All Jobs ---------------- +Cancel All Your Jobs at Once +---------------------------- Cancel all your jobs at once by typing: @@ -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`.