diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 16:48:47 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 16:48:47 +0000 |
| commit | 95bca1b119088b500ad7539253e6025c2449bb98 (patch) | |
| tree | 308002e560b0144c17c057d807f5c6f488fa9d3e /docs/generate_autodocs.py | |
| parent | Merge branch 'packaging' (diff) | |
| download | pygensvm-95bca1b119088b500ad7539253e6025c2449bb98.tar.gz pygensvm-95bca1b119088b500ad7539253e6025c2449bb98.zip | |
Update documentation to use markdown where possible
Diffstat (limited to 'docs/generate_autodocs.py')
| -rw-r--r-- | docs/generate_autodocs.py | 10 |
1 files changed, 5 insertions, 5 deletions
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"), } |
