Skip to content
Open
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
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ makedocs(
"Heatmaps" => "examples/heatmaps.md",
"Histograms" => "examples/histograms.md",
"Line and Scatter" => "examples/line_scatter.md",
"Line and Scatter" => "examples/line_scatter2.md",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the examples mostly as they are, but I think this should be under 'Tutorials' (aka extra-examples). Can line_scatter2.md and line-and-scatter.md be combined?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the comment.

The original line_scatter.md contains just a list of examples. line_scatter2.md tries to combine the examples from line-scatter.md, some explanation and the examples from https://plotly.com/julia/. There is also some overlapping between the examples at https://plotly.com/julia/ and those in PlotlyJS.jl: for line_scatter.md they are mostly duplicated.

"Maps" => "examples/maps.md",
"Shapes" => "examples/shapes.md",
"Subplots" => "examples/subplots.md",
Expand All @@ -139,6 +140,8 @@ makedocs(
"Time Series" => "examples/time_series.md",
"Violin" => "examples/violin.md",
],
"Tutorials" => [
"Tables" => "tutorials/table.md"],
"API Docs" => "api.md"
]
)
Expand All @@ -148,7 +151,7 @@ makedocs(
# for more information.
# https://documenter.juliadocs.org/dev/man/hosting/
# https://documenter.juliadocs.org/dev/lib/public/#Documenter.deploydocs
#
#
#= deploydocs(
repo = "<repository url>"
) =#
Expand Down
2 changes: 1 addition & 1 deletion docs/src/building_traces_layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ of the plot, whether the grid lines are drawn and the position of the legend.
[layout reference documentation](https://plotly.com/julia/reference/layout/).


## The `attr` function
## [The `attr` function](@id attr)

There is a special function named `attr` that allows you to apply the same
keyword magic we saw in the trace and layout functions with underscores,
Expand Down
Loading
Loading