Skip to content

Commit

Permalink
Delete example directory and add example sir mdl to module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Jan 17, 2024
1 parent 689fa73 commit f3c932b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 142 deletions.
5 changes: 4 additions & 1 deletion mira/sources/vensim/__init__.py → mira/sources/vensim.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
"""This module implements parsing Vensim models by Ventana Systems denoted by the .mdl file
and turning them into MIRA template models.
The documentation for vensim models is defined here:
https://www.vensim.com/documentation/sample_models.htm
https://www.vensim.com/documentation/sample_models.html
SIR mdl file example here: https://www.vensim.com/documentation/sample_models.html
"""

__all__ = ["template_model_from_mdl_file_url"]
Expand Down
141 changes: 0 additions & 141 deletions mira/sources/vensim/example_mdl/sir.mdl

This file was deleted.

0 comments on commit f3c932b

Please sign in to comment.