Skip to content

Commit c77912f

Browse files
committed
fix nccl-related doc build linking error
1 parent 512af50 commit c77912f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

tutorials/lsm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,6 @@
209209
axs[2].set_title(r"$d_{inv}$")
210210
axs[2].axis("tight")
211211
plt.tight_layout()
212+
213+
###############################################################################
214+
# To run this tutorial with our NCCL backend, refer to `Least-squares Migration with NCCL tutorial <https://github.com/PyLops/pylops-mpi/blob/main/tutorials_nccl/lsm_nccl.py>`_ in the repository.

tutorials/mdd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,6 @@
231231
)
232232
ax3.set_ylim([t2[-1], t2[0]])
233233
fig.tight_layout()
234+
235+
###############################################################################
236+
# To run this tutorial with our NCCL backend, refer to `Multi-Dimensional Deconvolution with NCCL tutorial <https://github.com/PyLops/pylops-mpi/blob/main/tutorials_nccl/mdd_nccl.py>`_ in the repository.

tutorials/poststack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@
279279
axs[5][2].axis('tight')
280280

281281
###############################################################################
282-
# To run this tutorial with our NCCL backend, refer to :ref:`sphx_glr_tutorials_poststack_nccl.py`
282+
# To run this tutorial with our NCCL backend, refer to `Post Stack Inversion with NCCL tutorial <https://github.com/PyLops/pylops-mpi/blob/main/tutorials_nccl/poststack_nccl.py>`_ in the repository.

0 commit comments

Comments
 (0)