From 875dae48803dc6dae7da1159464b5c2ad2a07eb4 Mon Sep 17 00:00:00 2001 From: Flavio Tarsetti <flavio.tarsetti@idiap.ch> Date: Thu, 30 Jun 2022 01:22:51 +0200 Subject: [PATCH] [doc] fix doc link name reference in other_pad_algorithms --- doc/other_pad_algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/other_pad_algorithms.rst b/doc/other_pad_algorithms.rst index 2a5bd950..9feb8a3b 100644 --- a/doc/other_pad_algorithms.rst +++ b/doc/other_pad_algorithms.rst @@ -43,7 +43,7 @@ Usually, it is a good idea to have at least verbose level 2 (i.e., calling line option. To run experiments in parallel on the local machine, add the ``--dask-client local-parallel`` option. - See :any:`bob.bio.base.pipeline_simple_features` for more + See :any:`this <bob.bio.base.pipeline_simple_advanced_features>` for more for more details on dask configurations. -- GitLab