# HG changeset patch # User Francesco Potortì # Date 1230327946 -3600 # Node ID c9cb8f0b8b4fcf49fb303cb593c0c2ffab4d405e # Parent 99b6066fccb625ff208ea0990314fa7b7f196373 add reference to resize function in the manual diff -r 99b6066fccb6 -r c9cb8f0b8b4f doc/ChangeLog --- a/doc/ChangeLog Fri Dec 26 22:42:52 2008 +0100 +++ b/doc/ChangeLog Fri Dec 26 22:45:46 2008 +0100 @@ -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 -r 99b6066fccb6 -r c9cb8f0b8b4f doc/interpreter/matrix.txi --- a/doc/interpreter/matrix.txi Fri Dec 26 22:42:52 2008 +0100 +++ b/doc/interpreter/matrix.txi Fri Dec 26 22:45:46 2008 +0100 @@ -106,6 +106,8 @@ @DOCSTRING(reshape) +@DOCSTRING(resize) + @DOCSTRING(circshift) @DOCSTRING(shiftdim)