Skip to content

Commit 3d06377

Browse files
author
Ioannis Giagkiozis
committed
book update
1 parent d9ca2ba commit 3d06377

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

docs/book/src/fundamentals.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1+
<div align="center">
2+
<a href="https://github.com/igiagkiozis/plotly/tree/master">
3+
<img src="https://img.shields.io/badge/Plotly.rs-master-brightgreen" alt="build status">
4+
</a>
5+
<a href="https://github.com/igiagkiozis/plotly/actions">
6+
<img src="https://github.com/igiagkiozis/plotly/workflows/build/badge.svg" alt="build status">
7+
</a>
8+
<a href="https://crates.io/crates/plotly">
9+
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">
10+
</a>
11+
<a href="https://docs.rs/plotly">
12+
<img src="https://docs.rs/plotly/badge.svg" alt="Documentation">
13+
</a>
14+
<a href="">
15+
<img src="https://img.shields.io/badge/Minimum%20Rust%20Version-1.31-brightgreen.svg" alt="Minimum Version">
16+
</a>
17+
</div>
18+
119
# Fundamentals
20+
21+
Functionality that applies to the library as a whole is described in the next sections.

docs/book/src/getting_started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Getting Started
21
<div align="center">
32
<a href="https://github.com/igiagkiozis/plotly/tree/master">
43
<img src="https://img.shields.io/badge/Plotly.rs-master-brightgreen" alt="build status">
@@ -17,6 +16,8 @@
1716
</a>
1817
</div>
1918

19+
# Getting Started
20+
2021
To start using [Plotly.rs](https://github.com/igiagkiozis/plotly) in your project add the following to your `Cargo.toml`:
2122

2223
```toml

docs/book/src/plotly_rs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Plotly.rs
21
<div align="center">
32
<a href="https://github.com/igiagkiozis/plotly/tree/master">
43
<img src="https://img.shields.io/badge/Plotly.rs-master-brightgreen" alt="build status">
@@ -17,6 +16,8 @@
1716
</a>
1817
</div>
1918

19+
# Plotly.rs
20+
2021
Plotly.rs is a plotting library powered by [Plotly.js](https://plot.ly/javascript/). The aim is to bring over to Rust all the functionality that `Python` users have come to rely on; with the added benefit of type safety and speed.
2122

2223
Plotly.rs is free and open source. You can find the source on [GitHub](https://github.com/igiagkiozis/plotly). Issues and feature requests can be posted on the [issue tracker](https://github.com/igiagkiozis/plotly/issues).

docs/book/src/recipes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<div align="center">
2+
<a href="https://github.com/igiagkiozis/plotly/tree/master">
3+
<img src="https://img.shields.io/badge/Plotly.rs-master-brightgreen" alt="build status">
4+
</a>
5+
<a href="https://github.com/igiagkiozis/plotly/actions">
6+
<img src="https://github.com/igiagkiozis/plotly/workflows/build/badge.svg" alt="build status">
7+
</a>
8+
<a href="https://crates.io/crates/plotly">
9+
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">
10+
</a>
11+
<a href="https://docs.rs/plotly">
12+
<img src="https://docs.rs/plotly/badge.svg" alt="Documentation">
13+
</a>
14+
<a href="">
15+
<img src="https://img.shields.io/badge/Minimum%20Rust%20Version-1.31-brightgreen.svg" alt="Minimum Version">
16+
</a>
17+
</div>
18+
119
# Recipes
220

321
Most of the recipes presented here have been adapted from the official documentation for [plotly.js](https://plotly.com/javascript/) and [plotly.py](https://plotly.com/python/). Contributions of interesting plots that showcase the capabilities of the library are most welcome. For more information on the process please see [the contributing guidelines](https://github.com/igiagkiozis/plotly/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)