Skip to content

Commit 36fe2e4

Browse files
committed
Fix references based on new section sorting based on schema files
1 parent 6402ec7 commit 36fe2e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/format/source/format_description.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ processing modules, a default name (usually the same as the neurodata_type) is
154154
commonly specified to further ease identification of the data in a file. However, to
155155
support storage of multiple instances of the same subtype in the
156156
same processing module, NWB:N allows users to optionally define custom names as well.
157-
A detailed overview of the main data processing containers is available in
158-
:numref:`Data_Processing`.
159157

160158

161159
.. _sec-extending-the-format:
@@ -197,8 +195,8 @@ electrical versus optical physiology) as well as new modalities (e.g.,
197195
video tracking of whisker positions). When a neurodata_type inherits from *TimeSeries*,
198196
new data objects (i.e., datasets, attributes, groups, and links)
199197
can be added while all objects of the parent *TimeSeries* type are
200-
inherited and, hence, part of the new neurodata_type. Section :numref:`TimeSeries_Types`
201-
provides detailed definitions for all core *TimeSeries* types.
198+
inherited and, hence, part of the new neurodata_type. Section :numref:`sec-TimeSeries`
199+
includes a list of all *TimeSeries* types.
202200

203201
Extending *NWBContainer* works in the same way, e.g., to create more specific types for
204202
data processing.

0 commit comments

Comments
 (0)