diff doc/interpreter/tips.txi @ 4167:aae05d51353c

[project @ 2002-11-12 02:52:50 by jwe]
author jwe
date Tue, 12 Nov 2002 02:52:51 +0000
parents bfe1573bd2ae
children b2ce28713791
line wrap: on
line diff
--- a/doc/interpreter/tips.txi
+++ b/doc/interpreter/tips.txi
@@ -2,7 +2,7 @@
 @c This is part of the Octave manual.
 @c For copying conditions, see the file gpl.texi.
 
-@node Tips, Trouble, System Utilities, Top
+@node Tips
 @appendix Tips and Standards
 @cindex tips
 @cindex standards of coding style
@@ -20,7 +20,7 @@
 * Function Headers::            Standard headers for functions.
 @end menu
 
-@node Style Tips, Coding Tips, Tips, Tips
+@node Style Tips
 @section Writing Clean Octave Programs
 
 Here are some tips for avoiding common errors in writing Octave code
@@ -61,7 +61,7 @@
 copyright to anyone else, then place your name in the copyright notice.
 @end itemize
 
-@node Coding Tips, Documentation Tips, Style Tips, Tips
+@node Coding Tips
 @section Tips for Making Code Run Faster.
 @cindex execution speed
 @cindex speedups
@@ -121,7 +121,7 @@
 files.
 @end itemize
 
-@node Documentation Tips, Comment Tips, Coding Tips, Tips
+@node Documentation Tips
 @section Tips for Documentation Strings
 
 Here are some tips for the writing of documentation strings.
@@ -199,7 +199,7 @@
 vary.
 @end itemize
 
-@node Comment Tips, Function Headers, Documentation Tips, Tips
+@node Comment Tips
 @section Tips on Writing Comments
 
 Here are the conventions to follow when writing comments.
@@ -227,7 +227,7 @@
 depending on the number of semicolons.  @xref{Comments,,
 Manipulating Comments, emacs, The GNU Emacs Manual}.
 
-@node Function Headers,  , Comment Tips, Tips
+@node Function Headers
 @section Conventional Headers for Octave Functions
 @cindex header comments