diff --git a/docs/source/io_formats/settings.rst b/docs/source/io_formats/settings.rst index 1aca4d498..e5c0ca160 100644 --- a/docs/source/io_formats/settings.rst +++ b/docs/source/io_formats/settings.rst @@ -93,8 +93,8 @@ you care. This element has the following attributes/sub-elements: -------------------------------- When the DAGMC mode is enabled, the OpenMC geometry will be read from the file -``dagmc.h5m``. If a `geometry.xml <../io_formats/geometry.html>`_ file is -present with ``dagmc`` set to ``True``, it will be ignored. +``dagmc.h5m``. If a :ref:`geometry.xml ` file is present with +``dagmc`` set to ``true``, it will be ignored. -------------------------------- ```` Element diff --git a/docs/source/usersguide/geometry.rst b/docs/source/usersguide/geometry.rst index 2e081246e..70a665c53 100644 --- a/docs/source/usersguide/geometry.rst +++ b/docs/source/usersguide/geometry.rst @@ -407,12 +407,12 @@ OpenMC relies on the Direct Accelerated Geometry Monte Carlo toolkit (`DAGMC `_) to represent CAD-based geometry in a surface mesh format. A DAGMC run can be enabled in OpenMC by setting the ``dagmc`` property to ``True`` in the model Settings either via the Python -``openmc.settings`` module:: +:class:`openmc.settings` Python class:: settings = openmc.Settings() settings.dagmc = True -or in the `settings.xml <../io_formats/settings.html>`_ file:: +or in the :ref:`settings.xml ` file:: true