Skip to content

Commit

Permalink
✏️ A little more docstring cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jul 19, 2024
1 parent 61eeef4 commit 2402a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CPAC/pipeline/engine/nodeblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# You should have received a copy of the GNU Lesser General Public
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
"""Classes and decorator for :`NodeBlock`s and :`NodeBlockFunction`s."""
"""Classes and decorator for :py:class:`NodeBlock` s and :py:class:`NodeBlockFunction` s."""

from typing import Any, Callable, Optional, TYPE_CHECKING

Expand Down Expand Up @@ -146,7 +146,7 @@ def __str__(self) -> str:


class NodeBlock:
"""A :py:class:`~nipype.pipeline.engine.Workflow` subgraph composed of :py:class:`NodeBlockFunction`s."""
"""A :py:class:`~nipype.pipeline.engine.Workflow` subgraph composed of :py:class:`NodeBlockFunction` s."""

def __init__(
self,
Expand Down

0 comments on commit 2402a2c

Please sign in to comment.