Skip to content

Commit 105a038

Browse files
Documentation improvements.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 5025f1f commit 105a038

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
============================================================
3+
python_ics
4+
============================================================
5+
6+
Intrepid Control Systems, Inc. open source Python module for interfacing to Intrepid hardware. Basic knowledge of using and installing Python modules is assumed. Please see https://docs.python.org/3/installing/index.html for documentation on how to install Python modules.
7+
18
============================================================
29
Versioning Information
310
============================================================

include/methods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ PyObject* meth_enable_network_com(PyObject* self, PyObject* args); //icsneoEnabl
10871087
#define _DOC_OVERRIDE_LIBRARY_NAME \
10881088
MODULE_NAME ".override_library_name(new_name)\n" \
10891089
"\n" \
1090-
"Sets active vnet channel for the device.\n" \
1090+
"Overrides the default search for loading the icsneo40 library\n" \
10911091
"\n" \
10921092
"Args:\n" \
10931093
"\tname: Absolute path or relative path including filename.\n\n" \

0 commit comments

Comments
 (0)