Skip to content

Commit

Permalink
Prepare README
Browse files Browse the repository at this point in the history
TODO put it into documentation HTML somewhere
  • Loading branch information
phannebohm committed Feb 13, 2024
1 parent cb7596d commit f77314b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 2 additions & 1 deletion PNlib/package.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package PNlib
annotation(
uses(Modelica(version = "4.0.0")),
version = "3.0.0");
version = "3.0.0"
);
end PNlib;
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ The main package PNlib is divided into the following sub-packages:
models.
* _Examples_: contains several examples and unit tests.

## Current release

Download [PNlib v2.2 (2019-10-24)][release-v-2-2]

## Compatibility

* Coverage with OpenModelica master and latest PNlib release:
Expand All @@ -45,12 +41,12 @@ Download [PNlib v2.2 (2019-10-24)][release-v-2-2]

## License

This package is licensed with the [3-Clause BSD License](./LICENSE).
This package is licensed with the [3-Clause BSD License][license-link].

## Development and contribution

```
Hochschule Bielefeld – University of Applied Sciences and Arts
Hochschule Bielefeld – University of Applied Sciences and Arts (HSBI)
Faculty of Engineering and Mathematics
```

Expand All @@ -65,8 +61,7 @@ You may report feedback, issues or feature-requests using
[test-badge]: https://github.com/AMIT-HSBI/PNlib/actions/workflows/Test.yml/badge.svg
[test-link]: https://github.com/AMIT-HSBI/PNlib/actions/workflows/Test.yml
[pnlib-img]: PNlib/Resources/Images/iconsxHPN.png "xHPN: Extended Hybrid PetriNets"
[release-v-2-2]: https://github.com/AMIT-HSBI/PNlib/releases/tag/v2.2
[coverage-link]: http://libraries.openmodelica.org/branches/master/PNlib/PNlib.html
[license-link]: https://modelica.org/licenses/ModelicaLicense2
[license-link]: https://github.com/AMIT-HSBI/PNlib/blob/v3.0.0/LICENSE
[issues]: https://github.com/AMIT-HSBI/PNlib/issues
[gh-pages-link]: https://amit-hsbi.github.io/PNlib/stable/PNlib_master/PNlib_master.html

0 comments on commit f77314b

Please sign in to comment.