Skip to content

Commit 88ee670

Browse files
authored
Merge pull request #892 from cylc/8.6.x-sync
🤖 Merge 8.6.x-sync into master
2 parents 717b99c + 34013d8 commit 88ee670

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ jobs:
8080
print(enchant.list_dicts())
8181
8282
- name: build & test
83-
# TODO: re-enable spelling when https://github.com/sphinx-contrib/spelling/issues/234 fixed
8483
run: |
85-
make html linkcheck \
84+
make html spelling linkcheck \
8685
SPHINXOPTS='-Wn --keep-going' FORCE_COLOR=true
8786
8887
- name: debug sphinx failure

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install_requires =
5454
sphinx-design>=0.5.0
5555
sphinx_rtd_theme>=1.0.0
5656
sphinxcontrib-svg2pdfconverter
57-
sphinxcontrib-spelling
57+
sphinxcontrib-spelling>=8.0.2
5858

5959
[options.packages.find]
6060
include = cylc*

src/dictionaries/words

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dataset
2929
datasets
3030
datetime
3131
datetimes
32+
decluttered
3233
deprecations
3334
dev
3435
dict
@@ -103,6 +104,7 @@ namespaces
103104
obs
104105
offline
105106
onwards
107+
optionality
106108
packjob
107109
param
108110
parameterization
@@ -142,9 +144,11 @@ queueing
142144
qux
143145
randint
144146
rc
147+
reconfiguring
145148
refactor
146149
regex
147150
reimplement
151+
reimplements
148152
reimplementation
149153
reimplemented
150154
reinstallation
@@ -173,6 +177,7 @@ secs
173177
setup
174178
setups
175179
shebang
180+
shortcut
176181
shutdown
177182
shutil
178183
situ
@@ -213,6 +218,8 @@ timestep
213218
timezone
214219
timezones
215220
toolbar
221+
tooltip
222+
tooltips
216223
tuple
217224
uiserver
218225
unparsed

src/tutorial/runtime/runtime-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Start, Stop, Restart
301301
#. **Add Runtime Configuration For The** ``get_observations`` **Tasks.**
302302

303303
In the ``bin`` directory is a script called ``get-observations``. This
304-
script gets wind observations publically disseminated by the WMO
304+
script gets wind observations publicly disseminated by the WMO
305305
(World Meteorological Organization).
306306

307307
Rainfall data is `Met Office data hosted by Amazon

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ number of members of ``FAM1`` and ``M`` is the number of members of ``FAM2``.
13061306
This can result in high memory use as the number of family members grows.
13071307

13081308
You can greatly reduce the number of dependencies generated here by putting
1309-
:term:`dummy tasks<dummy task>` in the graph to represent the state of the
1309+
:term:`dummy tasks<dummy task>` in the graph to represent the state of the
13101310
upstream family. For example, if ``FAM2`` should trigger off any member of
13111311
``FAM1`` succeeding you can use a :term:`dummy tasks<dummy task>`
13121312
``FAM1_done`` like this:
@@ -1854,7 +1854,7 @@ For example you don't need ``:y?`` on the right here:
18541854
18551855
foo:x => bar:y?
18561856
1857-
If ``bar:y?`` appears on the left elsewere in the graph:
1857+
If ``bar:y?`` appears on the left elsewhere in the graph:
18581858

18591859
.. code-block:: cylc-graph
18601860

0 commit comments

Comments
 (0)