Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
055005b
feat: save WIP on tutorials
CodyCBakerPhD Nov 3, 2025
b7ba452
Merge branch 'main' into add_tutorial
CodyCBakerPhD Nov 3, 2025
ad4ec13
feat: saving state
CodyCBakerPhD Nov 4, 2025
5cff09e
Merge branch 'add_tutorial' of https://github.com/con/nwb2bids into a…
CodyCBakerPhD Nov 4, 2025
7c9c3d5
fix: add extra dep to docs
CodyCBakerPhD Nov 4, 2025
355c471
fix: add link
CodyCBakerPhD Nov 4, 2025
40c12d6
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 4, 2025
14c838c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 4, 2025
0061fb6
feat: saving state
CodyCBakerPhD Nov 4, 2025
b02a0ca
Merge branch 'add_tutorial' of https://github.com/con/nwb2bids into a…
CodyCBakerPhD Nov 4, 2025
453921b
fix unix blocks, add advanced library usage
Nov 5, 2025
d983dad
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 7, 2025
a0139c1
Apply suggestions from code review
CodyCBakerPhD Nov 7, 2025
cabda10
chore: pr suggestions
CodyCBakerPhD Nov 7, 2025
49dc2de
fix: tests
CodyCBakerPhD Nov 7, 2025
a68205a
feat: setup doctest and add some doctests
CodyCBakerPhD Nov 7, 2025
7f334f9
feat: finish remaining doctests
CodyCBakerPhD Nov 7, 2025
f1d5603
fix: fix on clean system
CodyCBakerPhD Nov 7, 2025
b06466a
fix: continue fixing on ci
CodyCBakerPhD Nov 7, 2025
2a4f7cb
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 7, 2025
82282d9
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 8, 2025
084ccd9
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 12, 2025
d4cd788
Update tutorials for RunConfig signature changes
asmacdo Nov 12, 2025
6d008e2
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 17, 2025
57aba89
Apply suggestions from code review
CodyCBakerPhD Nov 18, 2025
46627d7
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 18, 2025
25cd350
Update OS list for remote tests in workflow
CodyCBakerPhD Nov 18, 2025
15e79f9
Merge branch 'fix_label_notification' into add_tutorial
CodyCBakerPhD Nov 18, 2025
314fb15
re-include Makefile; remove unpresent additional metadata description…
CodyCBakerPhD Nov 19, 2025
6f13e5f
better names all around
CodyCBakerPhD Nov 19, 2025
4748805
simplify CLI calls
CodyCBakerPhD Nov 19, 2025
703d6ed
fix doctest
CodyCBakerPhD Nov 19, 2025
7610aef
Merge branch 'main' into add_tutorial
CodyCBakerPhD Nov 19, 2025
a46a81b
Merge branch 'main' into add_tutorial
CodyCBakerPhD Nov 19, 2025
3abc8f5
Merge branch 'main' into add_tutorial
CodyCBakerPhD Nov 20, 2025
46a44f7
Merge branch 'main' into add_tutorial
CodyCBakerPhD Nov 26, 2025
cba3372
Merge branch 'main' into add_tutorial
CodyCBakerPhD Dec 1, 2025
d0f92a7
Merge branch 'main' into add_tutorial
CodyCBakerPhD Dec 1, 2025
4aa1818
Merge branch 'main' into add_tutorial
CodyCBakerPhD Dec 3, 2025
da9d9f4
Merge branch 'main' into add_tutorial
CodyCBakerPhD Dec 3, 2025
dfbac7b
PR suggestions
CodyCBakerPhD Dec 3, 2025
3df6f22
PR suggestions
CodyCBakerPhD Dec 3, 2025
e3b30ce
Apply suggestions from code review
CodyCBakerPhD Dec 3, 2025
02ab5fb
PR suggestions
CodyCBakerPhD Dec 3, 2025
22e6474
Merge branch 'add_tutorial' of https://github.com/con/nwb2bids into a…
CodyCBakerPhD Dec 3, 2025
9e73afe
Merge branch 'main' into add_tutorial
CodyCBakerPhD Dec 3, 2025
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: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx_tabs.tabs",
"sphinx_copybutton",
]

# HTML configuration
Expand Down Expand Up @@ -53,6 +54,7 @@
# Disable sidebars for specific sections
html_sidebars = {
'user_guide': [],
'tutorials': [],
"developer_guide": [],
}

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:hidden:

user_guide
tutorials
developer_guide
api/index

Expand Down
Loading