From accbc45c3122daede9d91b573b9bb0b4aaac87b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 22 May 2018 06:16:57 -0400 Subject: [PATCH] Add LaTeXMapper to docs --- doc/mappers.rst | 9 --------- pymbolic/mapper/stringifier.py | 11 +++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/doc/mappers.rst b/doc/mappers.rst index ce56ea9..a3c60b6 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 8c9453b..26c2932 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 """ -- GitLab