mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 02:33:59 +08:00
Remove TOC numbering, and minor improvement in overview.
This commit is contained in:
parent
761b3bbb69
commit
a3b94d26c8
@ -19,7 +19,7 @@ They are themselves composed of \em user \em manual pages describing the differe
|
||||
|
||||
Under the \subpage UserManual_Generalities section, you will find documentation on more general topics such as preprocessor directives, controlling assertions, multi-threading, MKL support, some Eigen's internal insights, and much more...
|
||||
|
||||
Finally, do not miss the search-engine that is convenient to quickly found the documentation of a given class or function.
|
||||
Finally, do not miss the search engine, useful to quickly get to the documentation of a given class or function.
|
||||
|
||||
Want more? Checkout the <a href="unsupported/index.html">\em unsupported \em modules </a> documentation.
|
||||
|
||||
|
@ -26,7 +26,8 @@ function generate_autotoc() {
|
||||
prefix+="."+indices[1];
|
||||
}
|
||||
|
||||
current.html(prefix + " " + current.html());
|
||||
// Uncomment to add number prefixes
|
||||
// current.html(prefix + " " + current.html());
|
||||
for(var l = levelTag; l < 2; ++l){
|
||||
indices[l] = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user