From fce02f14c94e0bb848639239dd41d02512e8663c Mon Sep 17 00:00:00 2001 From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch> Date: Fri, 13 Apr 2018 13:43:45 +0200 Subject: [PATCH] Small fixes in the doc --- doc/experiments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/experiments.rst b/doc/experiments.rst index 7f16aaf8..16bd8589 100644 --- a/doc/experiments.rst +++ b/doc/experiments.rst @@ -237,7 +237,7 @@ For example, to generate a CMC curve from development and evaluation datasets: .. code-block:: sh - $bob measure cmc --output 'my_cmc.pdf' dev-1.txt eval-1.txt + $bob bio cmc --output 'my_cmc.pdf' dev-1.txt eval-1.txt dev-2.txt eval-2.txt where `my_cmc.pdf` will contain CMC curves for the two experiments. -- GitLab