From 747a2cedbd00b0936a0391e0f1ac6cbccdfb2c62 Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Mon, 9 Sep 2024 14:13:58 +0200 Subject: [PATCH] updated OAR --- docs/source/conf.py | 9 +++++++++ docs/source/index.rst | 22 ++++++++++++---------- docs/source/{oarsub.rst => oar.rst} | 4 ++-- 3 files changed, 23 insertions(+), 12 deletions(-) rename docs/source/{oarsub.rst => oar.rst} (86%) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9d9b77f..7853050 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,6 +10,15 @@ templates_path = ['_templates'] exclude_patterns = [] +# These are options specifically for the Wagtail Theme. +html_theme_options = dict( + project_name = "PSM tips", + # logo_alt = "Wagtail", + # logo_height = 59, + # logo_url = "/", + # logo_width = 45, +) + html_theme = 'sphinx_wagtail_theme' html_static_path = ['_static'] html_title = "PSM tips and trics page" diff --git a/docs/source/index.rst b/docs/source/index.rst index fa27a0e..f6ebd73 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,15 +1,17 @@ -Unofficial tips and tricks page of the PSM team -=============================================== +Unofficial PSM tips and tricks +============================== + +This page shares a few tips and tricks that can help with performing simulations +on GRICAD. If you're interested in contributing, please contact us via email or +start a discussion on |GitHub_discussion| + +.. |GitHub_discussion| raw:: html + + GitHub .. toctree:: :maxdepth: 2 :caption: Contents: + :hidden: - oarsub - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` + oar \ No newline at end of file diff --git a/docs/source/oarsub.rst b/docs/source/oar.rst similarity index 86% rename from docs/source/oarsub.rst rename to docs/source/oar.rst index a797cdc..0438bc4 100644 --- a/docs/source/oarsub.rst +++ b/docs/source/oar.rst @@ -1,5 +1,5 @@ -OARSUB tips -=========== +OAR tips +======== Cancel all jobs ---------------