From: <mur...@us...> - 2011-08-07 15:18:41
|
Revision: 173 http://python-control.svn.sourceforge.net/python-control/?rev=173&view=rev Author: murrayrm Date: 2011-08-07 15:18:35 +0000 (Sun, 07 Aug 2011) Log Message: ----------- add blank line before list to fix formatting bug Modified Paths: -------------- trunk/doc/intro.rst Modified: trunk/doc/intro.rst =================================================================== --- trunk/doc/intro.rst 2011-08-07 15:12:58 UTC (rev 172) +++ trunk/doc/intro.rst 2011-08-07 15:18:35 UTC (rev 173) @@ -28,6 +28,7 @@ In terms of the python-control package more specifically, here are some thing to keep in mind: + * You must include commas in vectors. So [1 2 3] must be [1, 2, 3]. * Functions that return multiple arguments use tuples * Can't use braces for collections; use tuples instead This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |