Skip to content

Commit

Permalink
- added hyperlink to the documentation badge
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Feb 7, 2024
1 parent fdfb5be commit dbcd9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nimplex

![Static Badge](https://img.shields.io/badge/API-Documentation-e?logo=bookstack&logoColor=white&link=https%3A%2F%2Famkrajewski.github.io%2Fnimplex%2F)
[![Static Badge](https://img.shields.io/badge/API-Documentation-e?logo=bookstack&logoColor=white&link=https%3A%2F%2Famkrajewski.github.io%2Fnimplex%2F)](https://nimplex.phaseslab.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![(Linux) Grid, Graph, and CLI Tests](https://github.com/amkrajewski/nimplex/actions/workflows/testingOnPush_Linux.yaml/badge.svg)](https://github.com/amkrajewski/nimplex/actions/workflows/testingOnPush_Linux.yaml)
Expand Down Expand Up @@ -172,4 +172,4 @@ Or if you want to print the full result to the console, allowing you to pipe it
You can also utilize the following auxiliary flags:
- `--help` or `-h` --> Show help.
- `--benchmark` or `-b` --> Run a set of tasks to benchmark performnace (`simplex_grid(9, 12)`, `simplex_internal_grid(9, 12)`, `simplex_sampling_mc(9, 1_000_000)`, `simplex_graph(9, 12)`) and
compare performance across implementations (`simplex_graph(3, 1000)` vs `simplex_graph_3C(1000)`).
compare performance across implementations (`simplex_graph(3, 1000)` vs `simplex_graph_3C(1000)`).

0 comments on commit dbcd9a6

Please sign in to comment.