Commit b1f0d035 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #374 from houshuang/patch-2

Changing all image URLs in IHaskell.ipynb
parents 1a85613e 5a6325d0
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
"source": [ "source": [
"If you're looking at this notebook after it's been exported to HTML, you won't be able to see this interactive pane. However, it looks approximately like this:\n", "If you're looking at this notebook after it's been exported to HTML, you won't be able to see this interactive pane. However, it looks approximately like this:\n",
"\n", "\n",
"![](https://raw2.github.com/gibiansky/IHaskell/master/demo/info-demo.png)" "![](https://raw.githubusercontent.com/gibiansky/IHaskell/master/demo/info-demo.png)"
] ]
}, },
{ {
...@@ -608,7 +608,7 @@ ...@@ -608,7 +608,7 @@
"source": [ "source": [
"This syntax highlighting may not show up in the exported HTML, as it is done on the fly with Javascript. The result looks like this in the notebook:\n", "This syntax highlighting may not show up in the exported HTML, as it is done on the fly with Javascript. The result looks like this in the notebook:\n",
"\n", "\n",
"![](https://raw2.github.com/gibiansky/IHaskell/master/demo/json-demo.png)" "![](https://raw.githubusercontent.com/gibiansky/IHaskell/master/demo/json-demo.png)"
] ]
}, },
{ {
...@@ -1020,7 +1020,7 @@ ...@@ -1020,7 +1020,7 @@
"source": [ "source": [
"Like with `:info`, the Hoogle directives use the IPython documentation pager to show you their output. You can press Escape to dismiss the pager. If you're reading this in it's HTML form, the output looks like this:\n", "Like with `:info`, the Hoogle directives use the IPython documentation pager to show you their output. You can press Escape to dismiss the pager. If you're reading this in it's HTML form, the output looks like this:\n",
"\n", "\n",
"![](https://raw2.github.com/gibiansky/IHaskell/master/demo/doc-demo.png)" "![](https://raw.githubusercontent.com/gibiansky/IHaskell/master/demo/doc-demo.png)"
] ]
}, },
{ {
...@@ -1056,7 +1056,7 @@ ...@@ -1056,7 +1056,7 @@
"source": [ "source": [
"The pager will show you documentation for things that could have that type signature or a similar one. It automatically formats inline Haskell code and hyperlinks the identifiers to their respective Haddock documentations:\n", "The pager will show you documentation for things that could have that type signature or a similar one. It automatically formats inline Haskell code and hyperlinks the identifiers to their respective Haddock documentations:\n",
"\n", "\n",
"![](https://raw2.github.com/gibiansky/IHaskell/master/demo/hoogle-demo.png)" "![](https://raw.githubusercontent.com/gibiansky/IHaskell/master/demo/hoogle-demo.png)"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment