Skip to content

Commit 9f6be3e

Browse files
committed
deploy: 5192748
1 parent 0584d41 commit 9f6be3e

File tree

4 files changed

+118
-118
lines changed

4 files changed

+118
-118
lines changed

_sources/blog/datashuttle.md.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ features.
5353
## How **datashuttle** is used in an experiment
5454

5555
**datashuttle** runs on Windows, macOS or Linux and is
56-
[easy to install](https://datashuttle.neuroinformatics.dev/pages/how_tos/install.html)
56+
[easy to install](https://datashuttle.neuroinformatics.dev/pages/get_started/install.html)
5757
through
5858
[conda-forge](https://anaconda.org/conda-forge/datashuttle)
5959
or
@@ -145,7 +145,7 @@ For example, the tags (`@DATE@`, `@TIME@`, `@DATETIME@`) will
145145
fill the created folder with the date / time / datetime. Double-clicking
146146
an input will suggest the next subject or session.
147147
A full list of such shortcuts are available in the
148-
[documentation.](https://datashuttle.neuroinformatics.dev/pages/how_tos/create-folders.html#creating-project-folders)
148+
[documentation.](https://datashuttle.neuroinformatics.dev/pages/user_guides/create-folders.html#creating-project-folders)
149149

150150

151151
Folders can be created in an equivalent way through the Python API:
@@ -186,7 +186,7 @@ as below and click `Transfer`:
186186

187187
The keyword `all_sub` will transfer any subject while the `@*@` tag
188188
in the session name acts as a wildcard. There are
189-
[many more options](https://datashuttle.neuroinformatics.dev/pages/how_tos/transfer-data.html#custom-transfers)
189+
[many more options](https://datashuttle.neuroinformatics.dev/pages/user_guides/transfer-data.html#custom-transfers)
190190
for customised transfer available.
191191

192192
Transfers can also be run directly in code through the Python API:
@@ -226,7 +226,7 @@ the graphical interface:
226226
We have given a brief tour of **datashuttle**'s key features,
227227
but full details on getting started can be found on the
228228
[website](https://datashuttle.neuroinformatics.dev/) and
229-
[Getting Started tutorial](https://datashuttle.neuroinformatics.dev/pages/tutorials/getting_started.html).
229+
[Getting Started tutorial](https://datashuttle.neuroinformatics.dev/pages/get_started/getting-started.html).
230230

231231
Standardisation is incredibly useful, but it should not come at the
232232
expense of convenience. **datashuttle** should make managing your project easier than

blog/datashuttle.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
<section id="how-datashuttle-is-used-in-an-experiment">
613613
<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>
614614
<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>
616616
through
617617
<a class="reference external" href="https://anaconda.org/conda-forge/datashuttle">conda-forge</a>
618618
or
@@ -674,7 +674,7 @@ <h2>Creating folders with live-validation<a class="headerlink" href="#creating-f
674674
fill the created folder with the date / time / datetime. Double-clicking
675675
an input will suggest the next subject or session.
676676
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>
678678
<p>Folders can be created in an equivalent way through the Python API:</p>
679679
<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>
680680

@@ -702,7 +702,7 @@ <h2>Data Transfer<a class="headerlink" href="#data-transfer" title="Link to this
702702
<br>
703703
<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">&#64;*&#64;</span></code> tag
704704
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>
706706
for customised transfer available.</p>
707707
<p>Transfers can also be run directly in code through the Python API:</p>
708708
<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=
734734
<p>We have given a brief tour of <strong>datashuttle</strong>’s key features,
735735
but full details on getting started can be found on the
736736
<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>
738738
<p>Standardisation is incredibly useful, but it should not come at the
739739
expense of convenience. <strong>datashuttle</strong> should make managing your project easier than
740740
it is now—if not, we want to hear how it can be improved.

0 commit comments

Comments
 (0)