From d71526094d35de0cec9b0dbad66678829213ba8d Mon Sep 17 00:00:00 2001 From: Zac Stewart Date: Mon, 30 Dec 2013 13:12:57 -0500 Subject: [PATCH] Change equation formatting to code formatting build_finetune_functions is being rendered as a broken math equation, not a code snippet. --- doc/SdA.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SdA.txt b/doc/SdA.txt index 4f626ec4..3aa0d8bb 100644 --- a/doc/SdA.txt +++ b/doc/SdA.txt @@ -410,7 +410,7 @@ to the training set for a fixed number of epochs given by The fine-tuning loop is very similar with the one in the :ref:`mlp`, the only difference is that we will use now the functions given by -`build_finetune_functions` . +``build_finetune_functions`` .