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

[project @ 2002-11-12 02:52:50 by jwe]
author jwe
date Tue, 12 Nov 2002 02:52:51 +0000
parents 2cc57b6169cf
children cef48c4b902d
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi
+++ b/doc/interpreter/numbers.txi
@@ -2,7 +2,7 @@
 @c This is part of the Octave manual.
 @c For copying conditions, see the file gpl.texi.
 
-@node Numeric Data Types, Strings, Data Types, Top
+@node Numeric Data Types
 @chapter Numeric Data Types
 @cindex numeric constant
 @cindex numeric value
@@ -72,7 +72,7 @@
 * Predicates for Numeric Objects::  
 @end menu
 
-@node Matrices, Ranges, Numeric Data Types, Numeric Data Types
+@node Matrices
 @section Matrices
 @cindex matrices
 
@@ -259,7 +259,7 @@
 * Empty Matrices::              
 @end menu
 
-@node Empty Matrices,  , Matrices, Matrices
+@node Empty Matrices
 @subsection Empty Matrices
 
 A matrix may have one or both dimensions zero, and operations on empty
@@ -327,7 +327,7 @@
 
 @DOCSTRING(propagate_empty_matrices)
 
-@node Ranges, Logical Values, Matrices, Numeric Data Types
+@node Ranges
 @section Ranges
 @cindex range expressions
 @cindex expression, range
@@ -374,14 +374,14 @@
 expression to determine whether they are all constants.  If they are, it
 replaces the range expression with a single range constant.
 
-@node Logical Values, Predicates for Numeric Objects, Ranges, Numeric Data Types
+@node Logical Values
 @section Logical Values
 
 @DOCSTRING(true)
 
 @DOCSTRING(false)
 
-@node Predicates for Numeric Objects,  , Logical Values, Numeric Data Types
+@node Predicates for Numeric Objects
 @section Predicates for Numeric Objects
 
 @DOCSTRING(isnumeric)