MsxModel ======== .. rubric:: *module* :mod:`wntr.msx.model` .. currentmodule:: wntr.msx.model .. autoclass:: MsxModel .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: MsxModel.add_constant MsxModel.add_parameter MsxModel.add_reaction MsxModel.add_species MsxModel.add_term MsxModel.from_dict MsxModel.remove_constant MsxModel.remove_parameter MsxModel.remove_reaction MsxModel.remove_species MsxModel.remove_term MsxModel.to_dict .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: MsxModel.constant_name_list MsxModel.network_data MsxModel.options MsxModel.parameter_name_list MsxModel.reaction_system MsxModel.references MsxModel.species_name_list MsxModel.term_name_list MsxModel.name MsxModel.title MsxModel.description ~~~~~~~~~~~~~~~~~~~~~~~~~~~