Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
remove links to outdated gallery for now and add discourse link (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel authored Feb 16, 2021
1 parent 5db0c94 commit 8443f24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- 'nightly' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- '1'
os:
- ubuntu-latest
arch:
Expand Down
4 changes: 0 additions & 4 deletions docs/src/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,3 @@ for i = 1:n_frames
end
```


## More Animation Examples

You can see more complex examples in the [Example Gallery](http://juliaplots.org/MakieReferenceImages/gallery/index.html)!
2 changes: 0 additions & 2 deletions docs/src/basic-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,3 @@ For more information, see the [Animations](@ref) and the [Observables & Interact
That concludes our short tutorial. We hope you have learned how to create basic plots
with Makie and how easy it is to change and animate them using Observables.

You can check out more examples that you can adapt
in the [Example Gallery](http://juliaplots.org/MakieReferenceImages/gallery/index.html).
9 changes: 5 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CairoMakie.activate!()

- Learn the basics of plotting with Makie in the [Basic Tutorial](@ref)
- Check out how to make more complex plots and layouts in the [Layout Tutorial](@ref)
- See example plots in the [Gallery](http://juliaplots.org/MakieReferenceImages/gallery/index.html).
- See examples of many plotting functions under [Plotting Functions](@ref).

```@eval
using Markdown
Expand Down Expand Up @@ -75,6 +75,7 @@ These packages are maintained by third parties. If you install them, keep an eye

## Getting Help

1) Use the REPL `?` help mode
1) Join the `#makie` channel in the [Julia Slack group](https://julialang.org/slack/).
1) Open an issue in the [Makie.jl](https://github.com/JuliaPlots/Makie.jl) repository which serves as the central hub for AbstractPlotting and backend issues.
1) Use the REPL `?` help mode.
1) Click this link to open a preformatted topic on the [Julia Discourse Page](https://discourse.julialang.org/new-topic?title=Makie%20-%20Your%20question%20here&category=domain/viz&tags=Makie&body=You%20can%20write%20your%20question%20in%20this%20space.%0A%0ABefore%20asking%2C%20please%20take%20a%20minute%20to%20make%20sure%20that%20you%20have%20installed%20the%20latest%20available%20versions%20and%20have%20looked%20at%20%5Bthe%20most%20recent%20documentation%5D(http%3A%2Fmakie.juliaplots.org%2Fstable%2F)%20%3Ainnocent%3A). If you do this manually, please use the category Domain/Visualization and tag questions with `Makie` to increase their visibility.
1) For casual conversation about Makie and its development, have a look at the `#makie` channel in the [Julia Slack group](https://julialang.org/slack/). Please direct your usage questions to [Discourse](https://discourse.julialang.org/new-topic?title=Makie%20-%20Your%20question%20here&category=domain/viz&tags=Makie&body=You%20can%20write%20your%20question%20in%20this%20space.%0A%0ABefore%20asking%2C%20please%20take%20a%20minute%20to%20make%20sure%20that%20you%20have%20installed%20the%20latest%20available%20versions%20and%20have%20looked%20at%20%5Bthe%20most%20recent%20documentation%5D(http%3A%2Fmakie.juliaplots.org%2Fstable%2F)%20%3Ainnocent%3A) and not to Slack, to make questions and answers accessible to everybody.
1) For technical issues and bug reports, open an issue in the [Makie.jl](https://github.com/JuliaPlots/Makie.jl) repository which serves as the central hub for AbstractPlotting and backend issues.
1 change: 0 additions & 1 deletion docs/src/interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ You can also create observables whose values are updated whenever other observab
This way you can easily build dynamic and interactive visualizations.

On this page you will learn how the `Node`s pipeline and the event-based interaction system work.
Examples that use interaction can also be found in the [Example Gallery](http://juliaplots.org/MakieReferenceImages/gallery/index.html).

## The `Node` structure

Expand Down

0 comments on commit 8443f24

Please sign in to comment.