From 07531961b3a1acaf5fac1b279241dc1943be6642 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Wed, 22 Jan 2020 16:19:11 -0500 Subject: [PATCH 1/2] gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f35e6de499f..fea742858b5 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ temp-plot.html .vscode doc/python/.ipynb_checkpoints doc/python/.mapbox_token +doc/.ipynb_checkpoints From bb2b83b02ddd5506a6ef545330257b6e680f7f08 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Wed, 22 Jan 2020 17:20:35 -0500 Subject: [PATCH 2/2] change page type from u-guide to example index for posts that have order less than 5 --- doc/python/3d-subplots.md | 2 +- doc/python/figure-factory-subplots.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/3d-subplots.md b/doc/python/3d-subplots.md index 6d81282f58d..ba48768c252 100644 --- a/doc/python/3d-subplots.md +++ b/doc/python/3d-subplots.md @@ -28,7 +28,7 @@ jupyter: layout: base name: 3D Subplots order: 4 - page_type: u-guide + page_type: example_index permalink: python/3d-subplots/ thumbnail: thumbnail/3d-subplots.jpg --- diff --git a/doc/python/figure-factory-subplots.md b/doc/python/figure-factory-subplots.md index c373b444aaf..0c34731f249 100644 --- a/doc/python/figure-factory-subplots.md +++ b/doc/python/figure-factory-subplots.md @@ -28,7 +28,7 @@ jupyter: layout: base name: Figure Factory Subplots order: 4 - page_type: u-guide + page_type: example_index permalink: python/figure-factory-subplots/ thumbnail: thumbnail/ff-subplots.jpg ---