From 95bca1b119088b500ad7539253e6025c2449bb98 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 6 Mar 2020 16:48:47 +0000 Subject: Update documentation to use markdown where possible --- docs/generate_autodocs.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/generate_autodocs.py') diff --git a/docs/generate_autodocs.py b/docs/generate_autodocs.py index 1aa8f7d..a0544ef 100644 --- a/docs/generate_autodocs.py +++ b/docs/generate_autodocs.py @@ -42,11 +42,11 @@ FULL_NAMES = { } OUTPUT_FILES = { - "GenSVMGridSearchCV": os.path.join(DOCDIR, "cls_gridsearch.rst"), - "GenSVM": os.path.join(DOCDIR, "cls_gensvm.rst"), - "load_grid_tiny": os.path.join(DOCDIR, "auto_functions.rst"), - "load_grid_small": os.path.join(DOCDIR, "auto_functions.rst"), - "load_grid_full": os.path.join(DOCDIR, "auto_functions.rst"), + "GenSVMGridSearchCV": os.path.join(DOCDIR, "cls_gridsearch.txt"), + "GenSVM": os.path.join(DOCDIR, "cls_gensvm.txt"), + "load_grid_tiny": os.path.join(DOCDIR, "auto_functions.txt"), + "load_grid_small": os.path.join(DOCDIR, "auto_functions.txt"), + "load_grid_full": os.path.join(DOCDIR, "auto_functions.txt"), } -- cgit v1.2.3