Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Jan 8, 2024
1 parent 14a97af commit 0e10348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/complement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Complementary Projects

The most valuable component for better integrating models with *basically anything else* is a standard language for communicating the structure of those models. That language is `XMILE <http://www.iseesystems.com/community/support/XMILE.aspx>`_. The draft specifications for this have been finalized and the standard should be approved in the next few months.

A Python library for analyzing system dynamics models called the `Exploratory Modeling and Analysis (EMA) Workbench <http://simulation.tbm.tudelft.nl/ema-workbench/contents.html>`_ is being developed by `Erik Pruyt <http://www.tbm.tudelft.nl/en/about-faculty/departments/multi-actor-systems/policy-analysis/people/erik-pruyt/>`_ and `Jan Kwakkel <https://github.com/quaquel>`_ at TU Delft. This package implements a variety of analysis methods that are unique to dynamic models, and could work very tightly with PySD.
A Python library for analyzing system dynamics models called the `Exploratory Modeling and Analysis (EMA) Workbench <http://simulation.tbm.tudelft.nl/ema-workbench/contents.html>`_ developed by Erik Pruyt and Jan Kwakkel at TU Delft. This package implements a variety of analysis methods that are unique to dynamic models, and could work very tightly with PySD.

An excellent JavaScript library called `sd.js <https://github.com/bpowers/sd.js/tree/master>`_ created by Bobby Powers at `SDlabs <http://sdlabs.io/>`_ exists as a standalone SD engine, and provides a beautiful front end. This front end could be rendered as an iPython widget to facilitate display of SD models.
An web-based app called `Simlin <https://simlin.com/>`_ created by Bobby Powers exists as a standalone SD engine. Allows building models and exporting them to XMILE output.

The `Behavior Analysis and Testing Software(BATS) <http://www.ie.boun.edu.tr/labs/sesdyn/projects/bats/index.html>`_ developed by `Gönenç Yücel <http://www.ie.boun.edu.tr/people/pages/yucel.html>`_ includes a really neat method for categorizing behavior modes and exploring parameter space to determine the boundaries between them.
The `Behavior Analysis and Testing Software (BATS) <https://proceedings.systemdynamics.org/2014/proceed/papers/P1211.pdf>`_ developed by Gönenç Yücel includes a really neat method for categorizing behavior modes and exploring parameter space to determine the boundaries between them.

The `SDQC library <https://sdqc.readthedocs.io>`_ developed by Eneko Martin Martinez may be used to check the quality of the data imported by Vensim models from spreadsheet files.

Expand Down
2 changes: 1 addition & 1 deletion docs/development/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The profiler depends on :py:mod:`cProfile` and `cprofilev <https://github.com/ym

Python Linter
^^^^^^^^^^^^^
`Pylint <http://docs.pylint.org/>`_ is a module that checks that your code meets proper Python
`Pylint <https://pylint.readthedocs.io>`_ is a module that checks that your code meets proper Python
coding practices. It is helpful for making sure that the code will be easy for other people to read,
and also is good fast feedback for improving your coding practice. The lint checker can be run for
the entire packages, and for individual Python modules or classes. It should be run at a local level
Expand Down

0 comments on commit 0e10348

Please sign in to comment.