Skip to content

Commit 053c1fc

Browse files
authored
Merge pull request #653 from wxtim/fix.tutorial
* Add missing `cylc install` instructions. * Ignore linux.die.net on linkchecker. * Fix broken Link
2 parents 7c8380d + 885eecd commit 053c1fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147

148148
linkcheck_ignore = [
149149
# linkcheck has trouble handling GH anchors
150-
r'https://github.com/.*#.*'
150+
r'https://github.com/.*#.*',
151+
r'https://linux.die.net/.*'
151152
]
152153

153154
nitpick_ignore_regex = [

src/tutorial/runtime/runtime-configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ Start, Stop, Restart
379379

380380
.. code-block:: bash
381381
382+
cylc install
382383
cylc play runtime-tutorial
383384
384385
If all goes well the workflow will startup and the tasks will run and
@@ -429,6 +430,7 @@ Start, Stop, Restart
429430
.. code-block:: bash
430431
431432
cylc validate .
433+
cylc install
432434
433435
.. TODO: Add advice on what to do if the command fails.
434436

src/user-guide/installing-workflows.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ The run directory now looks as follows:
402402

403403
If your workflow needs to create or install scripts or executables at runtime
404404
and you don't want Cylc to delete them on re-installation, you can use
405-
``bin`` and ``lib/python`` directories in the :ref:` workflow share directory <workflow_share_directories>`.
405+
``bin`` and ``lib/python`` directories in the
406+
:ref:`workflow share directory<workflow_share_directories>`.
406407

407408

408409
Expected Errors

0 commit comments

Comments
 (0)