From 2402a2ca721fd01e33100e4c3ef6571dde3e9dc8 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Thu, 18 Jul 2024 20:22:13 -0400 Subject: [PATCH] :pencil2: A little more docstring cleanup --- CPAC/pipeline/engine/nodeblock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CPAC/pipeline/engine/nodeblock.py b/CPAC/pipeline/engine/nodeblock.py index fc6fe59b76..e68bfbf0d2 100644 --- a/CPAC/pipeline/engine/nodeblock.py +++ b/CPAC/pipeline/engine/nodeblock.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with C-PAC. If not, see . -"""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 @@ -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,