Skip to content

Commit

Permalink
Fix typo and remove HTML tag from doc in behavioral neurodata types (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 9, 2024
1 parent 54f4980 commit d5a931d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/nwb.behavior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ groups:
- neurodata_type_def: BehavioralEvents
neurodata_type_inc: NWBDataInterface
default_name: BehavioralEvents
doc: TimeSeries for storing behavioral events. See description of <a href="#BehavioralEpochs">BehavioralEpochs</a>
doc: TimeSeries for storing behavioral events. See description of BehavioralEpochs
for more details.
groups:
- neurodata_type_inc: TimeSeries
Expand All @@ -76,7 +76,7 @@ groups:
- neurodata_type_def: BehavioralTimeSeries
neurodata_type_inc: NWBDataInterface
default_name: BehavioralTimeSeries
doc: TimeSeries for storing Behavoioral time series data. See description of <a href="#BehavioralEpochs">BehavioralEpochs</a>
doc: TimeSeries for storing behavioral time series data. See description of BehavioralEpochs
for more details.
groups:
- neurodata_type_inc: TimeSeries
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ groups:
attributes:
- name: nwb_version
dtype: text
value: "2.8.0"
value: "2.9.0-alpha"
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
name of the format with trailing major, minor and patch numbers.
datasets:
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ namespaces:
- doc: This source module contains neurodata_type for retinotopy data.
source: nwb.retinotopy.yaml
title: Retinotopy
version: "2.8.0"
version: "2.9.0-alpha"
4 changes: 2 additions & 2 deletions docs/format/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '2.8.0'
version = '2.9.0'
# The full version, including alpha/beta/rc tags.
release = '2.8.0'
release = '2.9.0-alpha'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 7 additions & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release Notes
=============

2.9.0 (Upcoming)
----------------

Minor changes
^^^^^^^^^^^^^
- Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600)

2.8.0 (November 24, 2024)
-------------------------

Expand Down

0 comments on commit d5a931d

Please sign in to comment.