aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-09-26 11:01:35 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-09-26 11:02:52 +0200
commitdc4996298b4522d2b7f0a4ef1306e2ee87e44e71 (patch)
tree59e62c967ec80baea38cd5702b184c729a87a1cc
parentMore unit tests for optimize (diff)
downloadgensvm-dc4996298b4522d2b7f0a4ef1306e2ee87e44e71.tar.gz
gensvm-dc4996298b4522d2b7f0a4ef1306e2ee87e44e71.zip
moved mainpage to README
-rw-r--r--README.md26
-rw-r--r--doc/mainpage.dox23
2 files changed, 20 insertions, 29 deletions
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 (<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.
- *
- */