Skip to content

Commit

Permalink
fix link for check (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored May 21, 2024
1 parent 6754151 commit a7f128c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/best_practices/image_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Use relative path for external mode

When using ``external_file`` the paths passed in the ``external_file`` option should be relative to the location of the nwb file.

Check function: :py:meth:`~nwbinspector.checks.check_image_series_external_file_relative`
Check function: :py:meth:`~nwbinspector.checks.image_series.check_image_series_external_file_relative`
2 changes: 1 addition & 1 deletion docs/best_practices/nwbfile_metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Subject Species

The ``species`` of a :ref:`nwb-schema:sec-Subject` should be set to the proper :wikipedia:`Latin binomial <Binomial_nomenclature>` or otherwise a full link to the Term IRI for the :ncbi:`NCBI Taxonomy <>`, which can be easily found at the :ontobee:`Ontobee <>` database. *E.g.*, a rat would be "Rattus norvegicus" or "http://purl.obolibrary.org/obo/NCBITaxon_10116".

Check function: :py:meth:`~nwbinspector.checks.nwbfile_metadata.check_subject_species`
Check function: :py:meth:`~nwbinspector.checks.nwbfile_metadata.check_subject_species_form`



Expand Down

0 comments on commit a7f128c

Please sign in to comment.