@@ -28,7 +28,7 @@ def equation(input_, output_):
2828 :param LabelTensor input_: Input points where the equation is
2929 evaluated.
3030 :param LabelTensor output_: Output tensor, eventually produced by a
31- :class:`~ torch.nn.Module` instance.
31+ :class:`torch.nn.Module` instance.
3232 :return: The computed residual of the equation.
3333 :rtype: LabelTensor
3434 """
@@ -66,7 +66,7 @@ def equation(input_, output_):
6666 :param LabelTensor input_: Input points where the equation is
6767 evaluated.
6868 :param LabelTensor output_: Output tensor, eventually produced by a
69- :class:`~ torch.nn.Module` instance.
69+ :class:`torch.nn.Module` instance.
7070 :return: The computed residual of the equation.
7171 :rtype: LabelTensor
7272 """
@@ -101,7 +101,7 @@ def equation(input_, output_):
101101 :param LabelTensor input_: Input points where the equation is
102102 evaluated.
103103 :param LabelTensor output_: Output tensor, eventually produced by a
104- :class:`~ torch.nn.Module` instance.
104+ :class:`torch.nn.Module` instance.
105105 :return: The computed residual of the equation.
106106 :rtype: LabelTensor
107107 """
@@ -136,7 +136,7 @@ def equation(input_, output_):
136136 :param LabelTensor input_: Input points where the equation is
137137 evaluated.
138138 :param LabelTensor output_: Output tensor, eventually produced by a
139- :class:`~ torch.nn.Module` instance.
139+ :class:`torch.nn.Module` instance.
140140 :return: The computed residual of the equation.
141141 :rtype: LabelTensor
142142 """
0 commit comments