Skip to content

Commit 454a352

Browse files
authored
Merge pull request #617 from slayoo/master
README fix to accommodate default pypi.org rendering of <summary>
2 parents 0116b17 + ea90563 commit 454a352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ attributes = py.dict(pyargs('volume', tmp{1}, 'n', tmp{2}));
149149
```
150150
</details>
151151
<details open>
152-
<summary>Python</summary>
152+
<summary>Python (click to expand)</summary>
153153

154154
```Python
155155
from PySDM.physics import si
@@ -208,7 +208,7 @@ particles = builder.build(attributes, products);
208208
```
209209
</details>
210210
<details open>
211-
<summary>Python</summary>
211+
<summary>Python (click to expand)</summary>
212212

213213
```Python
214214
import numpy as np
@@ -294,7 +294,7 @@ legend()
294294
```
295295
</details>
296296
<details open>
297-
<summary>Python</summary>
297+
<summary>Python (click to expand)</summary>
298298

299299
```Python
300300
from PySDM.physics.constants import rho_w
@@ -518,7 +518,7 @@ saveas(gcf, "parcel.svg")
518518
```
519519
</details>
520520
<details open>
521-
<summary>Python</summary>
521+
<summary>Python (click to expand)</summary>
522522

523523
```Python
524524
import numpy as np

0 commit comments

Comments
 (0)