model_plugin_table

glotaran.plugin_system.model_registration.model_plugin_table(*, plugin_names: bool = False, full_names: bool = False) glotaran.utils.ipython.MarkdownStr[source]

Return registered model plugins as markdown table.

This is especially useful when you work with new plugins.

Parameters
  • plugin_names (bool) – Whether or not to add the names of the plugins to the table.

  • full_names (bool) – Whether to display the full names the plugins are registered under as well.

Returns

Markdown table of modelnames.

Return type

str