diff --git a/doc/src/Modify_compute.rst b/doc/src/Modify_compute.rst index 8fad775b3a..e910d6f8e2 100644 --- a/doc/src/Modify_compute.rst +++ b/doc/src/Modify_compute.rst @@ -53,5 +53,5 @@ in two stages: the callback function is registered with the pair style and then called from the Pair::ev_tally() function, which is called for each pair after force and energy has been computed for this pair. Then the tallied values are retrieved with the standard compute_scalar or -compute_vector or compute_peratom methods. The USER-TALLY package -provides *examples*\ _compute_tally.html for utilizing this mechanism. +compute_vector or compute_peratom methods. The :doc:`compute styles in the USER-TALLY package ` +provide *examples* for utilizing this mechanism. diff --git a/doc/src/compute_angle.rst b/doc/src/compute_angle.rst index d028cdec99..f3e5ee93c0 100644 --- a/doc/src/compute_angle.rst +++ b/doc/src/compute_angle.rst @@ -24,8 +24,8 @@ Description """"""""""" Define a computation that extracts the angle energy calculated by each -of the angle sub-styles used in the "angle_style -hybrid" angle_hybrid.html command. These values are made accessible +of the angle sub-styles used in the doc:`angle_style hybrid ` +command. These values are made accessible for output or further processing by other commands. The group specified for this command is ignored. diff --git a/doc/src/fix_nh_uef.rst b/doc/src/fix_nh_uef.rst index 1c1e7a11d2..74e61472c6 100644 --- a/doc/src/fix_nh_uef.rst +++ b/doc/src/fix_nh_uef.rst @@ -222,9 +222,9 @@ Default """"""" The default keyword values specific to this fix are exy = xyz, strain -= 0 0. The remaining defaults are the same as for *fix -npt*\ _fix_nh.html except tchain = 1. The reason for this change is -given in :doc:`fix nvt/sllod `. += 0 0. The remaining defaults are the same as for :doc:`fix npt ` +except tchain = 1. The reason for this change is given in +:doc:`fix nvt/sllod `. ----------