8000 sed back · andrewtek/plotly.py@d5700cc · GitHub
[go: up one dir, main page]

Skip to content

Commit d5700cc

Browse files
committed
sed back
1 parent eddae2a commit d5700cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/apidoc/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ help:
3636
# Remove files which were added only for docstring generation
3737
rm ../../packages/python/plotly/plotly/colors/diverging.py ../../packages/python/plotly/plotly/colors/sequential.py ../../packages/python/plotly/plotly/colors/qualitative.py ../../packages/python/plotly/plotly/colors/cyclical.py ../../packages/python/plotly/plotly/colors/colorbrewer.py ../../packages/python/plotly/plotly/colors/carto.py ../../packages/python/plotly/plotly/colors/cmocean.py
3838
rm ../../packages/python/plotly/plotly/express/colors/diverging.py ../../packages/python/plotly/plotly/express/colors/sequential.py ../../packages/python/plotly/plotly/express/colors/qualitative.py ../../packages/python/plotly/plotly/express/colors/cyclical.py ../../packages/python/plotly/plotly/express/colors/colorbrewer.py ../../packages/python/plotly/plotly/express/colors/carto.py ../../packages/python/plotly/plotly/express/colors/cmocean.py
39+
rename 's/graph_objs/graph_objects/' _build/html/*.html _build/html/generated/*.html
40+
mv _build/html/generated/plotly.graph_objs.html _build/html/generated/plotly.graph_objects.html
41+
sed -i 's/graph_objs/graph_objects/g' _build/html/*.html
42+
sed -i 's/graph_objs/graph_objects/g' _build/html/*.inv
43+
sed -i 's/graph_objs/graph_objects/g' _build/html/*.js
44+
sed -i 's/graph_objs/graph_objects/g' _build/html/generated/*.html
45+
sed -i 's/graph_objs/graph_objects/g' _build/html/generated/generated/*.html

0 commit comments

Comments
 (0)
0