Skip to content

Commit

Permalink
Fix warning on external links due to lowercase extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Mar 23, 2022
1 parent ab8847e commit dc29bb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/file_read/matnwb/nwbfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Using the NwbFile Class

The NwbFile class represents the root object for the NWB file and consists of properties and values which map indirectly to the internal HDF5 dataset.

.. image:: /img/NwbFile.png
.. image:: /img/matnwb_NwbFile.png

In most cases, the types contained in these files were generated by the embedded NWB schema in the file (or separately if you opted to generate them separately). These types can be traversed using regular MATLAB syntax for accessing properties and their values.

Expand All @@ -20,11 +20,11 @@ The NwbFile also allows for searching the entire NWB file by type using its ``se

You can search for only the class name:

.. image:: /img/searchForExample.png
.. image:: /img/matnwb_searchForExample.png

Or use the ``'includeSubClasses'`` optional argument to search all subclasses:

.. image:: /img/searchForExample-withSubclassing.png
.. image:: /img/matnwb_searchForExample-withSubclassing.png

.. note::

Expand Down

0 comments on commit dc29bb4

Please sign in to comment.