|
612 | 612 | <section id="how-datashuttle-is-used-in-an-experiment"> |
613 | 613 | <h2>How <strong>datashuttle</strong> is used in an experiment<a class="headerlink" href="#how-datashuttle-is-used-in-an-experiment" title="Link to this heading">#</a></h2> |
614 | 614 | <p><strong>datashuttle</strong> runs on Windows, macOS or Linux and is |
615 | | -<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/how_tos/install.html">easy to install</a> |
| 615 | +<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/get_started/install.html">easy to install</a> |
616 | 616 | through |
617 | 617 | <a class="reference external" href="https://anaconda.org/conda-forge/datashuttle">conda-forge</a> |
618 | 618 | or |
@@ -674,7 +674,7 @@ <h2>Creating folders with live-validation<a class="headerlink" href="#creating-f |
674 | 674 | fill the created folder with the date / time / datetime. Double-clicking |
675 | 675 | an input will suggest the next subject or session. |
676 | 676 | A full list of such shortcuts are available in the |
677 | | -<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/how_tos/create-folders.html#creating-project-folders">documentation.</a></p> |
| 677 | +<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/user_guides/create-folders.html#creating-project-folders">documentation.</a></p> |
678 | 678 | <p>Folders can be created in an equivalent way through the Python API:</p> |
679 | 679 | <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span><span class="w"> </span><span class="nn">datashuttle</span><span class="w"> </span><span class="kn">import</span> <span class="n">DataShuttle</span> |
680 | 680 |
|
@@ -702,7 +702,7 @@ <h2>Data Transfer<a class="headerlink" href="#data-transfer" title="Link to this |
702 | 702 | <br> |
703 | 703 | <p>The keyword <code class="docutils literal notranslate"><span class="pre">all_sub</span></code> will transfer any subject while the <code class="docutils literal notranslate"><span class="pre">@*@</span></code> tag |
704 | 704 | in the session name acts as a wildcard. There are |
705 | | -<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/how_tos/transfer-data.html#custom-transfers">many more options</a> |
| 705 | +<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/user_guides/transfer-data.html#custom-transfers">many more options</a> |
706 | 706 | for customised transfer available.</p> |
707 | 707 | <p>Transfers can also be run directly in code through the Python API:</p> |
708 | 708 | <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span><span class="w"> </span><span class="nn">datashuttle</span><span class="w"> </span><span class="kn">import</span> <span class="n">DataShuttle</span> |
@@ -734,7 +734,7 @@ <h2>Getting started with <strong>datashuttle</strong><a class="headerlink" href= |
734 | 734 | <p>We have given a brief tour of <strong>datashuttle</strong>’s key features, |
735 | 735 | but full details on getting started can be found on the |
736 | 736 | <a class="reference external" href="https://datashuttle.neuroinformatics.dev/">website</a> and |
737 | | -<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/tutorials/getting_started.html">Getting Started tutorial</a>.</p> |
| 737 | +<a class="reference external" href="https://datashuttle.neuroinformatics.dev/pages/get_started/getting-started.html">Getting Started tutorial</a>.</p> |
738 | 738 | <p>Standardisation is incredibly useful, but it should not come at the |
739 | 739 | expense of convenience. <strong>datashuttle</strong> should make managing your project easier than |
740 | 740 | it is now—if not, we want to hear how it can be improved. |
|
0 commit comments