Skip to content

Commit

Permalink
master: var_op: move xrst templates to template subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Nov 27, 2024
1 parent 77fff7c commit de501c6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions include/cppad/local/var_op/binary_op.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
}

Expand Down
4 changes: 2 additions & 2 deletions include/cppad/local/var_op/csum_op.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion include/cppad/local/var_op/load_op.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions include/cppad/local/var_op/unary_op.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit de501c6

Please sign in to comment.