Skip to content

Commit

Permalink
Merge branch 'master' into jk/datashader
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Sep 19, 2023
2 parents 5fe4cc2 + a957170 commit 8e5243f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/buildutils/redirect_generation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function write_redirection_html(redirect_file, existing_file; dry_run)
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=$rel">
<link rel="canonical" href="$rel" />
<script type="text/javascript">
window.location.href = "$rel"
</script>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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."
Expand Down Expand Up @@ -113,10 +113,10 @@ To switch to a different backend, for example `CairoMakie`, call `CairoMakie.act

@@box
~~~<a class="boxlink" href="reference/plots/">~~~
@@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.
@@
~~~
<img src="/assets/reference/plots/heatmap/code/output/mandelbrot_heatmap.png">
Expand Down

0 comments on commit 8e5243f

Please sign in to comment.