From 61eb5457067a2a7afc75a7b96a2477dcae9d6dc3 Mon Sep 17 00:00:00 2001 From: Jack Morrison <32687739+jack-morrison@users.noreply.github.com> Date: Tue, 3 Mar 2020 14:10:12 -0500 Subject: [PATCH] Adds User-Managed Software (UMS) area. Adds Flux Framework project UMS space. (#212) --- software/UMS/Flux.rst | 8 ++++++++ software/UMS/index.rst | 10 ++++++++++ software/index.rst | 1 + 3 files changed, 19 insertions(+) create mode 100644 software/UMS/Flux.rst create mode 100644 software/UMS/index.rst diff --git a/software/UMS/Flux.rst b/software/UMS/Flux.rst new file mode 100644 index 00000000..8f6d07af --- /dev/null +++ b/software/UMS/Flux.rst @@ -0,0 +1,8 @@ +.. _flux: + +***** +Flux +***** + +(Placeholder for User-Managed Software documentation from the `Flux Framework +`_ project.) diff --git a/software/UMS/index.rst b/software/UMS/index.rst new file mode 100644 index 00000000..1da36030 --- /dev/null +++ b/software/UMS/index.rst @@ -0,0 +1,10 @@ +.. _UMS: + +###################### +User-Managed Software +###################### + +.. toctree:: + :maxdepth: 2 + + Flux diff --git a/software/index.rst b/software/index.rst index c91883bf..a37c0c2b 100644 --- a/software/index.rst +++ b/software/index.rst @@ -12,3 +12,4 @@ Software analytics/index python profiling/index + UMS/index