Skip to content

Commit

Permalink
issue-21: fix typos and add links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IslaL committed Jun 18, 2024
1 parent e78e3fd commit 01ad33c
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions onc/Contents.m
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
% Ocean Networks Canada API Client Library
% Version 2.2.0 10-Jun-2024
%
%
% For documentation click or type directly in the command window: <a href="matlab: doc ONC Toolbox">doc ONC Toolbox</a>.
%
% Functions
% +onc/OncDiscovery - Contains the functionality that wraps the API discovery services
% +onc/OncDelivery - Contains the functionality that wraps the API data product delivery services. To be inherited by the Onc class
% +onc/OncRealTime - Contains the functionality that wraps API real-time services.
% +onc/OncArchive - Contains the functionality that wraps API archivefile services
%
% Live Scripts
% examples/OncDiscoveryLocations.mat - Example Usage of OncDiscovery Location Service
% examples/OncDiscoveryProperties.mat - Example Usage of OncDiscovery Properties Service
% examples/OncDiscoveryDataProducts.mat - Example Usage of OncDiscovery DataProducts Service
% examples/OncDiscoveryDeployments.mat - Example Usage of OncDiscovery Deployments Service
% examples/OncDiscoveryDeviceCategories.mat - Example Usage of OncDiscovery Device Categories Service
% examples/OncDiscoveryDevices.mat - Example Usage of OncDiscovery Devices Service
% examples/OncRealTime.mat - Example Usage of OncRealTime Service
% examples/OncDeliveryDataProducts.mat - Example Usage of OncDelivery Service
% examples/OncArchive.mat - Example Usage of OncArchive Service
% examples/OncDiscoveryLocations.mlx - Example Usage of OncDiscovery Location Service
% examples/OncDiscoveryProperties.mlx - Example Usage of OncDiscovery Properties Service
% examples/OncDiscoveryDataProducts.mlx - Example Usage of OncDiscovery DataProducts Service
% examples/OncDiscoveryDeployments.mlx - Example Usage of OncDiscovery Deployments Service
% examples/OncDiscoveryDeviceCategories.mlx - Example Usage of OncDiscovery Device Categories Service
% examples/OncDiscoveryDevices.mlx - Example Usage of OncDiscovery Devices Service
% examples/OncRealTime.mlx - Example Usage of OncRealTime Service
% examples/OncDeliveryDataProducts.mlx - Example Usage of OncDelivery Service
% examples/OncArchive.mlx - Example Usage of OncArchive Service
%
% Copyright 2024, ONC Data Team

0 comments on commit 01ad33c

Please sign in to comment.