Skip to content

Commit c0e5109

Browse files
Merge pull request #593 from MetRonnie/fix-db-diagram
Fix docs
2 parents 17222d8 + 49b6e80 commit c0e5109

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

src/dictionaries/proper_nouns

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Heathrow
1919
Hoverwork
2020
IDL
2121
Jinja
22+
jinja
2223
Jupyter
2324
loadleveler
2425
lsf

src/dictionaries/words

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apps
33
args
44
auth
55
authenticator
6-
bar
6+
backticks
77
baz
88
boolean
99
booleans

src/ext/database_diagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def generate_dotcode():
136136
# get markdown
137137
with tempfile.NamedTemporaryFile() as tf_db:
138138
# 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)
140140
schema, orphans = schema_to_markdown(db_name=tf_db.name)
141141

142142
# graph prefix

src/workflow-design-guide/efficiency.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,6 @@ Optional app configs should be valid on top of the main app config and not
346346
dependent on the use of other optional app configs. This ensures they will
347347
work correctly with macros and can therefore be upgraded automatically.
348348

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-
354349
Optional app configs can be loaded by command line switch:
355350

356351
.. code-block:: bash

src/workflow-design-guide/portable-workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Site Include-Files
5454

5555
If a section heading in a :cylc:conf:`flow.cylc` file is repeated the items
5656
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.
5858
For example, this task definition:
5959

6060
.. code-block:: cylc

0 commit comments

Comments
 (0)