Skip to content

Commit 2ace983

Browse files
committed
fix some aspects of the tutorials
1 parent 7c8380d commit 2ace983

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/tutorial/runtime/runtime-configuration.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ Start, Stop, Restart
311311

312312
cylc get-resources api-key
313313

314-
Add the following lines to the bottom of the :cylc:conf:`flow.cylc` file replacing
315-
``xxx...`` with your API key:
314+
Add the following lines to the ``[runtime]`` section of the
315+
:cylc:conf:`flow.cylc` file replacing
316316

317317
.. code-block:: cylc
318318
@@ -327,7 +327,8 @@ Start, Stop, Restart
327327
Add three more ``get_observations`` tasks for each of the remaining
328328
weather stations.
329329

330-
You will need the codes for the other three weather stations, which are:
330+
You will need the API key and the site codes for the other three
331+
weather stations, which are:
331332

332333
* Camborne - ``3808``
333334
* Shetland - ``3005``
@@ -379,6 +380,7 @@ Start, Stop, Restart
379380

380381
.. code-block:: bash
381382
383+
cylc install
382384
cylc play runtime-tutorial
383385
384386
If all goes well the workflow will startup and the tasks will run and

src/user-guide/installing-workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ 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 :ref:`workflow_share_directories`.
406406

407407

408408
Expected Errors

0 commit comments

Comments
 (0)