Skip to content

Commit 7bd8e28

Browse files
committed
More tidying up.
1 parent 7506ca3 commit 7bd8e28

19 files changed

+82
-50
lines changed

docs/source/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ A lack of project standardization in systems neuroscience
5959
[hinders data sharing and collaboration](https://neuroinformatics.dev/blog/neuroblueprint.html),
6060
creating barriers to reproducibility and scientific progress
6161

62+
6263
``datashuttle`` helps creates, validate and transfer projects standardised to the
6364
[NeuroBlueprint](https://neuroblueprint.neuroinformatics.dev) specification:
6465

@@ -74,10 +75,9 @@ creating barriers to reproducibility and scientific progress
7475
```
7576

7677
Dive right into ``datashuttle`` with our
77-
[Getting Started Tutorial](tutorial-getting-started)
78-
or targeted [How-To Guides](how-tos). \
78+
[Getting Started Tutorial](getting-started-walkthrough)
79+
or targeted [User Guides](pages/user_guides/index). \
7980
It can be used through a graphical interface or Python API.
80-
[create-folders.md](pages%2Fuser_guides%2Fcreate-folders.md)
8181

8282
Don't hesitate to get in contact through our
8383
[GitHub Issues](https://github.com/neuroinformatics-unit/datashuttle/issues)

docs/source/pages/get_started/choose-a-terminal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(how-to-choose-a-terminal)=
1+
(choose-a-terminal_)=
22

3-
# How to Choose a Terminal
3+
# Choose a Terminal
44

55
``datashuttle``'s graphical interface can run in almost any terminal—but
66
native Windows and macOS terminals may display with rendering errors.
@@ -13,12 +13,12 @@ If you are using Linux, the native terminal will work without issue.
1313

1414
:::{tab-item} Good Rendering
1515

16-
```{image} /_static/screenshots/how-to-choose-a-terminal-good-dark.png
16+
```{image} /_static/screenshots/choose-a-terminal-good-dark.png
1717
:align: center
1818
:class: only-dark
1919
:width: 900px
2020
```
21-
```{image} /_static/screenshots/how-to-choose-a-terminal-good-light.png
21+
```{image} /_static/screenshots/choose-a-terminal-good-light.png
2222
:align: center
2323
:class: only-light
2424
:width: 900px
@@ -30,12 +30,12 @@ If you are using Linux, the native terminal will work without issue.
3030

3131
:::{tab-item} Bad Rendering
3232

33-
```{image} /_static/screenshots/how-to-choose-a-terminal-bad-dark.png
33+
```{image} /_static/screenshots/choose-a-terminal-bad-dark.png
3434
:align: center
3535
:class: only-dark
3636
:width: 900px
3737
```
38-
```{image} /_static/screenshots/how-to-choose-a-terminal-bad-light.png
38+
```{image} /_static/screenshots/choose-a-terminal-bad-light.png
3939
:align: center
4040
:class: only-light
4141
:width: 900px
@@ -80,6 +80,6 @@ with rendering errors.
8080
## Getting started with the Graphical Interface
8181

8282
Once you've chosen a terminal, get started with
83-
``datashuttle`` with our [Getting Started Tutorial](tutorial-getting-started).
83+
``datashuttle`` with our [Getting Started Tutorial](getting-started-walkthrough).
8484

8585
To quit ``datashuttle`` in the terminal, press `CTRL+C`.

docs/source/pages/get_started/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(tutorial-getting-started)=
1+
(getting-started-walkthrough)=
22

33
# Getting Started
44

@@ -88,7 +88,7 @@ We need to set the:
8888

8989
``datashuttle`` supports connecting to the central storage machine
9090
either as a mounted drive or through SHH. \
91-
See [How to Make a New Project](make-a-full-project_target)
91+
See [Set up configs for transfer(set-up-configs-for-transfer_)
9292
for detailed instructions for
9393
connecting a mounted drive or by using SSH.
9494

@@ -584,7 +584,7 @@ from your **local path**.
584584
We will next download data from the **central path** to our now-empty local project.
585585
586586
In practice when setting up ``datashuttle`` on a new machine, you would
587-
again [make a new project](make-a-full-project_target).
587+
again [make a new project](set-up-configs-for-transfer_).
588588
```
589589

590590
We will look at a small subset of possible

docs/source/pages/get_started/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ formatting issues
3131
:::
3232

3333

34-
:::{grid-item-card} {fas}`desktop;sd-text-primary` Manage a project
35-
:link: make-a-local-project
34+
:::{grid-item-card} {fas}`desktop;sd-text-primary` Set up a project
35+
:link: set-up-a-local-project
3636
:link-type: doc
3737
:class-img-top: tutorial-link-image
3838

39-
Create, validate and transfer project folders
39+
Start a new project or manage an existing project
4040
:::
4141

4242
::::
@@ -66,7 +66,7 @@ install
6666
choose-a-terminal
6767
6868
quick-validate-project
69-
make-a-local-project
69+
set-up-a-local-project
7070
7171
getting-started
7272
```

docs/source/pages/get_started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(how-to-install)=
2-
# How to Install
2+
# Install
33

44
``datashuttle`` requires
55
[Python](https://www.python.org/)
@@ -97,5 +97,5 @@ datashuttle launch
9797
```
9898

9999
Before using the graphical interface, you may want to
100-
[choose the best terminal](how-to-choose-a-terminal)
100+
[choose the best terminal](choose-a-terminal_)
101101
for your operating system.

docs/source/pages/get_started/quick-validate-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(quick-validate-projects)=
22

3-
# How to Quickly Validate an Existing Project
3+
# Quickly Validate an Existing Project
44

55
Datashuttle provides the functionality to validate an existing
66
[NeuroBlueprint](https://neuroblueprint.neuroinformatics.dev/latest/index.html)-formatted project.

0 commit comments

Comments
 (0)