Skip to content

Commit 1189ca9

Browse files
committed
Update docs in Extend_template.ipynb.
1 parent ea65c8b commit 1189ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extend_Template.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"id": "ddaf7d16",
4343
"metadata": {},
4444
"source": [
45-
"If there does not yet exist an interface for the type of the desired plugin (i.e io, postprocessing, nowcasts, etc) in the pysteps library, then this file must be created. The interface file should be in the .py format. \n",
45+
"If there does not yet exist an interface for the type of the desired plugin (i.e io, diagnostics, nowcasts, etc) in the pysteps library, then this file must be created. The interface file should be in the .py format. \n",
4646
"This interface must contain several key things:\n",
4747
"1) Dictionaries for each plugin subtype\n",
4848
"2) A discover_plugins() function to detect newly available plugins\n",
@@ -151,7 +151,7 @@
151151
"Within this folder create two python files:\n",
152152
"1. {{cookiecutter.plugin_name}}.py.\n",
153153
" - This file will contain the default function layout for all plugins of this type.\n",
154-
" - This file can be copied almost directly from {{cookiecutter.project_name}}/{{cookiecutter.project_slug}}.postprocessor. The only adjustments which need to be made are changing the input and output variables of the function to better match a what is required from this type of plugin.\n",
154+
" - This file can be copied almost directly from {{cookiecutter.project_name}}/{{cookiecutter.project_slug}}.diagnostic. The only adjustments which need to be made are changing the input and output variables of the function to better match a what is required from this type of plugin.\n",
155155
"2. \\_\\_init\\_\\_.py\n",
156156
" - This file will import the functions from the {{cookiecutter.plugin_name}} file"
157157
]

0 commit comments

Comments
 (0)