File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
user-guide/writing-workflows Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ loadleveler
25
25
lsf
26
26
moab
27
27
Moab
28
+ Nano
28
29
npm
29
30
pbs
30
31
Posix
Original file line number Diff line number Diff line change @@ -104,7 +104,13 @@ Sublime Text 3
104
104
TextMate
105
105
Install the `Cylc.tmbundle `_.
106
106
WebStorm
107
- Install the `Cylc.tmbundle `_.
107
+ Install the `Cylc.tmbundle `_.
108
+ Nano
109
+ The syntax file can be obtained from the Cylc library by
110
+ running the following command
111
+ ``cylc get-resources syntax/cylc.nanorc ~/.config/nano ``
112
+ installation instructions are at the top of the file.
113
+
108
114
109
115
Gross File Structure
110
116
^^^^^^^^^^^^^^^^^^^^
@@ -116,6 +122,9 @@ several top level section headings:
116
122
Information about the workflow e.g. title and description.
117
123
:cylc:conf: `[scheduler] `
118
124
Non task-specific workflow configuration.
125
+ :cylc:conf: `[task parameters] `
126
+ Parameters for use when defining graphs and tasks.
127
+ See :ref: `user guide param `.
119
128
:cylc:conf: `[scheduling] `
120
129
Determines when tasks are ready to run.
121
130
You can’t perform that action at this time.
0 commit comments