diff --git a/README.md b/README.md index 2aba0476dd206f2f36c837a3895a9cdac278d89a..15b89a0cbf9d381a4b274b30443d3ea2039210d8 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,7 @@ Generates Nyquist plot of model specified, allows the usage of the same flags as ## Python bindings python bindings can be build separately from: [eisgeneratorpy](https://git-ce.rwth-aachen.de/carl_philipp.klemm/eisgeneraorpy) + +### Linking + +it is best to link to this library with the help of [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) as this provides platform a agnostic to query for paths and flags. Almost certenly, pkg-config is already integrated into your buildsystem. diff --git a/doc/style.css b/doc/style.css new file mode 100644 index 0000000000000000000000000000000000000000..b2d6fecb9f6420ffd702041a438b28cd395eb8df --- /dev/null +++ b/doc/style.css @@ -0,0 +1,27 @@ +body { + background-color: #CCC; + color: black; + margin: 0; +} + +div.contents { + margin-bottom: 10px; + padding: 12px; + margin-left: auto; + margin-right: auto; + max-width: 1024px; + background-color: white; + border-radius: 8px; +} + +#titlearea { +background-color: white; +} + +hr.footer { + display: none; +} + +.footer { + background-color: #AAA; +} diff --git a/examples/MIT.txt b/examples/MIT.txt new file mode 100644 index 0000000000000000000000000000000000000000..9904083580c69fed9fae8dfb05768d6f69da0e2b --- /dev/null +++ b/examples/MIT.txt @@ -0,0 +1,7 @@ +Copyright © 2024 Carl Philipp Klemm <carl@uvos.xyz> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.