Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs tweaks #3243

Merged
merged 4 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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