Skip to content

Commit

Permalink
ENH: remove plotly docs generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Aug 28, 2018
1 parent 63ff74f commit 33349df
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const _pkg_assets = joinpath(_pkg_root,"assets")
download("https://api.plot.ly/v2/plot-schema?sha1", joinpath(_pkg_deps,"plotschema.json"))
download("https://cdn.plot.ly/plotly-latest.min.js", joinpath(_pkg_assets,"plotly-latest.min.js"))

include("make_schema_docs.jl")
# include("make_schema_docs.jl")
include("find_attr_groups.jl")
AttrGroups.main()
41 changes: 41 additions & 0 deletions deps/build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 1332k 0 371 0 0 444 0 0:51:13 --:--:-- 0:51:13 443100 1332k 100 1332k 0 0 1230k 0 0:00:01 0:00:01 --:--:-- 1231k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 2726k 100 2726k 0 0 4869k 0 --:--:-- --:--:-- --:--:-- 4869k
WARNING: importing deprecated binding Base.writecsv into AttrGroups.
WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12
WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12
WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12
WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12
WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12
in #open#298 at iostream.jl
WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12
in #open#298 at iostream.jl
┌ Warning: Could not load Revise.
└ @ Main ~/.julia/config/startup.jl:6
┌ Warning: `map(f, s::AbstractSet)` is deprecated, use `Set((f(v) for v = s))` instead.
│ caller = (::getfield(Main.AttrGroups, Symbol("#add_to_names!#7")){Set{Symbol}})(::Dict{Symbol,Any}) at find_attr_groups.jl:16
└ @ Main.AttrGroups ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:16
┌ Warning: `contains(haystack, needle)` is deprecated, use `occursin(needle, haystack)` instead.
│ caller = (::getfield(Main.AttrGroups, Symbol("##3#8")))(::Symbol) at find_attr_groups.jl:30
└ @ Main.AttrGroups ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:30
┌ Warning: `writecsv(io, a; opts...)` is deprecated, use `writedlm(io, a, ','; opts...)` instead.
│ caller = #5 at find_attr_groups.jl:38 [inlined]
└ @ Core ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:38
┌ Warning: `writecsv(io, a; opts...)` is deprecated, use `writedlm(io, a, ','; opts...)` instead.
│ caller = #6 at find_attr_groups.jl:42 [inlined]
└ @ Core ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:42
Expand Down
1 change: 0 additions & 1 deletion deps/find_attr_groups.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module AttrGroups

using JSON
using Compat: AbstractDict

_symbol_dict(x) = x
_symbol_dict(d::AbstractDict) =
Expand Down
1 change: 0 additions & 1 deletion deps/make_schema_docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module PlotlyJSSchemaDocsGenerator
import Markdown
using Markdown: MD
using JSON
using Compat: AbstractDict

# methods to re-construct a plot from JSON
_symbol_dict(x) = x
Expand Down

0 comments on commit 33349df

Please sign in to comment.