Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Sep 18, 2022
1 parent 4f38900 commit e84da1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# excels2vensim

[![Coverage Status](https://coveralls.io/repos/github/SDXorg/excels2vensim/badge.svg?branch=master)](https://coveralls.io/github/SDXorg/excels2vensim?branch=master)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/excels2vensim/badges/version.svg)](https://anaconda.org/conda-forge/excels2vensim)
[![PyPI version](https://badge.fury.io/py/excels2vensim.svg)](https://badge.fury.io/py/excels2vensim)
[![PyPI status](https://img.shields.io/pypi/status/excels2vensim.svg)](https://pypi.python.org/pypi/excels2vensim/)
[![Py version](https://img.shields.io/pypi/pyversions/excels2vensim.svg)](https://pypi.python.org/pypi/excels2vensim/)
[![Docs](https://readthedocs.org/projects/excels2vensim/badge/?version=latest)](https://excels2vensim.readthedocs.io/en/latest/?badge=latest)

Systems Dynamics models often use large amounts of input data. Reading this data is complicated when it corresponds to multidimensional matrices. In the case of Vensim, if the data is read from '.xlsx' files, the data can only be read in two-dimensional tables at most, which implies the introduction of multiple equations in the model file.

The excels2vensim library aims to simplify the incorporation of equations from external data into Vensim. Given the name of the variable and information on how its dimensions are distributed, the library returns the equations for copying and pasting into the Vensim model. In addition, the library uses cellrange names to write the equations, and automatically creates the cellranges in the '.xlsx' file.
Expand Down
6 changes: 2 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Easy generate Vensim GET XLS/DIRECT equations with cellrange names.
|PyPI package|
|PyPI status|
|PyPI pyversions|
|pipeline|
|coverage|

.. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg
Expand All @@ -39,9 +38,8 @@ Easy generate Vensim GET XLS/DIRECT equations with cellrange names.
.. |PyPI status| image:: https://img.shields.io/pypi/status/excels2vensim.svg
:target: https://pypi.python.org/pypi/excels2vensim/

.. |coverage| image:: https://gitlab.com/eneko.martin.martinez/excels2vensim/badges/master/coverage.svg
:target: https://gitlab.com/eneko.martin.martinez/excels2vensim/

.. |coverage| image:: https://coveralls.io/repos/github/SDXorg/excels2vensim/badge.svg?branch=master
:target: https://coveralls.io/github/SDXorg/excels2vensim?branch=master

Systems Dynamics models often use large amounts of input data. Reading this data is complicated when it corresponds to multidimensional matrices. In the case of Vensim, if the data is read from '.xlsx' files, the data can only be read in two-dimensional tables at most, which implies the introduction of multiple equations in the model file.

Expand Down
2 changes: 1 addition & 1 deletion excels2vensim/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0"
__version__ = "0.13.1"

0 comments on commit e84da1b

Please sign in to comment.