diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-26 11:01:35 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-26 11:02:52 +0200 |
| commit | dc4996298b4522d2b7f0a4ef1306e2ee87e44e71 (patch) | |
| tree | 59e62c967ec80baea38cd5702b184c729a87a1cc | |
| parent | More unit tests for optimize (diff) | |
| download | gensvm-dc4996298b4522d2b7f0a4ef1306e2ee87e44e71.tar.gz gensvm-dc4996298b4522d2b7f0a4ef1306e2ee87e44e71.zip | |
moved mainpage to README
| -rw-r--r-- | README.md | 26 | ||||
| -rw-r--r-- | doc/mainpage.dox | 23 |
2 files changed, 20 insertions, 29 deletions
@@ -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 (<gertjanvandenburg@gmail.com>) -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 (<gertjanvandenburg@gmail.com>) - * @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. - * - */ |
