From 9b75c82944b96b7fd32fdff13a9d18ca9144d159 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Sun, 29 Mar 2020 16:27:55 +0200 Subject: [PATCH] Docstrings updated --- docs/make.jl | 2 +- docs/src/index.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 7309d76..c84bb7a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,7 +2,7 @@ using Documenter, Gnuplot makedocs(sitename="Gnuplot.jl", authors = "Giorgio Calderone", - format = Documenter.HTML(prettyurls = false), # uncomment for local use, comment for deployment + #format = Documenter.HTML(prettyurls = false), # uncomment for local use, comment for deployment modules=[Gnuplot], pages = [ "Home" => "index.md", diff --git a/docs/src/index.md b/docs/src/index.md index 8da3db1..9884436 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -11,8 +11,6 @@ The **Gnuplot.jl** package allows easy and fast use of [gnuplot](http://gnuplot. - transparent interface between Julia and gnuplot to exploit all functionalities of the latter, both present and future ones; -- fast data transmission through system pipes (no temporary files involved); - - availability of all the palettes from [ColorSchemes](https://github.com/JuliaGraphics/ColorSchemes.jl); - support for multiple plots in one window, multiple plotting windows, as well as ASCII and Sixel plots (to plot directly in a terminal);