Skip to content

Commit

Permalink
Merge pull request #149 from Galvant/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
CatherineH committed Sep 10, 2016
2 parents f1865dd + 19919d8 commit 945b1dc
Show file tree
Hide file tree
Showing 4 changed files with 1,077 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/source/apiref/ondax.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
..
TODO: put documentation license header here.
.. currentmodule:: instruments.ondax

=====
Ondax
=====

:class:`LM` Ondax SureLock Laser Module
=======================================

.. autoclass:: LM
:members:
:undoc-members:

7 changes: 7 additions & 0 deletions instruments/ondax/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Module containing Ondax Instruments
"""
from __future__ import absolute_import
from .lm import LM

0 comments on commit 945b1dc

Please sign in to comment.