Skip to content

Commit

Permalink
autogen unicodeplots and inspectdr
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Jul 9, 2021
1 parent 1adc60f commit a8748ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ using Documenter, PlotDocs, Plots, PlotThemes
ENV["MPLBACKEND"] = "agg"

# Initialize backends
inspectdr()
unicodeplots()
pyplot()
pgfplotsx()
plotly()
Expand Down Expand Up @@ -59,16 +61,16 @@ const PAGES = Any[
"Plotly" => "generated/plotly.md",
"PyPlot" => "generated/pyplot.md",
"PGFPlotsX" => "generated/pgfplotsx.md",
"UnicodePlots" => "examples/unicodeplots.md",
"InspectDR" => "examples/inspectdr.md",
"UnicodePlots" => "generated/unicodeplots.md",
"InspectDR" => "generated/inspectdr.md",
],
]

generate_attr_markdown()
generate_supported_markdown()
generate_graph_attr_markdown()
generate_colorschemes_markdown()
for be in (:gr, :plotly, :pyplot, :pgfplotsx)
for be in (:gr, :plotly, :pyplot, :pgfplotsx, :unicodeplots, :inspectdr)
generate_markdown(be)
end
@time makedocs(
Expand Down

0 comments on commit a8748ec

Please sign in to comment.