Skip to content

Commit e05096c

Browse files
authored
Merge pull request #1006 from NeurodataWithoutBorders/bendichter-patch-1
2 parents 344c2b0 + b0d2979 commit e05096c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

docs/conf_extlinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"releases": ("https://github.com/NeurodataWithoutBorders/nwb-guide/releases/%s", "%s"),
55
"pynwb-docs": ("https://pynwb.readthedocs.io/en/stable/%s", "%s"),
66
"matnwb-src": ("https://github.com/NeurodataWithoutBorders/matnwb/%s", "%s"),
7-
"nwb-overview": ("https://nwb-overview.readthedocs.io/en/latest/%s", "%s"),
7+
"nwb-website": ("https://nwb.org/%s", None),
88
"guide-issues": ("https://github.com/NeurodataWithoutBorders/nwb-guide/issues/%s", "%s"),
99
"request-format-support": ("https://github.com/catalystneuro/neuroconv/issues/new?assignees=&labels=enhancement%%2Cdata+interfaces&projects=&template=format_request.yml&title=%%5BNew+Format%%5D%%3A+%s", "%s"),
1010
"path-expansion-guide": ("https://neuroconv.readthedocs.io/en/main/user_guide/expand_path.html%s", "%s"),

docs/index.rst

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

1111
|
1212
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 <>`.
13+
The **NWB Graphical User Interface for Data Entry (GUIDE)** is a desktop application that converts neurophysiology data from common proprietary formats to the :nwb-website:`Neurodata Without Borders (NWB) <>` standard
14+
and uploads data to the :dandi-archive:`DANDI Archive <>`.
1615

1716
.. note::
1817
Watch a tutorial video of NWB GUIDE `here <https://www.youtube.com/watch?v=EhhdDVuHAZ0>`_.

src/electron/frontend/core/components/pages/documentation/Documentation.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,8 @@ export class DocumentationPage extends Page {
8686
>.
8787
</p>
8888
<p>
89-
To learn more about NWB, please see the
90-
<a target="_blank" href="https://nwb-overview.readthedocs.io/"
91-
>NWB Overview Documentation</a
92-
>.
89+
To learn more about NWB, please visit the
90+
<a target="_blank" href="https://nwb.org">NWB Website</a>.
9391
</p>
9492
9593
<h3 style="padding: 0; margin-top: 25px;">Acknowledgments</h3>

0 commit comments

Comments
 (0)