We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63f0bb commit 39fa3b9Copy full SHA for 39fa3b9
docs/README-selectors.md
@@ -26,6 +26,15 @@ selector. The string `"<&executor-type>"` must be a standalone token as
26
far as the syntax highlighter is concerned. That is, it probably won't
27
work if it's in a comment.
28
29
+An alternative string to `"<&executor-type>"` is `execparams.executor`.
30
+This so that one could have statements of the form
31
+
32
+ x = f(execparams.executor)
33
34
+works with the selector mechanism. This would allow rendering of
35
+verbatim functional test cases that parametrize the executor types and
36
+representing them with selectors in the documentation.
37
38
To add alternative code blocks, use:
39
40
```Sphinx
0 commit comments