From a4f98661c1bab079323f58ebc0fa6aa54906b703 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 14 Oct 2019 18:45:30 -0500 Subject: [PATCH] Update docs/source/usersguide/volume.rst Co-Authored-By: Paul Romano --- docs/source/usersguide/volume.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usersguide/volume.rst b/docs/source/usersguide/volume.rst index b946858ea4..c040eb2d7f 100644 --- a/docs/source/usersguide/volume.rst +++ b/docs/source/usersguide/volume.rst @@ -38,7 +38,7 @@ Of course, the volumes that you *need* this capability for are often the ones with complex definitions. A threshold can be applied for the calculation's variance, standard deviation, -or relative error of volume estimates using ::attr::`openmc.VolumeCalculation.set_trigger`:: +or relative error of volume estimates using :meth:`openmc.VolumeCalculation.set_trigger`:: vol_calc.set_trigger(1e-05, 'std_dev') @@ -76,4 +76,4 @@ After the results are loaded, volume estimates will be stored in :attr:`VolumeCalculation.volumes`. There is also a :attr:`VolumeCalculation.atoms_dataframe` attribute that shows stochastic estimates of the number of atoms of each type of nuclide within the specified -domains along with their uncertainties. \ No newline at end of file +domains along with their uncertainties.