Skip to content

Commit

Permalink
Fix build warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 14, 2024
1 parent 5e8f693 commit 938da4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/source/pages/community/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
If you're unsure about any part of the contributing process and have any questions, please
get in touch through our [Zulip chat](https://neuroinformatics.zulipchat.com/#narrow/stream/405999-DataShuttle).
Otherwise, please dive right in to contributing by
[creating a developlemt environment](creating-a-development-environment)
and [opening a pull request](pull-requests).
[creating a developlemt environment](#creating-a-development-environment)
and [opening a pull request](#pull-requests).

The core development team will support you in contributing code, irrespective of your experience!

Expand Down Expand Up @@ -116,7 +116,7 @@ skip pre-commit checks, and ask for help in your PR.
For docstrings, we adhere to the [numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) style.
Make sure to provide docstrings for all public functions, classes, and methods.

## To improve the documentation
## Contributing documentation

It is very important the documentation for **datashuttle** is clear
accurate and concise. A key principle of **datashuttle** is it should
Expand Down
2 changes: 0 additions & 2 deletions docs/source/pages/how_tos/make-a-new-project.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(make-a-new-project)=

# How to Make a New Project

This guide will cover all you need to know for setting up a new project
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We need to set the:

**datashuttle** supports connecting to the central storage machine
either as a mounted drive or through SHH. \
See [How to Make a New Project](make-a-new-project)
See [How to Make a New Project](/pages/how_tos/make-a-new-project)
for detailed instructions for
connecting a mounted drive or by using SSH.

Expand Down Expand Up @@ -577,7 +577,7 @@ from your **local path**.
We will next download data from the **central path** to our now-empty local project.
In practice when setting up **datashuttle** on a new machine, you would
again [Make a new project](make-a-new-project).
again [Make a new project](/pages/how_tos/make-a-new-project).
```

We will look at a small subset of possible
Expand Down

0 comments on commit 938da4e

Please sign in to comment.