Skip to content

Commit

Permalink
Deploying to gh-pages from @ f7704d2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Nov 19, 2023
1 parent df946f1 commit fc73f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="md__home_runner_work_SI_SI_README"></a> -<img src="SI-logo.jpg" alt="" align="right" class="inline"/></p>
<p><a href="https://github.com/bernedom/SI/actions?query=workflow%3ACI"><img src="https://github.com/bernedom/SI/workflows/CI/badge.svg?branch=master" alt="Continuous Integration" style="pointer-events: none;" class="inline"/></a> <a href="https://www.codacy.com/app/bernedom/SI?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bernedom/SI&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/ec7f65662b91480a9968bd77bd32c66c" alt="Codacy Badge" class="inline"/></a> <a href="https://lgtm.com/projects/g/bernedom/SI/context:cpp"><img src="https://img.shields.io/lgtm/grade/cpp/g/bernedom/SI.svg?logo=lgtm&amp;logoWidth=18" alt="Language grade: C/C++" style="pointer-events: none;" class="inline"/></a> <a href="https://si.dominikberner.ch/dev/bench/"><img src="https://github.com/bernedom/SI/workflows/Continuous%20Benchmark/badge.svg?branch=master" alt="Continuous Benchmark" style="pointer-events: none;" class="inline"/></a> <a href="https://si.dominikberner.ch/doc/"><img src="https://github.com/bernedom/SI/workflows/API%20documentation/badge.svg?branch=master" alt="API Documentation" style="pointer-events: none;" class="inline"/></a></p>
<p><a href="https://github.com/bernedom/SI/releases"><img src="https://img.shields.io/github/release/bernedom/SI.svg" alt="GitHub Releases" style="pointer-events: none;" class="inline"/></a> <a href="https://raw.githubusercontent.com/bernedom/SI/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" style="pointer-events: none;" class="inline"/></a></p>
<p><a href="https://github.com/bernedom/SI/actions?query=workflow%3ACI"><img src="https://github.com/bernedom/SI/actions/workflows/ci.yml/badge.svg?branch=main" alt="Continuous Integration" style="pointer-events: none;" class="inline"/></a> <a href="https://www.codacy.com/app/bernedom/SI?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bernedom/SI&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/ec7f65662b91480a9968bd77bd32c66c" alt="Codacy Badge" class="inline"/></a> <a href="https://si.dominikberner.ch/doc/"><img src="https://github.com/bernedom/SI/actions/workflows/api-doc.yml/badge.svg?branch=main" alt="API Documentation" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/bernedom/SI/actions?query=workflow%3ACodeQL"><img src="https://github.com/bernedom/SI/actions/workflows/codeql.yml/badge.svg?branch=main" alt="CodeQL" style="pointer-events: none;" class="inline"/></a></p>
<p><a href="https://github.com/bernedom/SI/releases"><img src="https://img.shields.io/github/release/bernedom/SI.svg" alt="GitHub Releases" style="pointer-events: none;" class="inline"/></a> <a href="https://raw.githubusercontent.com/bernedom/SI/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" style="pointer-events: none;" class="inline"/></a></p>
<h1><a class="anchor" id="autotoc_md0"></a>
SI - Type safety for physical units</h1>
<p>A header only c++ library that provides type safety and user defined literals for handling physical values defined in the <a href="https://en.wikipedia.org/wiki/International_System_of_Units">International System of Units</a> regulated by the <a href="https://www.bipm.org/en/about-us/">International Bureau of Weights and Measures (BIPM)</a> and published in the <a href="https://www.bipm.org/en/publications/si-brochure/">SI brochure</a>. For a quick start see <a href="https://github.com/bernedom/SI/blob/master/doc/installation-guide.md">the installation guide</a>. Contributions and comments are welcome, please check the contribution guidelines for further information.</p>
Expand Down

0 comments on commit fc73f3f

Please sign in to comment.