Skip to content

Commit

Permalink
Merge branch 'main' into improve_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jun 11, 2024
2 parents 6620b2d + c61963c commit 9617231
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
NWB GUIDE is a desktop app that provides a no-code user interface for converting neurophysiology data to NWB.

## Installation
See the installation instructions in our [documentation](https://nwb-guide.readthedocs.io/en/latest/installation.html).
See the installation instructions in our [documentation](https://nwb-guide.readthedocs.io/en/stable/installation.html).
11 changes: 9 additions & 2 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
[
{
"version": "dev",
"url": "https://nwb-guide.readthedocs.io/en/latest/"
"url": "https://nwb-guide.readthedocs.io/en/latest/",
"preferred": false
},
{
"name": "1.0.0",
"version": "v1.0.0",
"url": "https://nwb-guide.readthedocs.io/en/v1.0.0/",
"preferred": true
},
{
"name": "0.0.15",
"version": "v0.0.15",
"url": "https://nwb-guide.readthedocs.io/en/v0.0.15/",
"preferred": true
"preferred": false
}
]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# Use `python -m http.server -d docs/build/html/` and open the page at http://localhost:8000
# In local development, the version switcher will always show "dev" and use the local switcher.json
version_match = "dev"
json_url = "_static/switcher.json"
#json_url = "_static/switcher.json"
# if "dev" in release or "rc" in release:
# version_match = "dev"
# # We want to keep the relative reference if we are in dev mode
Expand Down

0 comments on commit 9617231

Please sign in to comment.