From a5c877cf287e880c527f070f776c0baf32e2a1f5 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Mon, 14 Dec 2020 11:56:29 +0000 Subject: [PATCH] More Outcome 2.2 docs fixes. --- .github/workflows/unittests_linux.yml | 2 +- .github/workflows/unittests_macos.yml | 2 +- .github/workflows/unittests_windows.yml | 2 +- doc/html | 2 +- doc/src/content/_header.md | 2 +- doc/src/content/tutorial/_index.md | 8 ++------ 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/unittests_linux.yml b/.github/workflows/unittests_linux.yml index b00693ad8c..78f3c04fbb 100644 --- a/.github/workflows/unittests_linux.yml +++ b/.github/workflows/unittests_linux.yml @@ -59,7 +59,7 @@ jobs: path: artifacts - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v1.3 + uses: EnricoMi/publish-unit-test-result-action@v1.6 with: check_name: Unit Test Results github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/unittests_macos.yml b/.github/workflows/unittests_macos.yml index 127205e943..66ac7ea240 100644 --- a/.github/workflows/unittests_macos.yml +++ b/.github/workflows/unittests_macos.yml @@ -44,7 +44,7 @@ jobs: path: artifacts - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v1.3 + uses: EnricoMi/publish-unit-test-result-action@v1.6 with: check_name: Unit Test Results github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml index a0b5e254d8..b2419d16ff 100644 --- a/.github/workflows/unittests_windows.yml +++ b/.github/workflows/unittests_windows.yml @@ -44,7 +44,7 @@ jobs: path: artifacts - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v1.3 + uses: EnricoMi/publish-unit-test-result-action@v1.6 with: check_name: Unit Test Results github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/html b/doc/html index abb10ffb41..da12a1fdff 160000 --- a/doc/html +++ b/doc/html @@ -1 +1 @@ -Subproject commit abb10ffb41435f1b89ff13983799328fd5ac7f5a +Subproject commit da12a1fdffd68996b37f01621003aef87343a8da diff --git a/doc/src/content/_header.md b/doc/src/content/_header.md index 502d541c83..15e5ead820 100644 --- a/doc/src/content/_header.md +++ b/doc/src/content/_header.md @@ -1 +1 @@ -Outcome 2.1 library documentation \ No newline at end of file +Outcome 2.2 library documentation \ No newline at end of file diff --git a/doc/src/content/tutorial/_index.md b/doc/src/content/tutorial/_index.md index e5f6cab998..69decf1297 100644 --- a/doc/src/content/tutorial/_index.md +++ b/doc/src/content/tutorial/_index.md @@ -4,12 +4,8 @@ weight = 10 +++ {{% notice note %}} -This tutorial refers to Outcome v2.1, which is the current stable version. -In early 2021 it shall be refactored to refer to Outcome v2.2. Where -changes are particularly profound however, we have carved out special -mention of v2.2 facilities, but otherwise if targeting v2.2, you shall need -to apply [the v2.1 => v2.2 upgrade guide]({{% relref "/changelog/upgrade_v21_v22" %}}) to -the content in this tutorial. +This tutorial is currently being upgraded to refer to Outcome v2.2. It may +be in a partially upgraded state with sections still referring to Outcome v2.1. {{% /notice %}} {{% children description="true" depth="2" %}}