diff -r 486a480d196b -r 1c0d92f95115 doc/developer_manual.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/developer_manual.rst Tue Aug 19 22:21:44 2008 +0200 @@ -0,0 +1,15 @@ +.. -*- coding: utf-8 -*- + +============= + Description +============= + +The code is organized as follow: + +``pygpibtoolkit`` is the main python package directory, holding +generic GPIB stuffs. A GPIB controller is a class responsible for +managing the communication with the GPIB device plugged in the +computer. For now, the only GPIB controller is the Prologix one, +defined in the ``pygpibtoolkit.prologix`` module. + +