Skip to content

Commit 08ab150

Browse files
committed
DOC: Add docstring, add pydra.tasks to TOC
1 parent 285f874 commit 08ab150

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Subpackages
1313

1414
api/pydra.engine
1515
api/pydra.mark
16+
api/pydra.tasks
1617
api/pydra.utils

pydra/tasks/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"""
18
try:
29
__import__("pkg_resources").declare_namespace(__name__)
310
except ImportError:

0 commit comments

Comments
 (0)