diff --git a/include/cppad/local/var_op/binary_op.xrst b/include/cppad/local/var_op/binary_op.xrst index 0118d7999..5d179800c 100644 --- a/include/cppad/local/var_op/binary_op.xrst +++ b/include/cppad/local/var_op/binary_op.xrst @@ -246,7 +246,7 @@ order of the Taylor coefficients that we are computing. {xrst_comment document n_dir, cap_order, taylor} {xrst_template , - include/cppad/local/var_op/forward_dir.xrst + include/cppad/local/var_op/template/forward_dir.xrst } {xrst_end var_binary_forward_dir} @@ -294,7 +294,7 @@ The Taylor coefficient corresponding to variable *i* and order *k* is {xrst_comment document n_order, partial} {xrst_template ; - include/cppad/local/var_op/reverse.xrst + include/cppad/local/var_op/template/reverse.xrst @x, y@ ; x } diff --git a/include/cppad/local/var_op/csum_op.hpp b/include/cppad/local/var_op/csum_op.hpp index a92fab073..a4fafee49 100644 --- a/include/cppad/local/var_op/csum_op.hpp +++ b/include/cppad/local/var_op/csum_op.hpp @@ -287,7 +287,7 @@ is the parameter vector for this operation sequence. {xrst_comment n_dir, cap_order, taylor} {xrst_template , - include/cppad/local/var_op/forward_dir.xrst + include/cppad/local/var_op/template/forward_dir.xrst } {xrst_end var_csum_forward_dir} @@ -374,7 +374,7 @@ see {xrst_comment document n_order, partial} {xrst_template ; - include/cppad/local/var_op/reverse.xrst + include/cppad/local/var_op/template/reverse.xrst @x, y@ ; x, y, u, v } diff --git a/include/cppad/local/var_op/load_op.hpp b/include/cppad/local/var_op/load_op.hpp index 3f56e87ff..62b1cab1e 100644 --- a/include/cppad/local/var_op/load_op.hpp +++ b/include/cppad/local/var_op/load_op.hpp @@ -415,7 +415,7 @@ If this index is zero, *y* is a parameter (not a variable). {xrst_comment document n_order, partial} {xrst_template ; - include/cppad/local/var_op/reverse.xrst + include/cppad/local/var_op/template/reverse.xrst @x, y@ ; y } diff --git a/include/cppad/local/var_op/forward_dir.xrst b/include/cppad/local/var_op/template/forward_dir.xrst similarity index 100% rename from include/cppad/local/var_op/forward_dir.xrst rename to include/cppad/local/var_op/template/forward_dir.xrst diff --git a/include/cppad/local/var_op/reverse.xrst b/include/cppad/local/var_op/template/reverse.xrst similarity index 100% rename from include/cppad/local/var_op/reverse.xrst rename to include/cppad/local/var_op/template/reverse.xrst diff --git a/include/cppad/local/var_op/unary_op.xrst b/include/cppad/local/var_op/unary_op.xrst index da1836b16..b37b03344 100644 --- a/include/cppad/local/var_op/unary_op.xrst +++ b/include/cppad/local/var_op/unary_op.xrst @@ -230,7 +230,7 @@ order of the Taylor coefficients that we are computing. {xrst_comment document n_dir, cap_order, taylor} {xrst_template , - include/cppad/local/var_op/forward_dir.xrst + include/cppad/local/var_op/template/forward_dir.xrst } {xrst_end var_unary_forward_dir} @@ -276,7 +276,7 @@ The Taylor coefficient corresponding to variable *i* and order *k* is {xrst_comment document n_order, partial} {xrst_template ; - include/cppad/local/var_op/reverse.xrst + include/cppad/local/var_op/template/reverse.xrst @x, y@ ; x }