Skip to content

Commit

Permalink
Merge pull request #478 from douglowe/master
Browse files Browse the repository at this point in the history
Tutorial material corrections
  • Loading branch information
hjoliver authored and MetRonnie committed Jun 28, 2022
1 parent d4a0770 commit 72d904f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ requests_).
- David Matthews
- (Neil Swart)
- Tomek Trzeciak
- Douglas Lowe
<!-- end-shortlog -->

(All contributors are identifiable with email addresses in the git version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/tutorial/scheduling/graphing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72d904f

Please sign in to comment.