diff -r 1ac1457af83f -r c6b655d9b855 doc/introduction.rst --- a/doc/introduction.rst Fri May 18 00:04:54 2018 +0200 +++ b/doc/introduction.rst Fri May 18 00:05:28 2018 +0200 @@ -1,22 +1,5 @@ .. -*- coding: utf-8 -*- -============== - Introduction -============== - -pygpibtoolkit_ is a Python_ toolkit for talking with GPIB devices. It -consist in a set of python modules (low-level and some more -high-level) in order to ease writing python code to play with GPIB -devices. - -There are also some utility commands and GUI tools written using this -library (and PyQt4 for GUI parts). - -The aim of the project is to have an infrastructure that make it easy -to write code to command/interact with GPIB-controlled devices, and, -as a corrolary, make it easy to write "description" code for specific -test equipments. - Features ======== @@ -47,10 +30,6 @@ Tools ======= -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.