From 86a0b001a76ef1ddf3b268c9c651e94a42188c06 Mon Sep 17 00:00:00 2001 From: gspetro Date: Tue, 28 Jun 2022 15:05:27 -0400 Subject: [PATCH 1/2] add hpc-stack docs only; rm submodule --- docs/UsersGuide/hpcdocs | 1 + hpc-stack-mod | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 160000 docs/UsersGuide/hpcdocs delete mode 160000 hpc-stack-mod diff --git a/docs/UsersGuide/hpcdocs b/docs/UsersGuide/hpcdocs new file mode 160000 index 0000000000..fe87ab480f --- /dev/null +++ b/docs/UsersGuide/hpcdocs @@ -0,0 +1 @@ +Subproject commit fe87ab480f2755c115ba8535269b640cbb746bbb diff --git a/hpc-stack-mod b/hpc-stack-mod deleted file mode 160000 index af75dcf24e..0000000000 --- a/hpc-stack-mod +++ /dev/null @@ -1 +0,0 @@ -Subproject commit af75dcf24ed64486a79b017354b423bc484db681 From e25dd00e839236fa0f1507f4f56c83ef5142564c Mon Sep 17 00:00:00 2001 From: gspetro Date: Tue, 28 Jun 2022 15:13:16 -0400 Subject: [PATCH 2/2] alter include directives --- docs/UsersGuide/source/Include-HPCInstall.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/UsersGuide/source/Include-HPCInstall.rst b/docs/UsersGuide/source/Include-HPCInstall.rst index e9d5e2d482..50f288795a 100644 --- a/docs/UsersGuide/source/Include-HPCInstall.rst +++ b/docs/UsersGuide/source/Include-HPCInstall.rst @@ -1,9 +1,9 @@ .. _InstallHPCstack: -.. include:: ../../../hpc-stack-mod/docs/source/hpc-install.rst -.. include:: ../../../hpc-stack-mod/docs/source/mac-install.rst +.. include:: ../hpcdocs/docs/source/hpc-install.rst +.. include:: ../hpcdocs/docs/source/mac-install.rst -.. include:: ../../../hpc-stack-mod/docs/source/hpc-prereqs.rst -.. include:: ../../../hpc-stack-mod/docs/source/hpc-parameters.rst -.. include:: ../../../hpc-stack-mod/docs/source/hpc-components.rst -.. include:: ../../../hpc-stack-mod/docs/source/hpc-notes.rst \ No newline at end of file +.. include:: ../hpcdocs/docs/source/hpc-prereqs.rst +.. include:: ../hpcdocs/docs/source/hpc-parameters.rst +.. include:: ../hpcdocs/docs/source/hpc-components.rst +.. include:: ../hpcdocs/docs/source/hpc-notes.rst \ No newline at end of file