Skip to content

Commit e748f2b

Browse files
committed
Remove temporary documentation helpers
1 parent 7d44e20 commit e748f2b

File tree

171 files changed

+32
-16728
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+32
-16728
lines changed

docsrc/content/2d-histograms.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55

66
(**

docsrc/content/3d-line-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55
(**
66
# FSharp.Plotly: Scatter3d Charts with lines

docsrc/content/3d-mesh-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55

66
(**

docsrc/content/3d-scatter-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55
(**
66
# FSharp.Plotly: Scatter3d Charts

docsrc/content/3d-surface-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55
(**
66
# FSharp.Plotly: 3D surface plot Charts

docsrc/content/area-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55
(**
66
# FSharp.Plotly: Area Charts

docsrc/content/bar-charts.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55
(**
66
# FSharp.Plotly: Bar and Column Charts

docsrc/content/box-plots.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55
(**
66
# FSharp.Plotly: BoxPlot Charts

docsrc/content/bubble-charts.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44
(**
55
# FSharp.Plotly: Bubble chart
66

docsrc/content/candlestick.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(*** hide ***)
22
#r "netstandard"
3-
#r @"../../lib/Formatting/FSharp.Plotly.dll"
3+
#r "../../bin/FSharp.Plotly/netstandard2.0/FSharp.Plotly.dll"
44

55
(**
66
# FSharp.Plotly: Candlestick Charts

0 commit comments

Comments
 (0)