|
8507 | 8507 | }
|
8508 | 8508 | /* Flexible box model classes */
|
8509 | 8509 | /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
|
8510 |
| -/* This file is a compatability layer. It allows the usage of flexible box |
| 8510 | +/* This file is a compatability layer. It allows the usage of flexible box |
8511 | 8511 | model layouts accross multiple browsers, including older browsers. The newest,
|
8512 | 8512 | universal implementation of the flexible box model is used when available (see
|
8513 |
| -`Modern browsers` comments below). Browsers that are known to implement this |
| 8513 | +`Modern browsers` comments below). Browsers that are known to implement this |
8514 | 8514 | new spec completely include:
|
8515 | 8515 |
|
8516 | 8516 | Firefox 28.0+
|
8517 | 8517 | Chrome 29.0+
|
8518 |
| - Internet Explorer 11+ |
| 8518 | + Internet Explorer 11+ |
8519 | 8519 | Opera 17.0+
|
8520 | 8520 |
|
8521 | 8521 | Browsers not listed, including Safari, are supported via the styling under the
|
|
11289 | 11289 | background: #f7f7f7;
|
11290 | 11290 | border-top: 1px solid #cfcfcf;
|
11291 | 11291 | border-bottom: 1px solid #cfcfcf;
|
11292 |
| - /* This injects handle bars (a short, wide = symbol) for |
| 11292 | + /* This injects handle bars (a short, wide = symbol) for |
11293 | 11293 | the resize handle. */
|
11294 | 11294 | }
|
11295 | 11295 | div#pager .ui-resizable-handle::after {
|
|
11728 | 11728 | .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
11729 | 11729 | </style>
|
11730 | 11730 | <style type="text/css">
|
11731 |
| - |
| 11731 | + |
11732 | 11732 | /* Temporary definitions which will become obsolete with Notebook release 5.0 */
|
11733 | 11733 | .ansi-black-fg { color: #3E424D; }
|
11734 | 11734 | .ansi-black-bg { background-color: #3E424D; }
|
@@ -11998,7 +11998,6 @@ <h1 id="A-short-Example">A short Example<a class="anchor-link" href="#A-short-Ex
|
11998 | 11998 | <div class="text_cell_render border-box-sizing rendered_html">
|
11999 | 11999 | <h1 id="Code-Example">Code Example<a class="anchor-link" href="#Code-Example">¶</a></h1><p>The code to create an Nipype workflow like the example before would look something like this:</p>
|
12000 | 12000 | <div class="highlight"><pre><span></span><span class="c1"># Import modules</span>
|
12001 |
| -<span class="kn">import</span> <span class="nn">nipype</span> |
12002 | 12001 | <span class="kn">from</span> <span class="nn">nipype.interfaces.freesurfer</span> <span class="kn">import</span> <span class="n">BBRegister</span>
|
12003 | 12002 | <span class="kn">from</span> <span class="nn">nipype.interfaces.ants</span> <span class="kn">import</span> <span class="n">WarpTimeSeriesImageMultiTransform</span>
|
12004 | 12003 | <span class="kn">from</span> <span class="nn">nipype.interfaces.fsl</span> <span class="kn">import</span> <span class="n">SUSAN</span>
|
|
0 commit comments