From 93a07657a85f2c159930ee2fb9ff776c62694c72 Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Sat, 27 Nov 2021 15:20:05 -1000 Subject: [PATCH] docs for singularity & podman --- docs/conf.py | 2 +- docs/index.rst | 1 + docs/runner_backends.md | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 docs/runner_backends.md diff --git a/docs/conf.py b/docs/conf.py index 44fd9105..23274649 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'miniwdl' -copyright = '2019, CZI' +copyright = '2019-2022, CZI' author = 'CZI' # The short X.Y version diff --git a/docs/index.rst b/docs/index.rst index a02ad6c3..6fe51fb9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,7 @@ the bioinformatics-focused `Workflow Description Language (WDL)