Skip to content

Commit 411f184

Browse files
author
Joseph Damiba
committed
enforce order
1 parent 7e1ee0b commit 411f184

File tree

113 files changed

+260
-281
lines changed

Some content is hidden

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

113 files changed

+260
-281
lines changed

doc/python/2D-Histogram.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 2D Histograms
30-
order: 6
30+
order: 5
3131
page_type: u-guide
3232
permalink: python/2D-Histogram/
3333
redirect_from:
34-
- python/2d-histogram/
35-
- python/2d-histograms/
34+
- python/2d-histogram/
35+
- python/2d-histograms/
3636
thumbnail: thumbnail/histogram2d.jpg
3737
---
3838

@@ -236,4 +236,4 @@ fig.show()
236236
```
237237

238238
#### Reference
239-
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!
239+
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 2D Histogram Contour
30-
order: 12
30+
order: 11
3131
page_type: u-guide
3232
permalink: python/2d-histogram-contour/
3333
redirect_from: python/2d-density-plots/
@@ -249,4 +249,4 @@ fig.show()
249249
```
250250

251251
#### Reference
252-
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!
252+
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!

doc/python/3d-axes.md

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

230230
```python
231231

232-
```
232+
```

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.2.3
1010
kernelspec:
1111
display_name: Python 3
@@ -22,14 +22,13 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.3
2424
plotly:
25-
description:
26-
How to make 3D Bubble Charts in Python with Plotly. Three examples
25+
description: How to make 3D Bubble Charts in Python with Plotly. Three examples
2726
of 3D Bubble Charts.
2827
display_as: 3d_charts
2928
language: python
3029
layout: base
3130
name: 3D Bubble Charts
32-
order: 7
31+
order: 6
3332
page_type: u-guide
3433
permalink: python/3d-bubble-charts/
3534
thumbnail: thumbnail/3dbubble.jpg
@@ -167,4 +166,4 @@ fig.show()
167166

168167
#### Reference
169168

170-
See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref <br>for more information and chart attribute options!
169+
See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref <br>for more information and chart attribute options!

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Camera Controls
30-
order: 6
30+
order: 5
3131
permalink: python/3d-camera-controls/
3232
thumbnail: thumbnail/3d-camera-controls.jpg
3333
---
@@ -290,4 +290,4 @@ fig.show()
290290
#### Reference
291291

292292

293-
See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options!
293+
See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options!

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Isosurface Plots
30-
order: 11
30+
order: 10
3131
page_type: u-guide
3232
permalink: python/3d-isosurface-plots/
3333
redirect_from: python/isosurfaces-with-marching-cubes/
@@ -235,5 +235,4 @@ fig.show()
235235
```
236236

237237
#### Reference
238-
See https://plotly.com/python/reference/#isosurface for more information and chart attribute options!
239-
238+
See https://plotly.com/python/reference/#isosurface for more information and chart attribute options!

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.2.3
1010
kernelspec:
1111
display_name: Python 3
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Line Plots
30-
order: 8
30+
order: 7
3131
page_type: u-guide
3232
permalink: python/3d-line-plots/
3333
thumbnail: thumbnail/3d-line.jpg
@@ -120,4 +120,4 @@ fig.show()
120120

121121
#### Reference
122122

123-
See https://plotly.com/python/reference/#scatter3d-marker-line for more information and chart attribute options!
123+
See https://plotly.com/python/reference/#scatter3d-marker-line for more information and chart attribute options!

doc/python/3d-mesh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Mesh Plots
30-
order: 10
30+
order: 9
3131
page_type: u-guide
3232
permalink: python/3d-mesh/
3333
thumbnail: thumbnail/3d-mesh.jpg
@@ -163,4 +163,4 @@ fig.show()
163163
```
164164

165165
## Reference
166-
See https://plotly.com/python/reference/#mesh3d for more information and chart attribute options!
166+
See https://plotly.com/python/reference/#mesh3d for more information and chart attribute options!

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.1.1
1010
kernelspec:
1111
display_name: Python 3
@@ -122,4 +122,4 @@ fig.show()
122122

123123
#### Reference
124124

125-
See https://plotly.com/python/reference/#scatter3d for more information and chart attribute options!
125+
See https://plotly.com/python/reference/#scatter3d 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
@@ -82,4 +82,4 @@ fig.show()
8282
#### Reference
8383

8484

85-
See https://plotly.com/python/subplots/ for more information regarding subplots!
85+
See https://plotly.com/python/subplots/ for more information regarding subplots!

0 commit comments

Comments
 (0)