diff -r a81d0fd26332 -r 2645ef311424 doc/introduction.rst --- a/doc/introduction.rst Fri Aug 22 07:06:41 2008 +0200 +++ b/doc/introduction.rst Fri Aug 22 08:59:03 2008 +0200 @@ -1,7 +1,7 @@ .. -*- coding: utf-8 -*- ============== - Presentation + Introduction ============== pygpibtoolkit_ is a Python_ toolkit for talking with GPIB devices. It @@ -47,8 +47,9 @@ Tools ======= -Every tool presented in this section can display a *help* message -using the ``-h`` or ``--help`` option. +Every tool presented in this section can be found in the `bin` +directory, and can display a *help* message using the ``-h`` or +``--help`` option. For the sake of testing these tools, some example files are proposed in the `example` directory. @@ -111,9 +112,11 @@ Simple GPIB device detector. The computer GPIB device is configured so it is the Controller In Charge on the GPIB bus. It takes a while -(several seconds) to run the retection procedure. When complete, it -will simply display the list of devices found on the bus, with a -decription of the device (if available). +(several seconds) to run the retection procedure. + +Once complete, it will simply display the list of devices found on the +bus, with a decription of the device (if available, ie. if it replies +to the IDN? command, which is not the case of older devices). dump_datablock --------------