diff --git a/doc/mappers.rst b/doc/mappers.rst index ce56ea91269546489e57d5a664885c499aa0a25a..a3c60b6f4c143a9278f5704c641db36305abc170 100644 --- a/doc/mappers.rst +++ b/doc/mappers.rst @@ -12,15 +12,6 @@ Converting to strings and code .. automodule:: pymbolic.mapper.stringifier -Mappers -******* - -.. autoclass:: StringifyMapper - - .. automethod:: __call__ - -.. autoclass:: CSESplittingStringifyMapperMixin - .. automodule:: pymbolic.mapper.c_code .. autoclass:: CCodeMapper diff --git a/pymbolic/mapper/stringifier.py b/pymbolic/mapper/stringifier.py index 8c9453bce9d74e3bee7b7c03e5f6f873e87e935d..26c2932342a6ae9d28b1f7d4f88ea8ab4729c789 100644 --- a/pymbolic/mapper/stringifier.py +++ b/pymbolic/mapper/stringifier.py @@ -43,6 +43,17 @@ Precedence constants .. data:: PREC_LOGICAL_AND .. data:: PREC_LOGICAL_OR .. data:: PREC_NONE + +Mappers +******* + +.. autoclass:: StringifyMapper + + .. automethod:: __call__ + +.. autoclass:: CSESplittingStringifyMapperMixin + +.. autoclass:: LaTeXMapper """