Skip to content

Commit

Permalink
Fix link reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed May 30, 2024
1 parent c351507 commit 02ed87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.calibration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The metadata follows the general logic of the library by implementing the three

A fourth class :py:class:`~aind_behavior_services.calibration.Calibration`,
specific to the Calibration module, is also implemented to keep track of the calibration metrics.
This class was written to be aligned to the Calibration class in aind-data-schemas
(https://github.com/AllenNeuralDynamics/aind-data-schema/blob/2fd0e403bf46f0f1a47e5922c4228517e68376a3/src/aind_data_schema/components/devices.py#L274).
This class was written to be aligned to the Calibration class in `aind-data-schemas
<https://github.com/AllenNeuralDynamics/aind-data-schema/blob/2fd0e403bf46f0f1a47e5922c4228517e68376a3/src/aind_data_schema/components/devices.py#L274>`_.
An application example will be provided below.

While we use the base :py:class:`~aind_behavior_services.session.AindBehaviorSessionModel` class to keep track of the session metadata,
Expand Down

0 comments on commit 02ed87a

Please sign in to comment.