We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea1be6 commit 8748082Copy full SHA for 8748082
README.md
@@ -0,0 +1,16 @@
1
+# Intent of this template
2
+
3
+The intent of this repo is to help you get started with creating Pydra tasks.
4
+All tasks will be inserted into pydra.tasks.<yourtaskpackagename> namespace.
5
6
+# To use this template:
7
8
+1. Click on new repo.
9
+2. Select this template from the repository template drop down list.
10
+3. Give your repo a name.
11
+4. Once the repo is created search for TODO and replace with appropriate name.
12
+4b. One of the folders is called TODO. This should be renamed to your package
13
+ name.
14
+5. Add tasks to the pydra/tasks/<yourpackagename> folder
15
16
+# TODO: Change this README after creating your new repo.
0 commit comments