Repository: mahout Updated Branches: refs/heads/website 9759e024e -> 2346425bd
WEBSITE Updated All Side Navbars Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/2346425b Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/2346425b Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/2346425b Branch: refs/heads/website Commit: 2346425bdb4c11133bda8759f106c7637007d702 Parents: 9759e02 Author: Trevor <[email protected]> Authored: Mon May 1 10:43:53 2017 -0500 Committer: Trevor <[email protected]> Committed: Mon May 1 10:43:53 2017 -0500 ---------------------------------------------------------------------- website/README.md | 2 +- website/docs/_includes/mr_algo_navbar.html | 15 ++++++--- website/docs/_includes/mr_tutorial_navbar.html | 14 ++++++--- website/docs/_includes/tutorial_navbar.html | 34 +++++---------------- website/docs/algorithms/map-reduce/index.md | 2 +- website/docs/tutorials/eigenfaces/index.md | 6 ++++ 6 files changed, 37 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/2346425b/website/README.md ---------------------------------------------------------------------- diff --git a/website/README.md b/website/README.md index 436e108..889afdf 100644 --- a/website/README.md +++ b/website/README.md @@ -159,6 +159,6 @@ This is a helpful tool for reference http://pikock.github.io/bootstrap-magic/3.0 - [ ] would like to see `community/buidingmahout.md` cleaned up a bit (just coppied new instructions from README.md) - [ ] writeups for native solvers in /docs/native-solvers/ - [ ] help with triage in `mahout/website/old_site_migration` -- [ ] Update sidebars in `mr_algo_navbar`, `mr_tutorial_navbar`, `tutorial_navbar`, to look like `docs/includes/algo_navbar.html` +- [x] Update sidebars in `mr_algo_navbar`, `mr_tutorial_navbar`, `tutorial_navbar`, to look like `docs/includes/algo_navbar.html` - [ ] Write ups for new algos - [ ] Search the directory (Ctrl+Shift+F in intellij) for "TODO" you'll find stuff. http://git-wip-us.apache.org/repos/asf/mahout/blob/2346425b/website/docs/_includes/mr_algo_navbar.html ---------------------------------------------------------------------- diff --git a/website/docs/_includes/mr_algo_navbar.html b/website/docs/_includes/mr_algo_navbar.html index 94ca27e..87dbdde 100644 --- a/website/docs/_includes/mr_algo_navbar.html +++ b/website/docs/_includes/mr_algo_navbar.html @@ -1,5 +1,10 @@ -<ul class="nav sidebar-nav"> - <li><span><b>Classification Algorithms</b><span></li> +<div id="MrAlgoMenu"> + <span><b>Map Reduce Algorithms</b> (deprecated)<span> + <div class="list-group panel"> + <a href="#classification" class="list-group-item list-group-item-success" data-toggle="collapse" data-parent="#MrAlgoMenu"><b>Classification</b><i class="fa fa-caret-down"></i></a> + <div class="collapse" id="classification"> + <ul class="nav sidebar-nav"> + <li> <a href="{{ BASE_PATH }}/algorithms/map-reduce/classification/bayesian.html">Bayesian</a></li> <li> <a href="{{ BASE_PATH }}/algorithms/map-reduce/classification/class-discovery.html">Class Discovery</a></li> <li> <a href="{{ BASE_PATH }}/algorithms/map-reduce/classification/classifyingyourdata.html">Classifying Your Data</a></li> @@ -17,5 +22,7 @@ <li> <a href="{{ BASE_PATH }}/algorithms/map-reduce/classification/random-forrests.html">Random Forrests</a></li> <li> <a href="{{ BASE_PATH }}/algorithms/map-reduce/classification/restricted-boltzman-machines.html">Restricted Boltzman Machines</a></li> <li> <a href="{{ BASE_PATH }}/algorithms/map-reduce/classification/support-vector-machines.html">Support Vector Machines</a></li> - -</ul> \ No newline at end of file + </ul> + </div> + </div> + </div> http://git-wip-us.apache.org/repos/asf/mahout/blob/2346425b/website/docs/_includes/mr_tutorial_navbar.html ---------------------------------------------------------------------- diff --git a/website/docs/_includes/mr_tutorial_navbar.html b/website/docs/_includes/mr_tutorial_navbar.html index 943f8b0..844c701 100644 --- a/website/docs/_includes/mr_tutorial_navbar.html +++ b/website/docs/_includes/mr_tutorial_navbar.html @@ -1,8 +1,14 @@ - -<ul class="nav sidebar-nav"> - <li><span><b>Classification</b><span></li> +<div id="MrTutorialMenu"> + <span><b>Map Reduce Tutorials</b> (deprecated)<span> + <div class="list-group panel"> + <a href="#classification" class="list-group-item list-group-item-success" data-toggle="collapse" data-parent="#MrTutorialMenu"><b>Classification</b><i class="fa fa-caret-down"></i></a> + <div class="collapse" id="classification"> + <ul class="nav sidebar-nav"> <li> <a href="{{ BASE_PATH }}/tutorials/map-reduce/classification/bankmarketing-example.html">Bank Marketing Example</a></li> <li> <a href="{{ BASE_PATH }}/tutorials/map-reduce/classification/breiman-example.html">Breiman Example</a></li> <li> <a href="{{ BASE_PATH }}/tutorials/map-reduce/classification/twenty-newsgroups.html">Twenty Newsgroups Example</a></li> <li> <a href="{{ BASE_PATH }}/tutorials/map-reduce/classification/wikipedia-classifier-example.html">Wikipedia Classifier Example</a></li> -</ul> \ No newline at end of file +</ul> + </div> + </div> +</div> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/mahout/blob/2346425b/website/docs/_includes/tutorial_navbar.html ---------------------------------------------------------------------- diff --git a/website/docs/_includes/tutorial_navbar.html b/website/docs/_includes/tutorial_navbar.html index a5bbd8c..ee75d75 100644 --- a/website/docs/_includes/tutorial_navbar.html +++ b/website/docs/_includes/tutorial_navbar.html @@ -1,28 +1,10 @@ - +<div id="MrTutorialMenu"> + <span><b>Tutorials</b></span> + <div class="list-group panel"> + <a href="#linalg" class="list-group-item list-group-item-success" data-toggle="collapse" data-parent="#MrTutorialMenu"><b>Linear Algebra</b><i class="fa fa-caret-down"></i></a> + <div class="collapse" id="linalg"> <ul class="nav sidebar-nav"> - <li><span><b>Shell Based Driver Tutorials</b><span></li> - <li> <a href="#">Start Bootstrap</a></li> - + <li> <a href="{{ BASE_PATH }}/tutorials/eigenfaces">Eigenfaces Demo</a></li> - <li> - <a href="#">Dashboard</a> - </li> - <li> - <a href="#">Shortcuts</a> - </li> - <li> - <a href="#">Overview</a> - </li> - <li> - <a href="#">Events</a> - </li> - <li> - <a href="#">About</a> - </li> - <li> - <a href="#">Services</a> - </li> - <li> - <a href="#">Contact</a> - </li> -</ul> \ No newline at end of file +</ul> + </div></div></div> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/mahout/blob/2346425b/website/docs/algorithms/map-reduce/index.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/index.md b/website/docs/algorithms/map-reduce/index.md index 88cedea..ca1d544 100644 --- a/website/docs/algorithms/map-reduce/index.md +++ b/website/docs/algorithms/map-reduce/index.md @@ -1,5 +1,5 @@ --- -layout: algorithm +layout: mr_algorithm title: Deprecated Map Reduce Algorithms theme: name: mahout2 http://git-wip-us.apache.org/repos/asf/mahout/blob/2346425b/website/docs/tutorials/eigenfaces/index.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/eigenfaces/index.md b/website/docs/tutorials/eigenfaces/index.md new file mode 100644 index 0000000..d6e019d --- /dev/null +++ b/website/docs/tutorials/eigenfaces/index.md @@ -0,0 +1,6 @@ +--- +layout: tutorial +title: Eigenfaces Demo +theme: + name: mahout3 +---
