Skip to content

Commit 515b9cf

Browse files
Merge pull request #866 from NeurodataWithoutBorders/video_tutorial
Add video tutorial to docs and minor improvements
2 parents 6fb5bb5 + f6081d1 commit 515b9cf

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

docs/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@
135135
"doc_path": "docs",
136136
}
137137

138+
# Workaround for removing the left sidebar on pages without TOC
139+
# A better solution would be to follow the merge of:
140+
# https://github.com/pydata/pydata-sphinx-theme/pull/1682
141+
html_sidebars = {
142+
"installation": [],
143+
"format_support": [],
144+
"developer_guide": [],
145+
}
146+
138147

139148
def _correct_signatures(app, what, name, obj, options, signature, return_annotation):
140149
if what == "class":

docs/index.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ NWB GUIDE documentation
1010

1111
|
1212
13-
The **NWB Graphical User Interface for Data Entry (GUIDE)** is an Electron-based application designed to help you navigate
14-
the complex process of converting data from common proprietary formats into the :nwb-overview:`Neurodata Without Borders (NWB) <>` standard.
13+
The **NWB Graphical User Interface for Data Entry (GUIDE)** is a cross-platform desktop application that walks neuroscientists
14+
through the requirements of converting their data from common proprietary formats to the :nwb-overview:`Neurodata Without Borders (NWB) <>` standard
15+
and uploading data to the :dandi-archive:`DANDI Archive <>`.
1516

16-
The resulting files are fully compliant with the best practices expected by the :dandi-archive:`Distributed Archives for Neurophysiology Data Integration (DANDI) <>`.
17+
.. note::
18+
Watch a tutorial video of NWB GUIDE `here <https://www.youtube.com/watch?v=EhhdDVuHAZ0>`_.
19+
20+
Get started with NWB GUIDE by :doc:`installing it </installation>` on your computer and following the :doc:`tutorials </tutorials/index>` in this documentation.
21+
22+
.. The TOC below is hidden from the main page contents but needed to generate the top menu
1723
1824
.. toctree::
25+
:hidden:
1926
:maxdepth: 2
2027

2128
installation

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Download and run `NWB-GUIDE-x64.dmg <https://github.com/NeurodataWithoutBorders/
1717
MacOS - Apple Silicon
1818
---------------------
1919

20-
This installation applies to [current-generation Apple computers (M1-M4+)](https://support.apple.com/en-us/116943).
20+
This installation applies to `current-generation Apple computers (M1-M4+) <https://support.apple.com/en-us/116943>`_.
2121

2222
Download and run `NWB-GUIDE-arm64.dmg <https://github.com/NeurodataWithoutBorders/nwb-guide/releases/latest/download/NWB-GUIDE-arm64.dmg>`_. This will prompt you to move the app into your 'Applications' folder. Then open the 'NWB GUIDE' app from your 'Applications' folder.
2323

docs/tutorials/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ to the Neurodata Without Borders (NWB) format and uploading to the DANDI Archive
55

66
In these tutorials, you'll follow along on a :doc:`local installation of the GUIDE </installation>` as we detail the conversion process from initial setup to final upload.
77

8+
.. note::
9+
Watch a video walkthrough of these tutorials `here <https://www.youtube.com/watch?v=EhhdDVuHAZ0>`_.
10+
811
.. note::
912
This tutorial focuses on uploading to the DANDI Development server.
1013

@@ -21,7 +24,10 @@ In these tutorials, you'll follow along on a :doc:`local installation of the GUI
2124
Before you begin these tutorials, **you'll need to generate the tutorial dataset** using the instructions on the Dataset page.
2225

2326

27+
.. toctree::
28+
:hidden:
2429

30+
self
2531

2632
.. toctree::
2733
:maxdepth: 2

0 commit comments

Comments
 (0)