Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 4, 2022
1 parent e783024 commit a235367
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/gallery/gaston/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gaston

To switch to Gaston backend, you can use:
To switch to the `Gaston` backend, you can use:

```julia
using Plots
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/gr/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GR

GR is the default backend for Plots. To explicitly specify the GR backend, you can use:
`GR` is the default backend for `Plots`. To explicitly specify the `GR` backend, you can use:

```julia
using Plots
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/inspectdr/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# InspectDR

To switch to InspectDR backend, you can use:
To switch to the `InspectDR` backend, you can use:

```julia
using Plots
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/pgfplotsx/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PGFPlotsX

To switch to PGFPlotsX backend, you can use:
To switch to the `PGFPlotsX` backend, you can use:

```julia
using Plots
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/plotlyjs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PlotlyJS

To switch to PlotlyJS backend, you can use:
To switch to the `PlotlyJS` backend, you can use:

```julia
using Plots
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/pyplot/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PyPlot

To switch to PyPlot backend, you can use:
To switch to the `PyPlot` backend, you can use:

```julia
using Plots
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/unicodeplots/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UnicodePlots

To switch to the UnicodePlots backend, you can use:
To switch to the `UnicodePlots` backend, you can use:

```julia
using Plots
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ galleries = Pair{String,String}[]
galleries_cb = []
galleries_assets = String[]
for (bename, be) in [
("UnicodePlots", :unicodeplots),
("GR", :gr),
("PlotlyJS", :plotlyjs),
("PyPlot", :pyplot),
("InspectDR", :inspectdr),
("Gaston", :gaston),
("PGFPlotsX", :pgfplotsx),
("UnicodePlots", :unicodeplots),
]
generate_cards(be)
gallery_path, postprocess_cb, assets = makedemos("gallery/$be"; src="src/gallery")
Expand Down

0 comments on commit a235367

Please sign in to comment.