[mlpack-git] master: Refactor help page. (25571f5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Mar 27 20:40:10 EDT 2015


Repository : https://github.com/mlpack/mlpack.org

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/ec30aa2e3fcd69e3fe8fd9b006bdcb033b3c8e8d...f38ec5f8431eea845df9cc0540dc8340fdfcf582

>---------------------------------------------------------------

commit 25571f5016f5e85dbedef5163c4e876a86796ffb
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Mar 27 22:54:07 2015 +0000

    Refactor help page.


>---------------------------------------------------------------

25571f5016f5e85dbedef5163c4e876a86796ffb
 help.html | 77 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 44 insertions(+), 33 deletions(-)

diff --git a/help.html b/help.html
index ee9c159..9070207 100644
--- a/help.html
+++ b/help.html
@@ -13,51 +13,62 @@ rel='stylesheet' type='text/css'>
 <!-- very simple table with as few words as possible -->
 <br>
 <div class="titlebar">
-<div class="left-image">
-   <a href="http://www.fast-lab.org"><img src="fastlab.png"></a>
+   <a href="http://www.mlpack.org"><img src="mlpack.png"></a>
 </div>
-<div class="right-image">
-   <img src="buzz.png">
-</div>
-<div class="title">
-   <div class="titlefont">mlpack</div>
-   <div class="subtitle">a scalable c++ machine learning library</div>
-</div>
-
-</div>
-<div class="separator"></div>
 <center>
 <div class="mlnavbar">
+  <div class="navcontainer">
    <div class="mlnavitem" name="mlnavmain"><a href="index.html">main</a></div>
-   <div class="mlnavitem" name="mlnavabout"><a href="about.html">about</a></div>
-   <div class="mlnavitem" name="mlnavtut"><a href="tutorial.html">tutorials</a></div>
+   <div class="mlnavitem" name="mlnavabout"><a href="about-main.html">about</a></div>
    <div class="mlnavitem" name="mlnavdoc"><a href="doxygen.php">docs</a></div>
-   <div class="mlnavsel" name="mlnavhelp">contact</div>
+   <div class="mlnavsel" name="mlnavhelp"><font class="whitebold">get help</font></div>
    <div class="mlnavitem" name="mlnavbugs"><a
-href="https://github.com/mlpack/mlpack/">bugs</a></div>
+href="https://github.com/mlpack/mlpack">github</a></div>
+  </div>
 </div>
 </center>
 <div class="separator"></div>
 <center>
 <div class="mainsection">
-<center><font class="whitebold">contact the mlpack community</font></center><br>
-<br>
-<font class="whitebold">IRC:</font> #mlpack on <a
-href="http://freenode.net">freenode</a> (<a href="irc/">channel logs</a>, <a
-href="http://webchat.freenode.net/?channels=mlpack">webchat</a>)<br>
-<br>
-<font class="whitebold">mailing lists:</font><br>
-<ul>
-<li>Discussion list: <a class="listlink"
-href="http://lists.cc.gatech.edu/mailman/listinfo/mlpack">mlpack</a></li>
-<li>Git commit list: <a class="listlink"
-href="http://lists.cc.gatech.edu/mailman/listinfo/mlpack-git">mlpack-git</a></li>
+<center class="smallertext"><h2><font class="whitebold">get help with mlpack</font></h2></center>
+<p>If you need help using or getting started with <font
+class="whitebold">mlpack</font>, there are many sources of documentation and
+tutorials.</p>
+<ul class="mainpage">
+<li><font class="gray">read <a href="about.html">an introduction</a> to <font
+class="whitebold">mlpack</font></li>
+<li><font class="gray">view <a
+href="https://github.com/mlpack/mlpack/blob/master/README.md">the readme</a>
+file for the <font class="whitebold">mlpack</font> project</font></li>
+<li><font class="gray">read <a href="tutorials.html">tutorials</a> for using <font
+class="whitebold">mlpack</font></li>
+<li><font class="gray">consult <a href="doxygen.php">api documentation</a> for the C++
+interface of <font class="whitebold">mlpack</font></li>
+<li><font class="gray">browse <a
+href="https://github.com/mlpack/mlpack"</a>mlpack source code</a> on
+Github</font></li>
 </ul>
-If none of those options are helpful, consider the <a
-href="http://www.mlpack.org/tutorial.html">tutorials</a>, the <a
-href="http://www.mlpack.org/doxygen.php">API documentation</a>, or the <a
-href="http://github.com/mlpack/mlpack">bug tracker</a>.
-<br>
+<p>If you are still having problems after consulting the above sources of
+documentation, there are many simple, available routes to get in touch with the
+<font class="whitebold">mlpack</font> community.</p>
+<ul class="mainpage">
+<li><font class="gray">send an email to the <a
+href="http://lists.cc.gatech.edu/mailman/listinfo/mlpack">mlpack mailing
+list</a></font></li>
+<li><font class="gray">send IRC messages to <font
+class="whitebold">#mlpack</font> on freenode (<a
+href="http://webchat.freenode.net/?channels=mlpack">webchat</a>)</font></li>
+<li><font class="gray">read the <font class="whitebold">#mlpack</font> IRC
+<a href="irc/">channel logs</a></li>
+<li><font class="gray">search through the <a
+href="https://github.com/mlpack/mlpack/issues">issues list</a> on Github</li>
+</ul>
+<p>If none of these strategies have helped, either, or if you are sure that your
+problem is a bug in <font class="whitebold">mlpack</font>, please <a
+href="https://github.com/mlpack/mlpack/issues/new">submit a new issue</a> and
+someone should respond in a relatively timely manner.</p>
+<p>Looking to get involved in the community?  See <a href="involved.html">this
+page.</a></p>
 </div>
 </body>
 </html>



More information about the mlpack-git mailing list