File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Aldergrove
2
+ ana
2
3
Boolean
3
4
Booleans
4
5
Camborne
Original file line number Diff line number Diff line change 31
31
duration
32
32
durations
33
33
env
34
+ etc
34
35
executables
35
36
facade
36
37
filename
@@ -144,7 +145,7 @@ runnable
144
145
runtime
145
146
schd
146
147
screenshot
147
- setups
148
+ setup
148
149
setups
149
150
shebang
150
151
shutdown
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ In this example a pre-configure plugin which logs a "Hello World" message
35
35
and, after installation, logs some info about the installation:
36
36
37
37
.. code-block :: python
38
- :caption: my_plugin.py
38
+ :caption: `` my_plugin.py``
39
39
40
40
from cylc.flow import LOG
41
41
@@ -54,7 +54,7 @@ Plugins are registered by registering them with the ``cylc.pre_configure``
54
54
and ``cylc.post_install `` entry points:
55
55
56
56
.. code-block :: python
57
- :caption: setup.py
57
+ :caption: `` setup.py``
58
58
59
59
# plugins must be properly installed, in-place PYTHONPATH meddling will
60
60
# not work.
You can’t perform that action at this time.
0 commit comments