Skip to content

Commit fa9d953

Browse files
committed
test paths for sphinx rendering
1 parent 08d0501 commit fa9d953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tracking/3D-Blob-Tracking_Example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
"import os\n",
882882
"\n",
883883
"# abs_path = os.path.abspath(\"_static/blob_three_timesteps.html\")\n",
884-
"display(IFrame(src=\"_static/blob_three_timesteps.html\", width=\"100%\", height=500))"
884+
"display(IFrame(src=\"../_static/blob_three_timesteps.html\", width=\"100%\", height=500))"
885885
]
886886
},
887887
{
@@ -1637,8 +1637,8 @@
16371637
}
16381638
],
16391639
"source": [
1640-
"abs_path = os.path.abspath(\"_static/detected_feature_pos.html\")\n",
1641-
"display(IFrame(src=abs_path, width=\"100%\", height=500))"
1640+
"# abs_path = os.path.abspath(\"_static/detected_feature_pos.html\")\n",
1641+
"display(IFrame(src=\"./../_static/detected_feature_pos.html\", width=\"100%\", height=500))"
16421642
]
16431643
},
16441644
{

0 commit comments

Comments
 (0)