diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 788a17fc5f..019d6ecc6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,7 @@ requests_). - David Matthews - (Neil Swart) - Tomek Trzeciak + - Douglas Lowe (All contributors are identifiable with email addresses in the git version diff --git a/src/tutorial/runtime/configuration-consolidation/parameters.rst b/src/tutorial/runtime/configuration-consolidation/parameters.rst index d04e2bfdef..2cf4559ebd 100644 --- a/src/tutorial/runtime/configuration-consolidation/parameters.rst +++ b/src/tutorial/runtime/configuration-consolidation/parameters.rst @@ -206,10 +206,11 @@ Parameters can be either strings or integers: .. code-block:: diff + +[task parameters] + + station = aldergrove, camborne, heathrow, shetland + [scheduler] UTC mode = True - + [[parameters]] - + station = aldergrove, camborne, heathrow, shetland Remove the four ``get_observations`` tasks and insert the following code in their place: diff --git a/src/tutorial/scheduling/graphing.rst b/src/tutorial/scheduling/graphing.rst index f7f44d31e6..9144e210ec 100644 --- a/src/tutorial/scheduling/graphing.rst +++ b/src/tutorial/scheduling/graphing.rst @@ -65,7 +65,7 @@ Throughout this tutorial we will refer to configuration settings in the followin ``[section]key`` A specific config item, within a section. ``[section]key=value`` - The value of a specific config time, within a section. + The value of a specific config item, within a section. ``[section][sub-section]another-key`` Note we only use one set of square brackets per section heading when writing on one line like this. In the config file each nested level