Skip to content

Commit 218c7d1

Browse files
committed
Update gh-pages - 2017-03-03 15:58:56
1 parent ffbe434 commit 218c7d1

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed

index.html

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8451,15 +8451,15 @@
84518451
}
84528452
/* Flexible box model classes */
84538453
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
8454-
/* This file is a compatability layer. It allows the usage of flexible box
8454+
/* This file is a compatability layer. It allows the usage of flexible box
84558455
model layouts accross multiple browsers, including older browsers. The newest,
84568456
universal implementation of the flexible box model is used when available (see
8457-
`Modern browsers` comments below). Browsers that are known to implement this
8457+
`Modern browsers` comments below). Browsers that are known to implement this
84588458
new spec completely include:
84598459
84608460
Firefox 28.0+
84618461
Chrome 29.0+
8462-
Internet Explorer 11+
8462+
Internet Explorer 11+
84638463
Opera 17.0+
84648464
84658465
Browsers not listed, including Safari, are supported via the styling under the
@@ -11233,7 +11233,7 @@
1123311233
background: #f7f7f7;
1123411234
border-top: 1px solid #cfcfcf;
1123511235
border-bottom: 1px solid #cfcfcf;
11236-
/* This injects handle bars (a short, wide = symbol) for
11236+
/* This injects handle bars (a short, wide = symbol) for
1123711237
the resize handle. */
1123811238
}
1123911239
div#pager .ui-resizable-handle::after {
@@ -11672,7 +11672,7 @@
1167211672
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
1167311673
</style>
1167411674
<style type="text/css">
11675-
11675+
1167611676
/* Temporary definitions which will become obsolete with Notebook release 5.0 */
1167711677
.ansi-black-fg { color: #3E424D; }
1167811678
.ansi-black-bg { background-color: #3E424D; }
@@ -11728,14 +11728,14 @@
1172811728
div.cell {
1172911729
display: block;
1173011730
page-break-inside: avoid;
11731-
}
11732-
div.output_wrapper {
11731+
}
11732+
div.output_wrapper {
1173311733
display: block;
11734-
page-break-inside: avoid;
11734+
page-break-inside: avoid;
1173511735
}
11736-
div.output {
11736+
div.output {
1173711737
display: block;
11738-
page-break-inside: avoid;
11738+
page-break-inside: avoid;
1173911739
}
1174011740
}
1174111741
</style>
@@ -11788,7 +11788,7 @@
1178811788
&lt;style&gt;.container { width:75% !important; }&lt;/style&gt;
1178911789
&lt;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;static/css_backup/mobile-package-094623.css&#39;&gt;
1179011790
&lt;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;static/css_backup/homepage-package-3bd234.css&#39;&gt;
11791-
11791+
1179211792
&lt;body&gt;
1179311793
&lt;article id=&quot;homepage&quot;&gt;
1179411794
&lt;a id=&quot;library-section&quot;&gt;&lt;/a&gt;
@@ -11798,12 +11798,12 @@
1179811798
&lt;p&gt;Welcome to the Nipype Tutorial! It covers the basic concepts and most common use cases of Nipype and will teach
1179911799
you everything so that you can start creating your own workflows in no time. For everything that isn&#39;t covered
1180011800
here, check out the main homepage (&lt;a href=&quot;http://nipype.readthedocs.io/en/latest/&quot;&gt;nipype.readthedocs.io&lt;/a&gt;),
11801-
the interactive tutorial (&lt;a href=&quot;https://github.com/miykael/nipype_tutorial&quot;&gt;github.com/miykael/nipype_tutorial&lt;/a&gt;)
11801+
the interactive tutorial (&lt;a href=&quot;https://github.com/miykael/nipype_tutorial&quot;&gt;github.com/miykael/nipype_tutorial&lt;/a&gt;)
1180211802
or the detailed beginner&#39;s guide (&lt;a href=&quot;https://miykael.github.io/nipype-beginner-s-guide/&quot;&gt;miykael.github.io/nipype-beginner-s-guide/&lt;/a&gt;).
1180311803
&lt;/p&gt;&lt;p&gt;
11804-
This tutorial uses Docker (&lt;a href=&quot;www.docker.com/&quot;&gt;www.docker.com&lt;/a&gt;) to provide a fully functional
11805-
Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide
11806-
the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile
11804+
This tutorial uses Docker (&lt;a href=&quot;www.docker.com/&quot;&gt;www.docker.com&lt;/a&gt;) to provide a fully functional
11805+
Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide
11806+
the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile
1180711807
and data used in this course, see &lt;a href=&quot;https://github.com/miykael/nipype_course&quot;&gt;github.com/miykael/nipype_course&lt;/a&gt;.&lt;/p&gt;
1180811808
&lt;/div&gt;
1180911809

@@ -11873,15 +11873,15 @@
1187311873
&lt;!--The following code will cause the code cell to disappear--&gt;
1187411874

1187511875
&lt;script&gt;
11876-
code_show=true;
11876+
code_show=true;
1187711877
function code_toggle() {
1187811878
if (code_show){
1187911879
$(&#39;div.input&#39;).hide();
1188011880
} else {
1188111881
$(&#39;div.input&#39;).show();
1188211882
}
1188311883
code_show = !code_show
11884-
}
11884+
}
1188511885
$( document ).ready(code_toggle);
1188611886
&lt;/script&gt;
1188711887

@@ -11891,7 +11891,6 @@
1189111891
&lt;p&gt;You can find the github repo of this tutorial under &lt;a href=&quot;https://github.com/miykael/nipype_course&quot;&gt;https://github.com/miykael/nipype_course&lt;/a&gt;.
1189211892
Feel free to send a pull request or leave an &lt;a href=&quot;https://github.com/miykael/nipype_tutorial/issues&quot;&gt;issue&lt;/a&gt; with your feedback or ideas.
1189311893
&lt;/p&gt;
11894-
To inspect the html code of this page, click: &lt;form action=&quot;javascript:code_toggle()&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;Show HTML code&quot;&gt;&lt;/form&gt;
1189511894
</pre></div>
1189611895

1189711896
</div>
@@ -11910,7 +11909,7 @@
1191011909
<style>.container { width:75% !important; }</style>
1191111910
<link rel='stylesheet' type='text/css' href='static/css_backup/mobile-package-094623.css'>
1191211911
<link rel='stylesheet' type='text/css' href='static/css_backup/homepage-package-3bd234.css'>
11913-
11912+
1191411913
<body>
1191511914
<article id="homepage">
1191611915
<a id="library-section"></a>
@@ -11920,12 +11919,12 @@ <h2><span class="section-separator-text">Nipype Tutorial</span></h2><hr/>
1192011919
<p>Welcome to the Nipype Tutorial! It covers the basic concepts and most common use cases of Nipype and will teach
1192111920
you everything so that you can start creating your own workflows in no time. For everything that isn't covered
1192211921
here, check out the main homepage (<a href="http://nipype.readthedocs.io/en/latest/">nipype.readthedocs.io</a>),
11923-
the interactive tutorial (<a href="https://github.com/miykael/nipype_tutorial">github.com/miykael/nipype_tutorial</a>)
11922+
the interactive tutorial (<a href="https://github.com/miykael/nipype_tutorial">github.com/miykael/nipype_tutorial</a>)
1192411923
or the detailed beginner's guide (<a href="https://miykael.github.io/nipype-beginner-s-guide/">miykael.github.io/nipype-beginner-s-guide/</a>).
1192511924
</p><p>
11926-
This tutorial uses Docker (<a href="www.docker.com/">www.docker.com</a>) to provide a fully functional
11927-
Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide
11928-
the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile
11925+
This tutorial uses Docker (<a href="www.docker.com/">www.docker.com</a>) to provide a fully functional
11926+
Nipype environment with working FSL, AFNI, SPM12 and ANTs. Docker has the advantage that we can provide
11927+
the exact same environment for user with Windows, OSX or Linux. For more information about the Dockerfile
1192911928
and data used in this course, see <a href="https://github.com/miykael/nipype_course">github.com/miykael/nipype_course</a>.</p>
1193011929
</div>
1193111930

@@ -11995,15 +11994,15 @@ <h2 class="domain-header math"><a class="domain-title">Useful Resources</a></h2>
1199511994
<!--The following code will cause the code cell to disappear-->
1199611995

1199711996
<script>
11998-
code_show=true;
11997+
code_show=true;
1199911998
function code_toggle() {
1200011999
if (code_show){
1200112000
$('div.input').hide();
1200212001
} else {
1200312002
$('div.input').show();
1200412003
}
1200512004
code_show = !code_show
12006-
}
12005+
}
1200712006
$( document ).ready(code_toggle);
1200812007
</script>
1200912008

@@ -12013,7 +12012,6 @@ <h2>You want to help with this tutorial?</h2>
1201312012
<p>You can find the github repo of this tutorial under <a href="https://github.com/miykael/nipype_course">https://github.com/miykael/nipype_course</a>.
1201412013
Feel free to send a pull request or leave an <a href="https://github.com/miykael/nipype_tutorial/issues">issue</a> with your feedback or ideas.
1201512014
</p>
12016-
To inspect the html code of this page, click: <form action="javascript:code_toggle()"><input type="submit" value="Show HTML code"></form>
1201712015
</div>
1201812016

1201912017
</div>
@@ -12027,7 +12025,7 @@ <h2>You want to help with this tutorial?</h2>
1202712025
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
1202812026
<div class="inner_cell">
1202912027
<div class="input_area">
12030-
<div class=" highlight hl-ipython2"><pre><span></span>
12028+
<div class=" highlight hl-ipython2"><pre><span></span>
1203112029
</pre></div>
1203212030

1203312031
</div>
@@ -12039,7 +12037,7 @@ <h2>You want to help with this tutorial?</h2>
1203912037
</div>
1204012038
</body>
1204112039

12042-
12040+
1204312041

1204412042

1204512043
</html>

0 commit comments

Comments
 (0)