# HG changeset patch # User Francesco Potortì # Date 1231754262 -3600 # Node ID 7ca65d74725034bee5682f8b374b3b2f922c7f3e # Parent 9d46d257f6efe54912347643f34c58315f8cdaac add reference to resize function in the manual diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2008-12-26 Francesco Potortì + * interpreter/matrix.txi (Rearranging Matrices): Add reference + to resize function. + * interpreter/plot.txi (Plot Annotations): Add cross reference to Text Properties. (Two-Dimensional Plots): Update introduction to the axis function. diff --git a/doc/interpreter/matrix.txi b/doc/interpreter/matrix.txi --- a/doc/interpreter/matrix.txi +++ b/doc/interpreter/matrix.txi @@ -106,6 +106,8 @@ @DOCSTRING(reshape) +@DOCSTRING(resize) + @DOCSTRING(circshift) @DOCSTRING(shiftdim)