Commit Graph
11 Commits
Author SHA1 Message Date
Alexander Leinoff efb64f2c7d Removes trailing whitespaces at end of lines
Unnecessary end of line whitespace is generally frowned upon. In addition some
editors remove end of line whitespace automatically, making diffs hard to read.
This commit removes all trailing witespaces. Using some sed magic in bash:

find . -name "*.*" -type f -print0 | xargs gsed -i 's/[ \t]*$//'
2016-04-19 12:10:01 -05:00
Ryan Curtin 79fd639d12 Documentation fixes. 2016-02-09 10:08:24 -05:00
ryan 114d43256f Standardize: 'mlpack' instead of 'MLPACK'. 2015-12-23 12:21:30 -05:00
ryan cf725551b1 Update tutorials. 2015-12-23 11:28:25 -05:00
Ryan Curtin 8b6b398e1e Propagate documentation fixes to trunk. 2014-07-28 14:32:06 +00:00
Ryan Curtin a07b4eb609 Update citation format. 2014-02-11 16:46:48 +00:00
Ryan Curtin 8d3e29b1fe Update documentation for new output; squared length is not given. 2013-09-11 18:19:17 +00:00
Ryan Curtin 23f7e37177 Fix reference. 2013-05-01 23:41:45 +00:00
Ryan Curtin f64134fa35 The last section shouldn't be a subsection. 2013-04-24 21:17:42 +00:00
Ryan Curtin 8c87df97cb A couple of formatting fixes. 2012-06-13 00:24:27 +00:00
Bill March 573371b469 wrote EMST tutorial 2012-06-04 16:01:30 +00:00