From 7e84594a642fb2f8ff096904cb6fd712960c7f2a Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 26 Nov 2019 09:44:57 -0500 Subject: [PATCH 1/3] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ab0e0d61..3921f359b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,8 @@ jobs: . venv/bin/activate echo ${mapbox_token} > python/.mapbox_token make -kj8 || make -kj8 - curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py - curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/check-or-enforce-order.py > check-or-enforce-order.py + curl https://raw.githubusercontent.com/plotly/documentation/refactor-front-matter-ci/front-matter-ci.py > front-matter-ci.py + curl https://raw.githubusercontent.com/plotly/documentation/refactor-front-matter-ci/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html python check-or-enforce-order.py build/html if [ "${CIRCLE_BRANCH}" == "master" ]; then From 208b43acac9146baf8e6386fe0cc1e4710a15fd1 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 26 Nov 2019 10:02:52 -0500 Subject: [PATCH 2/3] Update 3d-mesh.md --- python/3d-mesh.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python/3d-mesh.md b/python/3d-mesh.md index a0d4f6214..f7c373681 100644 --- a/python/3d-mesh.md +++ b/python/3d-mesh.md @@ -26,10 +26,11 @@ jupyter: display_as: 3d_charts language: python layout: base + title: i have one name: 3D Mesh Plots - order: 10 - page_type: u-guide - permalink: python/3d-mesh/ + order: 10.1 + page_type: example-index + permalink: python/3d-mesh thumbnail: thumbnail/3d-mesh.jpg --- From e93e2811881a9cbfdd90c8c0248609ee64043a03 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 26 Nov 2019 10:10:22 -0500 Subject: [PATCH 3/3] Update 3d-mesh.md --- python/3d-mesh.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python/3d-mesh.md b/python/3d-mesh.md index f7c373681..2f1be997f 100644 --- a/python/3d-mesh.md +++ b/python/3d-mesh.md @@ -26,12 +26,11 @@ jupyter: display_as: 3d_charts language: python layout: base - title: i have one - name: 3D Mesh Plots + title: 3D Mesh Plots order: 10.1 - page_type: example-index + page_type: example_index permalink: python/3d-mesh - thumbnail: thumbnail/3d-mesh.jpg + redirect_from: python/line-and-scatter/ --- ### Simple 3D Mesh example ###