From 9810df3b919ede443c6e971ebea571d6bad3e5ff Mon Sep 17 00:00:00 2001 From: cmills1095 Date: Fri, 11 Mar 2022 14:32:56 -0800 Subject: [PATCH 1/2] Remove redundant copybutton requirement --- doc/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 75c73c19f..4c6d558e2 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,5 +3,4 @@ myst-parser sphinx-copybutton sphinx-design sphinx-inline-tabs -sphinx-copybutton sphinxcontrib-bibtex From b4a08b9cbabb93921534b9e96d2e5f296a07607d Mon Sep 17 00:00:00 2001 From: Menno Fraters Date: Sat, 12 Mar 2022 14:26:45 -0800 Subject: [PATCH 2/2] Add manual page on isntalling GWB as part of ASPECT. --- doc/sphinx/user_manual/installation/index.md | 1 + .../user_manual/installation/install_as_part_of_ASPECT.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 doc/sphinx/user_manual/installation/install_as_part_of_ASPECT.md diff --git a/doc/sphinx/user_manual/installation/index.md b/doc/sphinx/user_manual/installation/index.md index 9b9327d5c..b29df8cc0 100644 --- a/doc/sphinx/user_manual/installation/index.md +++ b/doc/sphinx/user_manual/installation/index.md @@ -11,5 +11,6 @@ Tell the reader that here are different items which can be installed, which diff included installing_prerequisites stand_alone_install +install_as_part_of_ASPECT running_the_tester ``` \ No newline at end of file diff --git a/doc/sphinx/user_manual/installation/install_as_part_of_ASPECT.md b/doc/sphinx/user_manual/installation/install_as_part_of_ASPECT.md new file mode 100644 index 000000000..915f1a502 --- /dev/null +++ b/doc/sphinx/user_manual/installation/install_as_part_of_ASPECT.md @@ -0,0 +1,6 @@ +Install the GWB as part of ASPECT +================================= + +```{todo} +Explain here that since ASPECT 2.1.0 the latest stable version of the GWB is included in aspect. Also explain how to use the developer version of the GWB with ASPECT. +```