File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Heathrow
19
19
Hoverwork
20
20
IDL
21
21
Jinja
22
+ jinja
22
23
Jupyter
23
24
loadleveler
24
25
lsf
Original file line number Diff line number Diff line change 3
3
args
4
4
auth
5
5
authenticator
6
- bar
6
+ backticks
7
7
baz
8
8
boolean
9
9
booleans
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def generate_dotcode():
136
136
# get markdown
137
137
with tempfile .NamedTemporaryFile () as tf_db :
138
138
# is_public=False triggers the creation of tables
139
- CylcWorkflowDAO (db_file_name = tf_db .name , is_public = False )
139
+ CylcWorkflowDAO (db_file_name = tf_db .name , create_tables = True )
140
140
schema , orphans = schema_to_markdown (db_name = tf_db .name )
141
141
142
142
# graph prefix
Original file line number Diff line number Diff line change @@ -346,11 +346,6 @@ Optional app configs should be valid on top of the main app config and not
346
346
dependent on the use of other optional app configs. This ensures they will
347
347
work correctly with macros and can therefore be upgraded automatically.
348
348
349
- .. note ::
350
-
351
- Currently optional configs don't work very well with UM STASH
352
- configuration - see :ref: `UM STASH in Optional App Configs `.
353
-
354
349
Optional app configs can be loaded by command line switch:
355
350
356
351
.. code-block :: bash
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Site Include-Files
54
54
55
55
If a section heading in a :cylc:conf: `flow.cylc ` file is repeated the items
56
56
under it simply add to or override those defined under the same section earlier
57
- in the file (but note :ref: ` List Item Override In Site Include-Files `) .
57
+ in the file.
58
58
For example, this task definition:
59
59
60
60
.. code-block :: cylc
You can’t perform that action at this time.
0 commit comments