Skip to content

Commit

Permalink
Reduce number of build warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Apr 10, 2024
1 parent 2e13d96 commit fbdbf46
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
9 changes: 4 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
#toc_object_entries_show_parents = "all"
html_show_sourcelink = False

#html_sidebars = { this is not working...
# "index": [],
# "**": [],
#}

# Ignore links that do not work with github actions link checking
# https://github.com/neuroinformatics-unit/actions/pull/24#issue-1978966182
linkcheck_anchors_ignore_for_url = [
Expand Down Expand Up @@ -125,6 +120,10 @@

html_favicon = "_static/logo_light.png"

html_sidebars = {
"**": []
}

# Customize the theme
html_theme_options = {
"icon_links": [
Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{.center}
# **datashuttle**

<p style="text-align: center; font-size: 22px;">The tool to automate neuroscience project folder creation and transfer.</p>
<p style="text-align: center; font-size: 22px;">The tool to automate neuroscience project folder creation, validation and transfer.</p>

```{image} _static/datashuttle-overview-light.png
:alt: My Logo
Expand Down Expand Up @@ -40,16 +40,16 @@ Short guides on specific actions.
:link: pages/api_index
:link-type: doc

Full Python API reference.
Full Python reference.
:::
::::

Datashuttle creates and validates projects standardised to the
**datashuttle** creates and validates projects standardised to the
[NeuroBlueprint](https://neuroblueprint.neuroinformatics.dev)
specification.

Dive right into **datashuttle** with our
[Getting Started Tutorial]((tutorial-getting-started)=)
[Getting Started Tutorial](tutorial-getting-started)
or targeted [How-To Guides](how-tos).

Don't hesitate to get in contact through our
Expand Down
17 changes: 17 additions & 0 deletions docs/source/pages/how_tos.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:html_theme.sidebar_secondary.remove:

(how-tos)=
# How To

Expand Down Expand Up @@ -70,3 +71,19 @@ A handy feature for template subject and session names.
:::

::::

```{toctree}
:maxdepth: 2
:caption: how to
:hidden:
how_tos/choose-a-terminal
how_tos/create-folders
how_tos/install
how_tos/make-a-new-project
how_tos/transfer-data
how_tos/read-logs
how_tos/update-configs
how_tos/use-name-templates
```
8 changes: 8 additions & 0 deletions docs/source/pages/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ Walk-through starting a new experiment with **datashuttle**.

:::
::::

```{toctree}
:maxdepth: 2
:caption: tutorials
:hidden:
tutorials/getting_started
```
3 changes: 2 additions & 1 deletion docs/source/pages/tutorials/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(tutorial-getting-started)=

# Getting Started

## Introduction
Expand Down Expand Up @@ -373,7 +374,7 @@ the central storage, set this to `False`.
::::

This was a quick overview of the creating folders—see [How to use Name Templates](how-to-use-name-templates)
and [How to use Create Folder Tags](how-to-create-folders2) for more detail on validation and convenience tags.
and [How to use Create Folder Tags](how-to-create-folders) for more detail on validation and convenience tags.

## Exploring folders

Expand Down

0 comments on commit fbdbf46

Please sign in to comment.