Commit 84fa412
committed
Fix unsupported link rendering
User guide example Jupyter notebook tried to render a code
block as a link with [`link-text`](...). This is supported
within Jupyter, but when rendering the example to build the docs
via Sphinx, the link rendering gets broken as that particular
pattern is not supported.1 parent fba2925 commit 84fa412
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments