From a95717015cfefedacb04292f8eb2c1e496aa36cb Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel <22495855+jkrumbiegel@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:24:01 +0200 Subject: [PATCH] Docs tweaks (#3243) * change index.md title to Home * use rel=canonical to mark redirection sites as duplicates more clearly * change example to reference --- docs/buildutils/redirect_generation.jl | 1 + docs/index.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/buildutils/redirect_generation.jl b/docs/buildutils/redirect_generation.jl index 8cd75de33a6..bf5cfbaf8e9 100644 --- a/docs/buildutils/redirect_generation.jl +++ b/docs/buildutils/redirect_generation.jl @@ -44,6 +44,7 @@ function write_redirection_html(redirect_file, existing_file; dry_run) + diff --git a/docs/index.md b/docs/index.md index be319e8fc0c..099a02316fd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -@def title = "Interactive visualizations and powerful plotting in Julia" +@def title = "Home" @def order = 0 @def frontpage = true @def description = "Create impressive data visualizations with Makie, the plotting ecosystem for the Julia language. Build aesthetic plots with beautiful customizable themes, control every last detail of publication quality vector graphics, assemble complex layouts and quickly prototype interactive applications to explore your data live." @@ -113,10 +113,10 @@ To switch to a different backend, for example `CairoMakie`, call `CairoMakie.act @@box ~~~~~~ - @@title Plot Examples @@ + @@title Plot Reference @@ @@box-content @@description - Have a look at this list of examples for the available plotting functions. + A visual reference of all available plotting functions and their attributes. @@ ~~~