update unsupported module documentation to be conformed with new documentation style

This commit is contained in:
Gael Guennebaud
2013-01-11 10:41:26 +01:00
parent b0cb5e6d48
commit cc444bbbf9
6 changed files with 233 additions and 1881 deletions

View File

@@ -220,7 +220,10 @@ $(document).ready(function() {
// ok, the default tree has been created, we can keep going...
// expand the "Chapters" node
expandNode(global_navtree_object, global_navtree_object.node.children[0].children[2], true, true);
if(window.location.href.indexOf('unsupported')==-1)
expandNode(global_navtree_object, global_navtree_object.node.children[0].children[2], true, true);
else
expandNode(global_navtree_object, global_navtree_object.node.children[0].children[1], true, true);
// Hide the root node "Eigen"
$(document.getElementsByClassName('index.html')[0]).parent().parent().css({display:"none"});