Differences From Artifact [a41249c324]:
- File
README.md
— part of check-in
[dd2f7cd116]
at
2021-04-16 07:13:04
on branch github/deepsource-transform-1fe15620
— Format code with black, gofmt, yapf, autopep8, isort, standardrb, standardjs, prettier and rubocop
This commit fixes the style issues introduced in 7ac5cb2 according to the output
from black, gofmt, yapf, autopep8, isort, standardrb, standardjs, prettier and
rubocop.Details: https://deepsource.io/gh/reduce-algebra/mtt/transform/c3252946-0bd2-48d0-b166-fde2a4487b9e/ (user: 62050782+deepsource-autofix[bot]@users.noreply.github.com, size: 1867) [annotate] [blame] [check-ins using] [more...]
To Artifact [da8a56cfa1]:
- File README.md — part of check-in [3e06d47cb0] at 2021-04-16 07:13:10 on branch github/restyled/deepsource-transform-1fe15620 — Restyled by prettier-markdown (user: commits@restyled.io, size: 1883) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | # MTT ## Model Transformation Tools ### Bond-graph based modeling tools | | > > | > | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # MTT ## Model Transformation Tools ### Bond-graph based modeling tools MTT is a set of tools for modeling dynamic physical systems using the bond-graph methodology and transforming these models into representations suitable for analysis, control, and simulation. --- ## Introduction - MTT uses and generates `.m` files for [GNU Octave](https://www.octave.org/). - MTT is mainly built on the [GNU](https://gnu.org/) set of tools. - MTT uses the algebraic package [REDUCE](https://reduce-algebra.sourceforge.io/). - MTT is based on the bond graph language; general bond graph information is available from [The Bond Graph Compendium](https://www2.engr.arizona.edu/~cellier/bg.html) homepage. --- ## Availability - [GitHub](https://github.com/reduce-algebra/mtt) _(Primary)_ - [GitLab Mirror](https://gitlab.com/reduce-algebra/mtt) |
︙ | ︙ | |||
40 41 42 43 44 45 46 | - [GitHub Issues](https://github.com/reduce-algebra/mtt/issues) --- ## Authors | | > | > > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - [GitHub Issues](https://github.com/reduce-algebra/mtt/issues) --- ## Authors - [Peter Gawthrop](http://www.gawthrop.net/) [\<peter.gawthrop@unimelb.edu.au\>](mailto:peter.gawthrop@unimelb.edu.au) - [Geraint Paul Bevan](https://www.gcu.ac.uk/cebe/staff/geraint%20bevan/) [\<Geraint.Bevan@gcu.ac.uk\>](mailto:Geraint.Bevan@gcu.ac.uk), [\<geraint@enchant.me.uk\>](mailto:geraint@enchant.me.uk) [_(https://www.enchant.me.uk)_](https://www.enchant.me.uk/) --- |