changeset 10294:3fa344c9d754 octave-forge

control-devel: touch up manual
author paramaniac
date Mon, 21 May 2012 17:32:29 +0000
parents 34fa8e0fead6
children 8ebb7fe24db8
files extra/control-devel/DESCRIPTION extra/control-devel/INDEX extra/control-devel/devel/pdfdoc/control-devel.tex
diffstat 3 files changed, 36 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/extra/control-devel/DESCRIPTION	Mon May 21 16:11:14 2012 +0000
+++ b/extra/control-devel/DESCRIPTION	Mon May 21 17:32:29 2012 +0000
@@ -1,6 +1,6 @@
 Name: Control-Devel
-Version: 0.1.51
-Date: 2012-02-28
+Version: 0.2.0
+Date: 2012-05-21
 Author: Lukas Reichlin <lukas.reichlin@gmail.com>
 Maintainer: Lukas Reichlin <lukas.reichlin@gmail.com>
 Title: Control Systems Developer's Playground
--- a/extra/control-devel/INDEX	Mon May 21 16:11:14 2012 +0000
+++ b/extra/control-devel/INDEX	Mon May 21 17:32:29 2012 +0000
@@ -5,15 +5,25 @@
   @iddata/cat
   @iddata/detrend
   @iddata/diff
+  @iddata/fft
   @iddata/get
   @iddata/horzcat
+  @iddata/ifft
   @iddata/merge
   @iddata/plot
   @iddata/set
   @iddata/size
   @iddata/vertcat
 System Identification
+  arx
   fitfrd
+  moen4
   moesp
   n4sid
-
+Overloaded Operators
+  @iddata/horzcat
+  @iddata/subsasgn
+  @iddata/subsref
+  @iddata/vertcat
+Miscellaneous
+  test_devel
\ No newline at end of file
--- a/extra/control-devel/devel/pdfdoc/control-devel.tex	Mon May 21 16:11:14 2012 +0000
+++ b/extra/control-devel/devel/pdfdoc/control-devel.tex	Mon May 21 17:32:29 2012 +0000
@@ -1,13 +1,34 @@
 \input texinfo   @c -*-texinfo-*-
 @c %**start of header
-@setfilename control.info
+@setfilename control-devel.info
 @settitle Octave Control Systems Package
 @afourpaper
-@set VERSION 0.1.50
+@set VERSION 0.2.0
 @finalout
 @c @afourwide
 @c %**end of header
 
+
+@c The following macro is used for the on-line help system, but we don't
+@c want lots of `See also: foo, bar, and baz' strings cluttering the
+@c printed manual (that information should be in the supporting text for
+@c each group of functions and variables).
+
+@macro seealso {args}
+@iftex
+@vskip 2pt
+@end iftex
+@ifnottex
+@c Texinfo @sp should work but in practice produces ugly results for HTML.
+@c A simple blank line produces the correct behavior. 
+@c @sp 1
+
+@end ifnottex
+@noindent
+@strong{See also:} \args\.
+@end macro
+
+
 @c %*** Start of TITLEPAGE
 @titlepage
 @title control-devel @value{VERSION}