File: implementation.rst

package info (click to toggle)
odc 1.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,140 kB
  • sloc: cpp: 21,984; f90: 3,707; sh: 966; ansic: 477; python: 389; makefile: 33
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