Skip to content

Commit

Permalink
updated OAR
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Sep 9, 2024
1 parent 1994433 commit 747a2ce
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
9 changes: 9 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
22 changes: 12 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -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

<a href="https://github.com/orgs/psm-compute/discussions" target="_blank">GitHub</a>

.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

oarsub

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
oar
4 changes: 2 additions & 2 deletions docs/source/oarsub.rst → docs/source/oar.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OARSUB tips
===========
OAR tips
========

Cancel all jobs
---------------
Expand Down

0 comments on commit 747a2ce

Please sign in to comment.