Skip to content

Commit bb235ba

Browse files
committed
Fix some markup in MayaVi_Tips.ipynb
1 parent 3d23e33 commit bb235ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ipython/MayaVi_Tips.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"signature": "sha256:101669e0caf7c22901eb0116ddbdb07ccd7c17fb442af2860ada51246dc0ae8d"
3+
"signature": "sha256:56ed6dc37d0e2622868db8e07ae2934ead3b433509b39f10c9b82d60518a0b76"
44
},
55
"nbformat": 3,
66
"nbformat_minor": 0,
@@ -29,18 +29,18 @@
2929
"\n",
3030
"Running the contour.py python script example, you should get:\n",
3131
"\n",
32-
"![](files/attachments/MayaVi_Tips/ps1.png\n",
32+
"![](files/attachments/MayaVi_Tips/ps1.png)\n",
3333
"\n",
3434
"First, enable python shell clicking on Python in the \"View\" menu. A\n",
3535
"python shell should appear at the bottom of the !MayaVi2 window:\n",
3636
"\n",
37-
"![](files/attachments/MayaVi_Tips/ps2.png\n",
37+
"![](files/attachments/MayaVi_Tips/ps2.png)\n",
3838
"\n",
3939
"Then drag any object from the tree view on the left and drop it on the\n",
4040
"python shell and you'll get the object. Say you want to get the Outline\n",
4141
"module:\n",
4242
"\n",
43-
"![](files/attachments/MayaVi_Tips/ps3.png\n",
43+
"![](files/attachments/MayaVi_Tips/ps3.png)\n",
4444
"\n",
4545
"Now, you can use your object following two ways: typing directly in the\n",
4646
"python shell or using the explore() method.\n",
@@ -49,15 +49,15 @@
4949
"\n",
5050
"You can create an instance of your object in the python shell window.\n",
5151
"\n",
52-
"![](files/attachments/MayaVi_Tips/ps4.png\n",
52+
"![](files/attachments/MayaVi_Tips/ps4.png)\n",
5353
"\n",
5454
"Note that you benefit of \"word completion\" in this python shell, ie a\n",
5555
"little window popups letting you choose the name of the expected object\n",
5656
"or method.\n",
5757
"\n",
5858
"Thus, you can display the RGB values of the outline color for instance:\n",
5959
"\n",
60-
"![](files/attachments/MayaVi_Tips/ps5.png\n",
60+
"![](files/attachments/MayaVi_Tips/ps5.png)\n",
6161
"\n",
6262
"However, find out objects or methods can be not so easy: you may not\n",
6363
"know how they depends from each other. An easier way is using the\n",
@@ -101,16 +101,16 @@
101101
"source": [
102102
"if you have previously defined it:\n",
103103
"\n",
104-
"![](files/attachments/MayaVi_Tips/ps6.png\n",
104+
"![](files/attachments/MayaVi_Tips/ps6.png)\n",
105105
"\n",
106106
"Then, you get the following window:\n",
107107
"\n",
108-
"![](files/attachments/MayaVi_Tips/ps7.png\n",
108+
"![](files/attachments/MayaVi_Tips/ps7.png)\n",
109109
"\n",
110110
"Considering the last example, about the color of the outline module, you\n",
111111
"can unfold the \"tree\" and thus, get the info you need:\n",
112112
"\n",
113-
"![](files/attachments/MayaVi_Tips/ps8.png\n",
113+
"![](files/attachments/MayaVi_Tips/ps8.png)\n",
114114
"\n",
115115
"Very powerful, isn't it ! :-)\n",
116116
"\n",

0 commit comments

Comments
 (0)