Commit Graph
13 Commits
Author SHA1 Message Date
Yashwant 76627bd415 Fix Bad Regex. 2020-07-19 20:14:36 +05:30
shritandRyan Curtin 64e3ae8be5 Fix bad regexp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-07-14 10:56:58 +02:00
Omar Shrit 8e3e0e09f1 Change from CLI -> IO in the doc/ directory
This change is related to the transition from boost serialization
to CLI11

Signed-off-by: Omar Shrit <omar@shrit.me>
2020-07-09 15:08:31 +02:00
Ryan Curtin bc6adfbcfd Update documentation to include discussion about Markdown. 2019-01-10 20:14:31 -05:00
Ryan Curtin 78a9149cca Refactor documentation and tutorials to bring things up to date.
Also fixes a few doxygen issues.
2018-03-28 21:05:24 -04:00
Marcus Edel 6f6173c765 Update documentation for changed names. 2016-05-26 13:26:28 +02:00
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
Grzegorz Krajewski f8228a5916 Change order in printing backtrace 2016-03-03 21:41:56 +01:00
Grzegorz Krajewski aa35528425 Add mlpack::backtrace info.
Add note about printing a backtrace.
2016-02-25 16:35:51 +01:00
ryan 114d43256f Standardize: 'mlpack' instead of 'MLPACK'. 2015-12-23 12:21:30 -05:00
ryan a7fecec54b Update output for Log::Fatal crash. 2015-04-09 19:08:02 -04:00
Ryan Curtin d89ee04714 Update documentation (thanks Yubao). 2014-02-04 02:46:48 +00:00
Ryan Curtin 653e64a6e0 Add some useful documentation. 2011-12-16 06:34:38 +00:00