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 285f874 commit 08ab150Copy full SHA for 08ab150
docs/api.rst
@@ -13,4 +13,5 @@ Subpackages
13
14
api/pydra.engine
15
api/pydra.mark
16
+ api/pydra.tasks
17
api/pydra.utils
pydra/tasks/__init__.py
@@ -1,3 +1,10 @@
1
+""" Pydra tasks
2
+
3
+The ``pydra.tasks`` namespace is reserved for collections of Tasks, to be managed and
4
+packaged separately.
5
+To create a task package, please fork the `pydra-tasks-template
6
+<https://github.com/nipype/pydra-tasks-template>`__.
7
+"""
8
try:
9
__import__("pkg_resources").declare_namespace(__name__)
10
except ImportError:
0 commit comments