Skip to content

Commit 89b3dd4

Browse files
authored
Merge pull request #102 from daexs/update-link-text
Update link text descriptions
2 parents edf2b1a + 3ae43db commit 89b3dd4

File tree

200 files changed

+452
-3211
lines changed

Some content is hidden

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

200 files changed

+452
-3211
lines changed

doc/python/2D-Histogram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ fig.show()
237237
```
238238

239239
#### Reference
240-
See [https://plotly.com/python/reference/histogram2d/](reference/graph_objects/Histogram2d.md) for more information and chart attribute options!
240+
See the [full reference for `go.Histogram2d`](reference/graph_objects/Histogram2d.md) for more information and chart attribute options!

doc/python/2d-histogram-contour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ fig.show()
217217
```
218218

219219
#### Reference
220-
See [https://plotly.com/python/reference/histogram2dcontour/](reference/graph_objects/Histogram2dContour.md) for more information and chart attribute options!
220+
See the [full reference for `go.Histogram2dContour`](reference/graph_objects/Histogram2dContour.md) for more information and chart attribute options!

doc/python/3d-bubble-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ fig.show()
186186

187187
#### Reference
188188

189-
See [https://plotly.com/python/reference/scatter3d/](reference/graph_objects/Scatter3d.md) and [https://plotly.com/python/reference/scatter/#scatter-marker-sizeref](reference/graph_objects/scatter-package/Marker.md#plotly.graph_objects.scatter.Marker.sizeref) <br>for more information and chart attribute options!
189+
See the [full reference for `go.Scatter3d`](reference/graph_objects/Scatter3d.md) and [`go.scatter.Marker.sizeref`](reference/graph_objects/scatter-package/Marker.md#plotly.graph_objects.scatter.Marker.sizeref) <br>for more information and chart attribute options!

doc/python/3d-camera-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ fig.show()
259259
#### Reference
260260

261261

262-
See [https://plotly.com/python/reference/layout/scene/#layout-scene-camera](reference/graph_objects/layout-package/scene-package/Camera.md) for more information and chart attribute options!
262+
See the [full reference for `go.layout.scene.Camera`](reference/graph_objects/layout-package/scene-package/Camera.md) for more information and chart attribute options!

doc/python/3d-isosurface-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ fig.show()
203203
```
204204

205205
#### Reference
206-
See [https://plotly.com/python/reference/isosurface/](reference/graph_objects/Isosurface.md) for more information and chart attribute options!
206+
See the [full reference for `go.Isosurface`](reference/graph_objects/Isosurface.md) for more information and chart attribute options!

doc/python/3d-line-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ fig.show()
8686

8787
#### Reference
8888

89-
See [function reference for `px.(line_3d)`](reference/plotly-express.md#plotly.express.line_3d) or [https://plotly.com/python/reference/scatter3d/#scatter3d-marker-line](reference/graph_objects/scatter3d-package/Marker.md#plotly.graph_objects.scatter3d.Marker.line) for more information and chart attribute options!
89+
See [function reference for `px.(line_3d)`](reference/plotly-express.md#plotly.express.line_3d) or [`go.scatter3d.Marker.line`](reference/graph_objects/scatter3d-package/Marker.md#plotly.graph_objects.scatter3d.Marker.line) for more information and chart attribute options!

doc/python/3d-mesh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ fig.show()
154154
```
155155

156156
## Reference
157-
See [https://plotly.com/python/reference/mesh3d/](reference/graph_objects/Mesh3d.md) for more information and chart attribute options!
157+
See the [full reference for `go.Mesh3d`](reference/graph_objects/Mesh3d.md) for more information and chart attribute options!

doc/python/3d-scatter-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ fig.show()
112112

113113
#### Reference
114114

115-
See [function reference for `px.scatter_3d()`](reference/plotly-express.md#plotly.express.scatter_3d) or [https://plotly.com/python/reference/scatter3d/](reference/graph_objects/Scatter3d.md) for more information and chart attribute options!
115+
See [function reference for `px.scatter_3d()`](reference/plotly-express.md#plotly.express.scatter_3d) or the [full reference for `go.Scatter3d`](reference/graph_objects/Scatter3d.md) for more information and chart attribute options!

doc/python/3d-subplots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ fig.show()
5151
### Reference
5252

5353

54-
See [https://plotly.com/python/subplots/](subplots.md) for more information regarding subplots!
54+
See the [subplots page](subplots.md) for more information regarding subplots!

doc/python/3d-surface-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ fig.show()
165165
### Reference
166166

167167

168-
See [https://plotly.com/python/reference/surface/](reference/graph_objects/Surface.md) for more information!
168+
See the [full reference for `go.Surface`](reference/graph_objects/Surface.md) for more information!

0 commit comments

Comments
 (0)