Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions python/3d-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jupyter:
display_as: 3d_charts
language: python
layout: base
name: 3D Mesh Plots
order: 10
page_type: u-guide
permalink: python/3d-mesh/
thumbnail: thumbnail/3d-mesh.jpg
title: 3D Mesh Plots
order: 10.1
page_type: example_index
permalink: python/3d-mesh
redirect_from: python/line-and-scatter/
---

### Simple 3D Mesh example ###
Expand Down