Skip to content

Commit d5a931d

Browse files
authored
Fix typo and remove HTML tag from doc in behavioral neurodata types (#600)
1 parent 54f4980 commit d5a931d

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

core/nwb.behavior.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ groups:
6666
- neurodata_type_def: BehavioralEvents
6767
neurodata_type_inc: NWBDataInterface
6868
default_name: BehavioralEvents
69-
doc: TimeSeries for storing behavioral events. See description of <a href="#BehavioralEpochs">BehavioralEpochs</a>
69+
doc: TimeSeries for storing behavioral events. See description of BehavioralEpochs
7070
for more details.
7171
groups:
7272
- neurodata_type_inc: TimeSeries
@@ -76,7 +76,7 @@ groups:
7676
- neurodata_type_def: BehavioralTimeSeries
7777
neurodata_type_inc: NWBDataInterface
7878
default_name: BehavioralTimeSeries
79-
doc: TimeSeries for storing Behavoioral time series data. See description of <a href="#BehavioralEpochs">BehavioralEpochs</a>
79+
doc: TimeSeries for storing behavioral time series data. See description of BehavioralEpochs
8080
for more details.
8181
groups:
8282
- neurodata_type_inc: TimeSeries

core/nwb.file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ groups:
77
attributes:
88
- name: nwb_version
99
dtype: text
10-
value: "2.8.0"
10+
value: "2.9.0-alpha"
1111
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
1212
name of the format with trailing major, minor and patch numbers.
1313
datasets:

core/nwb.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ namespaces:
5757
- doc: This source module contains neurodata_type for retinotopy data.
5858
source: nwb.retinotopy.yaml
5959
title: Retinotopy
60-
version: "2.8.0"
60+
version: "2.9.0-alpha"

docs/format/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ def setup(app):
8383
# built documents.
8484
#
8585
# The short X.Y version.
86-
version = '2.8.0'
86+
version = '2.9.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = '2.8.0'
88+
release = '2.9.0-alpha'
8989

9090
# The language for content autogenerated by Sphinx. Refer to documentation
9191
# for a list of supported languages.

docs/format/source/format_release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release Notes
44
=============
55

6+
2.9.0 (Upcoming)
7+
----------------
8+
9+
Minor changes
10+
^^^^^^^^^^^^^
11+
- Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600)
12+
613
2.8.0 (November 24, 2024)
714
-------------------------
815

0 commit comments

Comments
 (0)