Skip to content

Commit

Permalink
DEBUGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Feb 28, 2024
1 parent ebeb7d7 commit 1e7ff90
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions doc/source/html_utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,38 @@ HTML Utilities
The following are a number of utility functions used to generate the HTML log
file produced by :class:`ShellLogger`.

.. automodule:: shell_logger.html_utilities
:noindex:
.. autofunction:: shell_logger.html_utilities.append_html
.. autofunction:: shell_logger.html_utilities.child_logger_card
.. autofunction:: shell_logger.html_utilities.child_logger_card_html
.. autofunction:: shell_logger.html_utilities.closing_html_text
.. autofunction:: shell_logger.html_utilities.command_card
.. autofunction:: shell_logger.html_utilities.command_card_html
.. autofunction:: shell_logger.html_utilities.command_detail
.. autofunction:: shell_logger.html_utilities.command_detail_list
.. autofunction:: shell_logger.html_utilities.diagnostics_card
.. autofunction:: shell_logger.html_utilities.disk_time_series_plot
.. autofunction:: shell_logger.html_utilities.embed_html
.. autofunction:: shell_logger.html_utilities.embed_script
.. autofunction:: shell_logger.html_utilities.embed_style
.. autofunction:: shell_logger.html_utilities.fixed_width
.. autofunction:: shell_logger.html_utilities.flatten
.. autofunction:: shell_logger.html_utilities.get_human_time
.. autofunction:: shell_logger.html_utilities.html_encode
.. autofunction:: shell_logger.html_utilities.html_header
.. autofunction:: shell_logger.html_utilities.html_message_card
.. autofunction:: shell_logger.html_utilities.load_template
.. autofunction:: shell_logger.html_utilities.message_card
.. autofunction:: shell_logger.html_utilities.nested_simplenamespace_to_dict
.. autofunction:: shell_logger.html_utilities.opening_html_text
.. autofunction:: shell_logger.html_utilities.output_block
.. autofunction:: shell_logger.html_utilities.output_block_card
.. autofunction:: shell_logger.html_utilities.output_block_html
.. autofunction:: shell_logger.html_utilities.output_line_html
.. autofunction:: shell_logger.html_utilities.parent_logger_card_html
.. autofunction:: shell_logger.html_utilities.sgr_24bit_color_to_html
.. autofunction:: shell_logger.html_utilities.sgr_4bit_color_and_style_to_html
.. autofunction:: shell_logger.html_utilities.sgr_8bit_color_to_html
.. autofunction:: shell_logger.html_utilities.sgr_to_html
.. autofunction:: shell_logger.html_utilities.split_template
.. autofunction:: shell_logger.html_utilities.stat_chart_card
.. autofunction:: shell_logger.html_utilities.time_series_plot

0 comments on commit 1e7ff90

Please sign in to comment.