From 3830a2109369ae2926aca2e7909cf9a3de31193d Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 11 Jan 2022 09:56:22 -0600 Subject: [PATCH] Fix warnings in doc build --- docs/source/usersguide/install.rst | 2 ++ openmc/model/model.py | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 3090ae69e..7961b3e38 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -274,7 +274,9 @@ Prerequisites .. _MPICH: https://www.mpich.org .. _HDF5: https://www.hdfgroup.org/solutions/hdf5/ .. _DAGMC: https://svalinn.github.io/DAGMC/index.html +.. _MOAB: https://bitbucket.org/fathomteam/moab .. _libMesh: https://libmesh.github.io/ +.. _libpng: http://www.libpng.org/pub/png/libpng.html Obtaining the Source -------------------- diff --git a/openmc/model/model.py b/openmc/model/model.py index cf082407c..072c5ae73 100644 --- a/openmc/model/model.py +++ b/openmc/model/model.py @@ -781,7 +781,7 @@ class Model: The rotation is only applied to cells filled with a universe. .. note:: If applying this change to a name that is not unique, then - the change will be applied to all objects of that name. + the change will be applied to all objects of that name. .. versionadded:: 0.13.0 @@ -803,7 +803,7 @@ class Model: The translation is only applied to cells filled with a universe. .. note:: If applying this change to a name that is not unique, then - the change will be applied to all objects of that name. + the change will be applied to all objects of that name. .. versionadded:: 0.13.0 @@ -825,7 +825,7 @@ class Model: """Update the density of a given set of materials to a new value .. note:: If applying this change to a name that is not unique, then - the change will be applied to all objects of that name. + the change will be applied to all objects of that name. .. versionadded:: 0.13.0 @@ -848,7 +848,7 @@ class Model: """Update the temperature of a set of cells to the given value .. note:: If applying this change to a name that is not unique, then - the change will be applied to all objects of that name. + the change will be applied to all objects of that name. .. versionadded:: 0.13.0 @@ -869,7 +869,7 @@ class Model: """Update the volume of a set of materials to the given value .. note:: If applying this change to a name that is not unique, then - the change will be applied to all objects of that name. + the change will be applied to all objects of that name. .. versionadded:: 0.13.0