Skip to content

Commit d2f05ad

Browse files
author
Joseph Damiba
committed
fixups to order
1 parent 6eb11eb commit d2f05ad

7 files changed

+8
-6
lines changed

check-order.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
def checkConsecutive(l):
3131
return sorted(l) == list(range(min(l), max(l)+1))
3232

33+
print(order)
34+
3335
try:
3436
if not checkConsecutive(order):
3537
raise Exception("Order Check Failed! Posts are Not in Consecutive Order!")

python/pie-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
language: python
3030
layout: base
3131
name: Pie Charts
32-
order: 10
32+
order: 4
3333
page_type: example_index
3434
permalink: python/pie-charts/
3535
thumbnail: thumbnail/pie-chart.jpg

python/sankey-diagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jupyter:
3131
language: python
3232
layout: base
3333
name: Sankey Diagram
34-
order: 13
34+
order: 12
3535
page_type: u-guide
3636
permalink: python/sankey-diagram/
3737
thumbnail: thumbnail/sankey.jpg

python/sunburst-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
language: python
3030
layout: base
3131
name: Sunburst Charts
32-
order: 11
32+
order: 10
3333
page_type: u-guide
3434
permalink: python/sunburst-charts/
3535
thumbnail: thumbnail/sunburst.gif

python/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jupyter:
1919
language: python
2020
layout: base
2121
name: Tables
22-
order: 12
22+
order: 11
2323
page_type: u-guide
2424
permalink: python/table/
2525
thumbnail: thumbnail/table.gif

python/ternary-contour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Ternary contours
31-
order: 19
31+
order: 18
3232
page_type: u-guide
3333
permalink: python/ternary-contour/
3434
thumbnail: thumbnail/ternary-contour.jpg

python/treemaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
language: python
3030
layout: base
3131
name: Treemap Charts
32-
order: 14
32+
order: 13
3333
page_type: u-guide
3434
permalink: python/treemaps/
3535
thumbnail: thumbnail/treemap.png

0 commit comments

Comments
 (0)