astromodels.utils.pretty_list module

astromodels.utils.pretty_list.dict_to_list(dictionary, html=False)[source]

Convert a dictionary into a unordered list.

Parameters:
  • dictionary – a dictionary

  • html – whether to output HTML or simple text (True or False)

Returns:

the list