[mlpack-svn] r11176 - mlpack/trunk/doc/tutorials

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jan 19 13:27:34 EST 2012


Author: rcurtin
Date: 2012-01-19 13:27:34 -0500 (Thu, 19 Jan 2012)
New Revision: 11176

Added:
   mlpack/trunk/doc/tutorials/tutorials.txt
Log:
Add an actual page for the tutorials.


Added: mlpack/trunk/doc/tutorials/tutorials.txt
===================================================================
--- mlpack/trunk/doc/tutorials/tutorials.txt	                        (rev 0)
+++ mlpack/trunk/doc/tutorials/tutorials.txt	2012-01-19 18:27:34 UTC (rev 11176)
@@ -0,0 +1,29 @@
+/*!
+
+ at file tutorials.txt
+ at author Ryan Curtin
+ at brief List of MLPACK tutorials.
+
+ at page tutorials Tutorials
+
+ at section introd_tut Introductory Tutorials
+
+These tutorials introduce the basic concepts of working with MLPACK, aimed at
+developers who want to use and contribute to MLPACK but are not sure where to
+start.
+
+ - \ref build
+ - \ref matrices
+ - \ref iodoc
+ - \ref timer
+ - \ref sample
+
+ at section method_tut Method-specific Tutorials
+
+These tutorials introduce the various methods MLPACK offers, aimed at users who
+simply want to use the methods MLPACK offers.  These tutorials start with simple
+examples and progress to complex, extensible uses.
+
+ - \ref nstutorial
+
+*/




More information about the mlpack-svn mailing list