You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-scripts/generate-release-notes.ipynb
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -222,9 +222,9 @@
222
222
"\n",
223
223
"### Create release folder and file\n",
224
224
"\n",
225
-
"These lines will create a folder inside of `~/site/releases` for the release notes with a new `release-notes.qmd` file. The folder name is the release date, as per our convention. \n",
225
+
"These lines will create a folder inside of `~/site/releases` for the new release notes to live in and sets stage for the releasenotes to be generated. The folder name is the release date, as per our convention. \n",
226
226
"\n",
227
-
"**If the directory and file already exists, you will be prompted to confirm whether or not you want to overwrite the contents.**"
227
+
"**If the directory and release file already exists, you will be prompted to confirm whether or not you want to overwrite the contents.**"
228
228
]
229
229
},
230
230
{
@@ -243,7 +243,9 @@
243
243
"<a id='toc3_2_'></a>\n",
244
244
"\n",
245
245
"### Add the date to release notes \n",
246
-
"This block writes the specified date as the title of the new release notes file."
246
+
"This block writes the specified date as the title of the new release notes file.\n",
247
+
"\n",
248
+
"**It will also open up the newly created `release-notes.qmd` file for you so you don't have to go looking for it.**"
Copy file name to clipboardExpand all lines: release-scripts/year-end-cleanup.ipynb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,9 @@
203
203
"\n",
204
204
"### Create yearly listing page \n",
205
205
"\n",
206
-
"This cell copies the template from `~internal/templates/yearly-releases.qmd` and slots it into the new yearly folder as `{year}-releases.qmd` so we can begin building the yearly listings."
206
+
"This cell copies the template from `~internal/templates/yearly-releases.qmd` and slots it into the new yearly folder as `{year}-releases.qmd` so we can begin building the yearly listings.\n",
207
+
"\n",
208
+
"**It will also open up the newly created `{year}-releases.qmd` file for you so you don't have to go looking for it.**"
Copy file name to clipboardExpand all lines: site/guide/model-workflows/_configure-workflow-steps.qmd
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ To add or edit workflow steps:
7
7
8
8
1. Click on **Inventory Model**:
9
9
10
-
- To add a step, drag and drop a new step onto the canvas. Hover over the step until the **{{< fa ellipsis-vertical >}}** menu appears, then click on it and select **{{< fa gear >}} Configure**.
11
-
-On the new step, click **{{< fa gear >}} Configure**.
10
+
- To add a step, drag and drop a new step onto the canvas.
11
+
-Double-click the new step to open up the configuration modal.
12
12
13
-
1. After you're finished with step configuration, click **Save** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
13
+
1. After you're finished with step configuration, click **Update Step** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
@@ -31,10 +31,10 @@ To add or edit workflow steps:
31
31
32
32
1. Click on **Inventory Model**:
33
33
34
-
- To add a step, drag and drop a new step onto the canvas. Hover over the step until the **{{< fa ellipsis-vertical >}}** menu appears, then click on it and select **{{< fa gear >}} Configure**.
35
-
-On the new step, click **{{< fa gear >}} Configure**.
34
+
- To add a step, drag and drop a new step onto the canvas.
35
+
-Double-click the new step to open up the configuration modal.
36
36
37
-
1. After you're finished with step configuration, click **Save** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
37
+
1. After you're finished with step configuration, click **Update Step** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
38
38
39
39
1. After you've configured a step, you can then link your workflow together.
Copy file name to clipboardExpand all lines: site/guide/model-workflows/_link-workflow-steps.qmd
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,17 @@ To initiate the beginning of your workflow:^[After you’ve [configured your wor
7
7
8
8
### Link steps together
9
9
10
+
::: {.callout}
11
+
Hover over a workflow step to view an animation of the steps connecting to and from that step.
12
+
:::
13
+
10
14
To link subsequent steps together:
11
15
12
16
1. Click **{{< fa circle >}}** above or below the earlier step and drag it to connect to the top **{{< fa circle >}}** on the subsequent step.
13
17
14
18
You're also able to link several different steps together at various points in the workflow, including stages that may circle back to previous steps:
15
19
16
-
{fig-alt="A screenshot showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
20
+
{fig-alt="An animated gif showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
17
21
18
22
1. When you are finished, click **Save Workflow** to apply your changes.
19
23
@@ -34,7 +38,7 @@ To link subsequent steps together:
34
38
35
39
You're also able to link several different steps together at various points in the workflow, including stages that may circle back to previous steps:
36
40
37
-
{fig-alt="A screenshot showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
41
+
{fig-alt="An animated gif showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
38
42
39
43
1. When you are finished, click **Save Workflow** to apply your changes.
Copy file name to clipboardExpand all lines: site/guide/model-workflows/_model-workflows-see.qmd
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,14 @@
8
8
- Click **{{< fa arrow-right-arrow-left >}} See Workflow** to open the detailed workflow associated with that model.
9
9
- The current workflow state will be highlighted on this detail view.
10
10
11
-
{width=85% fig-alt="A summary view of example workflow steps for a model" .screenshot}
11
+
{fig-alt="A summary view of example workflow steps for a model" .screenshot}
12
+
13
+
<!-- 2025-jan-07 // There is a bug ATM where this doesn't work: https://app.shortcut.com/validmind/story/7998/viewing-a-model-workflow-doesn-t-have-hover-animations -->
14
+
15
+
::: {.callout}
16
+
Hover over a workflow step to view an animation of the steps connecting to and from that step.
17
+
18
+
:::
12
19
13
20
While your lifecycle statuses and workflows are custom to your organization, some examples are:
0 commit comments