diff --git a/docs.html b/docs.html
index 596ff909..422bc263 100644
--- a/docs.html
+++ b/docs.html
@@ -3531,8 +3531,7 @@ only a subset of the elements is taken
Caveats:
-
-do not use .reshape() to change the size without preserving data;
-use .set_size() instead, which is much faster
+to change the size without preserving data, use .set_size() instead, which is much faster
-
to grow/shrink the object while preserving the elements as well as the layout of the elements,
@@ -3620,8 +3619,7 @@ Can be used for growing or shrinking an object (ie. adding/removing rows, and/or
-
Caveat:
-do not use .resize() to change the size without preserving data;
-use .set_size() instead, which is much faster
+to change the size without preserving data, use .set_size() instead, which is much faster
-
@@ -10966,8 +10964,7 @@ only a subset of elements is taken from the given object
Caveats:
-
-do not use reshape() to change the size without preserving data;
-use .set_size() instead, which is much faster
+to change the size without preserving data, use .set_size() instead, which is much faster
-
to grow/shrink a matrix while preserving the elements as well as the layout of the elements,
@@ -11024,8 +11021,7 @@ whose elements as well as the layout of the elements are taken from the given ob
-
Caveat:
-do not use resize() to change the size without preserving data;
-use .set_size() instead, which is much faster
+to change the size without preserving data, use .set_size() instead, which is much faster
-