File: implementation.rst

package info (click to toggle)
odc 1.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,060 kB
  • sloc: cpp: 22,074; f90: 3,707; sh: 999; ansic: 471; python: 382; makefile: 39
file content (14 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. index:: Implementation

Implementation
==============

The API design has significant consistency in concepts for all of the supported languages. This section gives an overview of how the **odc** library should be used.

.. toctree::
   :maxdepth: 1

   implementation/first-steps
   implementation/decoding-data
   implementation/encoding-data
   implementation/api-design