pydocmaker.backend.ex_redmine ============================= .. py:module:: pydocmaker.backend.ex_redmine Classes ------- .. autoapisummary:: pydocmaker.backend.ex_redmine.DocumentRedmineFormatter Functions --------- .. autoapisummary:: pydocmaker.backend.ex_redmine.convert pydocmaker.backend.ex_redmine.im2file pydocmaker.backend.ex_redmine.im2attachment pydocmaker.backend.ex_redmine.handle_color Module Contents --------------- .. py:function:: convert(doc: List[dict], with_attachments=True, aformat_redmine=False) .. py:function:: im2file(dc_img) .. py:function:: im2attachment(dc_img, filename, content) .. py:function:: handle_color(func) .. py:class:: DocumentRedmineFormatter(aformat_redmine=True, out_format='textile') Bases: :py:obj:`pydocmaker.backend.baseformatter.BaseFormatter` Helper class that provides a standard way to create an ABC using inheritance. .. py:attribute:: attachments :value: [] .. py:attribute:: out_format :value: 'textile' .. py:attribute:: aformat_redmine :value: True .. py:method:: handle_error(err, el) -> list .. py:method:: digest_markdown(children='', **kwargs) -> str .. py:method:: digest_text(children='', **kwargs) -> str .. py:method:: digest_image(**kwargs) -> str .. py:method:: digest_latex(children='', **kwargs) -> str .. py:method:: digest_verbatim(children='', **kwargs) -> str .. py:method:: digest_table(children=None, **kwargs) -> str