Skip to content
Snippets Groups Projects
Commit 05c8b320 authored by Thomas Gibson's avatar Thomas Gibson
Browse files

Add DOF descriptions mod to doc builder

parent 7565c2d1
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ Contents:
:maxdepth: 2
discretization
dof_desc
symbolic
misc
🚀 Github <https://github.com/inducer/grudge>
......
......@@ -32,9 +32,6 @@ from meshmode.mesh import \
__doc__ = """
DOF description
^^^^^^^^^^^^^^^
.. autoclass:: DTAG_SCALAR
.. autoclass:: DTAG_VOLUME_ALL
.. autoclass:: DTAG_BOUNDARY
......
......@@ -92,12 +92,12 @@ class Operator(pymbolic.primitives.Expression):
"""
.. attribute:: dd_in
an instance of :class:`~grudge.sym.DOFDesc` describing the
an instance of :class:`~grudge.dof_desc.DOFDesc` describing the
input discretization.
.. attribute:: dd_out
an instance of :class:`~grudge.sym.DOFDesc` describing the
an instance of :class:`~grudge.dof_desc.DOFDesc` describing the
output discretization.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment