MicroSpec Documentation
=======================

Overview
--------

``microspec`` is Chromation's Spectrometer dev-kit interface. It contains:

- Python package :py:mod:`microspeclib <microspeclib.simple>`
    a collection of dev-kit interface functions

- command line utility :py:mod:`microspec-cmdline <bin.microspec_cmdline>`
    run basic measurements without developing a Python application

How the documentation is organized
----------------------------------

At the moment, this documentation is mostly *reference*. Tutorials and How-To
Guides are coming soon.

Detailed table of contents
--------------------------

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   getting-started
   how-to-read-this-documentation
   writing-applications
   Dev-kit API <microspeclib.simple>
   dev-kit-API-guide
   how-to-handle-timeouts
   under-the-hood
   microspec-dev

   modules

   bin

   cfg

   tests

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

