Skip to content

Commit

Permalink
Update changelog, uncomment docs jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Nov 20, 2023
1 parent 4789fc8 commit 0f073ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Change Log

## [0.4.4] (November 7, 2023)

- Additional documentation. #686

## [0.4.3] (November 7, 2023)

- Migrate `config` helper scripts to Spyglass codebase. #662
- Revise contribution guidelines. #655
- Minor bug fixes. #656, #657, #659, #651, #671
- Add setup instruction specificity.
- Reduce primary key varchar allocation aross may tables. #664
- Additional documentation. #682, #686

## [0.4.2] (October 10, 2023)

Expand Down Expand Up @@ -96,6 +99,7 @@
- Allow creation and linkage of device metadata from YAML #400
- Move helper functions to utils directory #386

[0.4.4]: https://github.com/LorenFrankLab/spyglass/releases/tag/0.4.4
[0.4.3]: https://github.com/LorenFrankLab/spyglass/releases/tag/0.4.3
[0.4.2]: https://github.com/LorenFrankLab/spyglass/releases/tag/0.4.2
[0.4.1]: https://github.com/LorenFrankLab/spyglass/releases/tag/0.4.1
Expand Down
10 changes: 5 additions & 5 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ plugins:
- gen-files:
scripts:
- ./src/api/make_pages.py
# - mkdocs-jupyter: # Comment this block during dev to reduce build time
# execute: False # Very slow, needs gh-action edit to work/link to db
# include_source: False
# ignore_h1_titles: True
# ignore: ["*make_pages.py", "**checkpoints**", "*/py_scripts/*"]
- mkdocs-jupyter: # Comment this block during dev to reduce build time
execute: False # Very slow, needs gh-action edit to work/link to db
include_source: False
ignore_h1_titles: True
ignore: ["*make_pages.py", "**checkpoints**", "*/py_scripts/*"]

markdown_extensions:
- attr_list
Expand Down
10 changes: 5 additions & 5 deletions docs/src/misc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This folder contains miscellaneous supporting files documentation.

- [Database Management.md](./database_management.md)
- [figurl Views.md](./figurl_views.md)
- [insert Data.md](./insert_data.md)
- [Merge Tables.md](./merge_tables.md)
- [Session Groups.md](./session_groups.md)
- [Database Management](./database_management.md)
- [figurl Views](./figurl_views.md)
- [insert Data](./insert_data.md)
- [Merge Tables](./merge_tables.md)
- [Session Groups](./session_groups.md)

0 comments on commit 0f073ef

Please sign in to comment.