Skip to content

Commit 0b63d5d

Browse files
committed
Fix sphinx build warnings (no visual changes)
1 parent b329bb0 commit 0b63d5d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

03-input/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Final process status is success
6464
````
6565

6666
```{tip}
67-
## Where did those `/tmp` paths come from?
67+
<p class="rubric">Where did those `/tmp` paths come from?</p>
6868
6969
The CWL reference runner (cwltool) and other runners create temporary
7070
directories with symbolic ("soft") links to your input files to ensure that

13-expressions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ requirements:
9999

100100
```{admonition} Where are JavaScript expressions allowed?
101101
102-
Just like [parameter references](/_episodes/06-params.md), you can use JavaScript Expressions
102+
Just like [parameter references](/06-params/index.md), you can use JavaScript Expressions
103103
only in certain fields. These are:
104104
- From [`CommandLineTool`](https://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineTool)
105105
- `arguments`

22-nested-workflows/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ workflow:
3838
```
3939

4040
```{note}
41-
## Visualization of the workflow and the inner workflow from its `compile` step
41+
<p class="rubric">Visualization of the workflow and the inner workflow from its `compile` step</a>
4242
4343
This two-step workflow starts with the `create-tar` step which is connected to
4444
the `compile` step in orange; `compile` is another workflow, diagrammed on the

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Hello!
99
This guide will introduce you to writing tool wrappers and workflows using the Common Workflow Language (CWL). This guide describes the stable specification, version 1.0. Updates to the guide for more recent versions are ongoing.
1010

1111
```{note}
12-
## Contributions and Feedback are Welcome!
12+
<p class="rubric">Contributions and Feedback are Welcome!</p>
13+
1314
This document is a work in progress. Not all features are covered, yet.
1415
If you find that something is missing from this guide,
1516
or if you'd like to provide other feedback,

0 commit comments

Comments
 (0)