|
1 | | -<h1 align="center">Plotly.rs</h1> |
2 | | - |
3 | | -<div align="center">Plotly for Rust</div> |
4 | | - |
5 | | -<div align="center"> |
6 | | - <a href="https://igiagkiozis.github.io/plotly/content/getting_started.html">Getting Started</a> |
7 | | - | |
8 | | - <a href="https://igiagkiozis.github.io/plotly/content/recipes.html">Recipes</a> |
9 | | - | |
10 | | - <a href="https://docs.rs/crate/plotly/">API Docs</a> |
11 | | - | |
12 | | - <a href="https://github.com/igiagkiozis/plotly/blob/master/CHANGELOG.md">Changelog</a> |
13 | | -</div> |
14 | | -<br> |
15 | 1 | <div align="center"> |
16 | | - <a href="https://github.com/igiagkiozis/plotly/actions" style="text-decoration: none !important;"> |
17 | | - <img src="https://github.com/igiagkiozis/plotly/workflows/build_master/badge.svg" alt="build status"> |
| 2 | + <h1>Plotly.rs</h1> |
| 3 | + <p><strong>Plotly for Rust</strong></p> |
| 4 | + <p> |
| 5 | + <a href="https://github.com/igiagkiozis/plotly/actions?query=branch%3Amaster" style="text-decoration: none!important;"> |
| 6 | + <img src="https://img.shields.io/github/workflow/status/igiagkiozis/plotly/CI/master" alt="Build status"> |
18 | 7 | </a> |
19 | | - <a href="https://crates.io/crates/plotly" style="text-decoration: none !important;"> |
| 8 | + <a href="https://crates.io/crates/plotly" style="text-decoration: none!important;"> |
20 | 9 | <img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io"> |
21 | 10 | </a> |
22 | | - <a href="https://crates.io/crates/plotly" style="text-decoration: none !important;"> |
| 11 | + <a href="https://crates.io/crates/plotly" style="text-decoration: none!important;"> |
23 | 12 | <img src="https://img.shields.io/crates/d/plotly" alt="Downloads"> |
24 | 13 | </a> |
25 | | - <a href="https://docs.rs/plotly" style="text-decoration: none !important;"> |
26 | | - <img src="https://docs.rs/plotly/badge.svg" alt="Documentation"> |
| 14 | + <a href="https://docs.rs/plotly" style="text-decoration: none!important;"> |
| 15 | + <img src="https://img.shields.io/badge/docs.rs-plotly-green" alt="Documentation"> |
27 | 16 | </a> |
28 | | - <a href="" style="text-decoration: none !important;"> |
29 | | - <img src="https://img.shields.io/badge/Minimum%20Rust%20Version-1.31-brightgreen.svg" alt="Minimum Version"> |
| 17 | + <a href="https://app.codecov.io/github/igiagkiozis/plotly" style="text-decoration: none!important;"> |
| 18 | + <img src="https://img.shields.io/codecov/c/github/igiagkiozis/plotly" alt="Code coverage"> |
30 | 19 | </a> |
| 20 | + </p> |
| 21 | + <h4> |
| 22 | + <a href="https://igiagkiozis.github.io/plotly/content/getting_started.html">Getting Started</a> |
| 23 | + <span> | </span> |
| 24 | + <a href="https://igiagkiozis.github.io/plotly/content/recipes.html">Recipes</a> |
| 25 | + <span> | </span> |
| 26 | + <a href="https://docs.rs/crate/plotly/">API Docs</a> |
| 27 | + <span> | </span> |
| 28 | + <a href="https://github.com/igiagkiozis/plotly/blob/master/CHANGELOG.md">Changelog</a> |
| 29 | + </h4> |
31 | 30 | </div> |
32 | | -<br> |
33 | 31 |
|
34 | 32 | # Table of Contents |
35 | 33 |
|
|
0 commit comments