|
From: <mur...@us...> - 2011-06-22 19:26:08
|
Revision: 164
http://python-control.svn.sourceforge.net/python-control/?rev=164&view=rev
Author: murrayrm
Date: 2011-06-22 19:26:01 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
Fixed up some typos in documentation + instructions for copying to sf.net
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/README
trunk/doc/intro.rst
Removed Paths:
-------------
trunk/doc/control.tex
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-06-22 18:59:13 UTC (rev 163)
+++ trunk/ChangeLog 2011-06-22 19:26:01 UTC (rev 164)
@@ -1,5 +1,11 @@
2011-06-22 Richard Murray <mu...@ma...>
+ * doc/intro.rst: fixed some small types
+
+ * doc/control.tex: removed (no longer needed)
+
+2011-06-22 Richard Murray <mu...@ma...>
+
* doc/intro.rst: Added a slightly more general introduction, with a
pointer to the python-control wiki (on sf.net)
Modified: trunk/doc/README
===================================================================
--- trunk/doc/README 2011-06-22 18:59:13 UTC (rev 163)
+++ trunk/doc/README 2011-06-22 19:26:01 UTC (rev 164)
@@ -13,3 +13,8 @@
4. >> touch *.rst
>> make html [or make latex]
+
+Creating/updating manual on sourceforge:
+
+5. >> rsync -rav _build/html/ us...@sh...:/home/project-web/python-control/htdocs/manual-N.mx/
+
Deleted: trunk/doc/control.tex
===================================================================
--- trunk/doc/control.tex 2011-06-22 18:59:13 UTC (rev 163)
+++ trunk/doc/control.tex 2011-06-22 19:26:01 UTC (rev 164)
@@ -1,21 +0,0 @@
-\documentclass{manual}
-
-\release{0.1}
-
-\begin{document}
-\sectionauthor{Richard Murray}{mu...@cd...}
-
-\section{\module{control}}
-This is some information on the control module.
-
-\section{Differences from MATLAB}
-\begin{itemize}
- \item You must include commas in vectors. So [1 2 3] must be [1, 2, 3].
- \item Functions that return multiple arguments use tuples
- \item Can't use braces for collections; use tuples instead
- \item Transfer functions are only implemented for SISO systems (due
- to limitations in the underlying signals.lti class); use state space
- representations for MIMO systems.
-\end{itemize}
-
-\end{document}
Modified: trunk/doc/intro.rst
===================================================================
--- trunk/doc/intro.rst 2011-06-22 18:59:13 UTC (rev 163)
+++ trunk/doc/intro.rst 2011-06-22 19:26:01 UTC (rev 164)
@@ -13,7 +13,7 @@
the commands available in the MATLAB Control Systems Toolbox.
In addition to the documentation here, there is a project wiki that
-contains some addional informaiton about how to use the package
+contains some additional information about how to use the package
(including some detailed worked examples):
http://python-control.sourceforge.net
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|