Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Book settings
title: "NiPreps"
author: The NiPreps developers
copywright: 2020
copyright: "2021"

# Sphinx customizations
sphinx:
Expand Down
22 changes: 15 additions & 7 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@
# Learn more at https://jupyterbook.org/customize/toc.html

- file: welcome

- part: preparation
chapters:
- file: step0

- part: nipreps
chapters:
- file: nipreps/nipreps
- file: nipreps/dmriprep
- file: nipreps/community_development

- part: opensource
chapters:
- file: opensource/community_development

- part: tutorial
chapters:
- file: head-motion/step0
- file: head-motion/intro
- file: head-motion/data
- file: head-motion/models
- file: head-motion/registration
- file: head-motion/solution
- file: tutorial/intro
- file: tutorial/data
- file: tutorial/models
- file: tutorial/registration
- file: tutorial/solution
- part: extra
chapters:
- file: extra/nifti
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Researchers resort to either:
This tutorial has been designed to engage signal processing engineers and imaging researchers in the *NiPreps* community, demonstrating how to fill in the gaps of their pre-processing needs regardless of their field.

```{admonition} Objectives
- Learn how to contribute to "open source" software
- Get a tour of the *NiPreps* framework
- Learn how to contribute to "open source" software
- Understand the basics of dMRI data and pre-processing
- Discover how to integrate some of the tools in the *NiPreps* framework
```