From 4db026ab4127ffedf66519142861d5d11ed27a67 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 8 Oct 2020 19:06:47 +0200 Subject: [PATCH] [sphinx] Fixed sphinx --- doc/guide_audio_extractor.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guide_audio_extractor.rst b/doc/guide_audio_extractor.rst index 9d3df59..eb572dd 100644 --- a/doc/guide_audio_extractor.rst +++ b/doc/guide_audio_extractor.rst @@ -6,14 +6,14 @@ This subpackage is part of ``bob.learn.pytorch`` package to extract features fr trained with pytorch_. For this purpose, you can specify your feature extractor in configuration -file to be used together with the ``verifiy.py`` script from :ref:`bob.bio.base_legacy <bob.bio.base_legacy>`. +file to be used together with the ``verifiy.py`` script from `bob.bio.base_legacy <bob.bio.base_legacy>`. DltResNet Model --------------- -:ref:`bob.bio.base_legacy <bob.bio.base_legacy>` wrapper DltResNet model. +`bob.bio.base_legacy <bob.bio.base_legacy>` wrapper DltResNet model. .. note:: @@ -29,7 +29,7 @@ ResNet Model ------------ -:ref:`bob.bio.base_legacy <bob.bio.base_legacy>` wrapper ResNet model. +`bob.bio.base_legacy <bob.bio.base_legacy>` wrapper ResNet model. .. note:: -- GitLab