-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue-21: fix typos and add links to documentation
- Loading branch information
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |