From 4fa7f76d763c21da7235dd7f23f1355fa7bf843d Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Mon, 6 Jan 2020 13:00:02 -0500 Subject: [PATCH 1/2] switch ternary scatter and ternary contour doc order --- doc/python/ternary-contour.md | 2 +- doc/python/ternary-plots.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/ternary-contour.md b/doc/python/ternary-contour.md index 211fc9eb2a0..d6653cb61b3 100644 --- a/doc/python/ternary-contour.md +++ b/doc/python/ternary-contour.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Ternary contours - order: 19 + order: 4 page_type: u-guide permalink: python/ternary-contour/ thumbnail: thumbnail/ternary-contour.jpg diff --git a/doc/python/ternary-plots.md b/doc/python/ternary-plots.md index f26fbd532fb..718a2b0b717 100644 --- a/doc/python/ternary-plots.md +++ b/doc/python/ternary-plots.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Ternary Plots - order: 4 + order: 19 page_type: example_index permalink: python/ternary-plots/ thumbnail: thumbnail/ternary.jpg From 1ec46cd2ac300d9162386c3377ee88d7e3fb9766 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Mon, 6 Jan 2020 13:01:27 -0500 Subject: [PATCH 2/2] fixup --- doc/python/ternary-contour.md | 2 +- doc/python/ternary-plots.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/ternary-contour.md b/doc/python/ternary-contour.md index d6653cb61b3..08809b65b0a 100644 --- a/doc/python/ternary-contour.md +++ b/doc/python/ternary-contour.md @@ -28,7 +28,7 @@ jupyter: layout: base name: Ternary contours order: 4 - page_type: u-guide + page_type: example_index permalink: python/ternary-contour/ thumbnail: thumbnail/ternary-contour.jpg --- diff --git a/doc/python/ternary-plots.md b/doc/python/ternary-plots.md index 718a2b0b717..4dc8ebddc39 100644 --- a/doc/python/ternary-plots.md +++ b/doc/python/ternary-plots.md @@ -28,7 +28,7 @@ jupyter: layout: base name: Ternary Plots order: 19 - page_type: example_index + page_type: u-guide permalink: python/ternary-plots/ thumbnail: thumbnail/ternary.jpg ---