From dc4996298b4522d2b7f0a4ef1306e2ee87e44e71 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 26 Sep 2016 11:01:35 +0200 Subject: moved mainpage to README --- README.md | 26 ++++++++++++++++++++------ doc/mainpage.dox | 23 ----------------------- 2 files changed, 20 insertions(+), 29 deletions(-) delete mode 100644 doc/mainpage.dox diff --git a/README.md b/README.md index a20c6b2..7561d94 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,27 @@ -GenSVM -====== +GenSVM C Package {#mainpage} +================ -A Generalized Multiclass Support Vector Machine +GenSVM: A Generalized Multiclass Support Vector Machine. +Author: Gertjan van den Burg () -Dependencies +Version: 0.1 + +Introduction ------------ -* BLAS -* LAPACK +This is the introduction + +Usage +----- + +Describe the usage of the program here + +License +------- +Put some license information here +Reference +--------- +Reference to the published paper, include BibTeX entry as code block here. diff --git a/doc/mainpage.dox b/doc/mainpage.dox deleted file mode 100644 index 7af0f4c..0000000 --- a/doc/mainpage.dox +++ /dev/null @@ -1,23 +0,0 @@ -/** - * @mainpage GenSVM C Package Documentation - * @author Gertjan van den Burg () - * @date January, 2014 - * @version 0.01a - * - * @section intro_sec Introduction - * - * This is the introduction - * - * @section Usage - * - * Describe the usage of the program here. - * - * @section License - * - * Put some license information here. - * - * @section Reference - * - * Reference to the paper published. Include BibTeX entry as code block here. - * - */ -- cgit v1.2.3