Add help messages in the quick ref/ascii docs regarding slicing, indexing, and reshaping.

This commit is contained in:
Gael Guennebaud
2018-12-05 17:17:23 +01:00
parent e2e897298a
commit acc3459a49
3 changed files with 29 additions and 0 deletions

View File

@@ -188,6 +188,13 @@ span.cpp11,span.cpp14,span.cpp17 {
font-weight: bold;
}
div.warningbox {
max-width:60em;
border-style: solid solid solid solid;
border-color: red;
border-width: 3px;
}
/**** old Eigen's styles ****/