Commit 79ad78c7 authored by Milosz Malczak's avatar Milosz Malczak

docs: fixed paths for python modules

parent c6a8f41c
......@@ -16,13 +16,13 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
soft_dir = '/home/milosz/Projects/distributed_oscilloscope/software/'
soft_dir = '/home/milosz/Projects/distributed_oscilloscope/software/DistributedOscilloscope/'
import os
import sys
sys.path.append(os.path.abspath(soft_dir + 'pyqt_app'))
sys.path.append(os.path.abspath(soft_dir + 'applications/pyqt_app'))
sys.path.append(os.path.abspath(soft_dir + 'server'))
sys.path.append(os.path.abspath(soft_dir + 'fec'))
sys.path.append(os.path.abspath(soft_dir + 'nodes/adc_lib_node'))
sys.path.append(os.path.abspath(soft_dir))
print(sys.path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment