Skip to content

Commit

Permalink
Update site docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 16, 2024
1 parent af08721 commit 67654cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/site/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<ul>
<li>Functions to convert unsigned int/long values to/from float/double values.</li>
<li>Unsigned variants of <a href="https://io7m.github.io/jranges">jranges</a> functions and types.</li>
<li>100% unit test coverage.</li>
<li><a href="https://www.osgi.org/">OSGi</a>-ready</li>
<li><a href="https://en.wikipedia.org/wiki/Java_Platform_Module_System">JPMS</a>-ready</li>
<li>High coverage test suite.</li>
<li><a href="https://www.osgi.org/">OSGi</a>-ready.</li>
<li><a href="https://en.wikipedia.org/wiki/Java_Platform_Module_System">JPMS</a>-ready.</li>
<li>ISC license.</li>
</ul>
</div>
9 changes: 4 additions & 5 deletions src/site/resources/overview.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="shields">
<a href="https://www.github.com/io7m-com/junsigned/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/junsigned/main.linux.temurin.lts.yml"
<img src="https://img.shields.io/github/actions/workflow/status/io7m-com/junsigned/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.junsigned%22">
<img src="https://img.shields.io/maven-central/v/com.io7m.junsigned/com.io7m.junsigned.svg?style=flat-square"
alt="Maven Central"/>
</a>
<a href="https://codecov.io/gh/io7m/junsigned">
<img src="https://img.shields.io/codecov/c/github/io7m/junsigned.svg?style=flat-square"
<a href="https://codecov.io/gh/io7m-com/junsigned">
<img src="https://img.shields.io/codecov/c/github/io7m-com/junsigned.svg?style=flat-square"
alt="Codecov"/>
</a>
</p>

<p>
The <tt>junsigned</tt> package implements some missing
Java functionality with regards to the conversion of unsigned
The <tt>junsigned</tt> package implements some missing Java functionality in regard to the conversion of unsigned
integer values between types.
</p>

Expand Down

0 comments on commit 67654cf

Please sign in to comment.