mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-22 09:56:31 +00:00
Merge branch 'fix/doc-resource-urls' into 'develop'
Fix urls in inline docs to files hosted on gitlab See merge request mchodzikiewicz/embedded-plots!14
This commit is contained in:
commit
dab0dae5d0
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
||||||
//! ### Single plot
|
//! ### Single plot
|
||||||
//! Simple plot example
|
//! Simple plot example
|
||||||
//! #### On color display:
|
//! #### On color display:
|
||||||
//! ![single plot on color display](doc-resources/single-plot-color.png "Color plot of single curve")
|
//! ![single plot on color display](https://gitlab.com/mchodzikiewicz/embedded-plots/-/raw/master/single-plot-color.png "Color plot of single curve")
|
||||||
//! #### On monochromatic display:
|
//! #### On monochromatic display:
|
||||||
//! ![single plot on monochromatic display](doc-resources/single-plot-mono.png "Monochromatic plot of single curve")
|
//! ![single plot on monochromatic display](https://gitlab.com/mchodzikiewicz/embedded-plots/-/raw/master/single-plot-mono.png "Monochromatic plot of single curve")
|
||||||
//!
|
//!
|
||||||
//! Code to render:
|
//! Code to render:
|
||||||
//! ```rust
|
//! ```rust
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
//!
|
//!
|
||||||
//! ### Axis
|
//! ### Axis
|
||||||
//! You can also use axis on its own, it looks like this:
|
//! You can also use axis on its own, it looks like this:
|
||||||
//! ![free axis examples](doc-resources/free-axis-example.png "Free axis example")
|
//! ![free axis examples](https://gitlab.com/mchodzikiewicz/embedded-plots/-/raw/master/doc-resources/free-axis-example.png "Free axis example")
|
||||||
//! Code to render example axis:
|
//! Code to render example axis:
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! use embedded_plots::axis::{Axis, Scale, Placement};
|
//! use embedded_plots::axis::{Axis, Scale, Placement};
|
||||||
|
|
Loading…
Reference in a new issue