Skip to content
Snippets Groups Projects
Commit cffbd3c5 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

Merge branch 'develop'

parents 23878231 4d77c9ec
No related branches found
No related tags found
No related merge requests found
Showing
with 283 additions and 4 deletions
......@@ -19,6 +19,11 @@ charset = utf-8
indent_style = space
indent_size = 4
# 4 space indentation
[*.bas,*.inc]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
......
PIPFLAGS = -r requirements.txt --extra-index-url https://las-nq-serv.physnet.uni-hamburg.de/pypiserver
PIPFLAGS = -r requirements.txt
all: requirements test doc package
......
......@@ -28,5 +28,5 @@ do
inotifywait -e modify src/adbasic/*
echo $vb
VBoxManage guestcontrol Win7 --username Chris --password 'z' run --exe "$vbox_compiler"
rsync -u src/adbasic/nqontrol.TC1 src/nqontrol/
# rsync -u src/adbasic/nqontrol.TC1 src/nqontrol/
done
......@@ -58,7 +58,7 @@ $(AUTODOCDIR): $(MODULEDIR)
# $(AUTODOCBUILD) -f -o $@ $^
doc-requirements: $(AUTODOCDIR)
jupyter nbconvert documentation.ipynb --to rst
@cd jupyter; sh jupyter2markdown.sh; cd ..
html: doc-requirements
......
......@@ -40,7 +40,7 @@ After starting the server you will see something like this, depending on how you
![GUI](_static/entry.png)
The GUI will dynamically create as many components as you need. E.g. if you changed the `NUMBER_OF_SERVOS` variable in the `servo.py` module it will provide input sections accordingly.
The GUI will dynamically create as many components as you need. E.g. if you changed the `settings.NUMBER_OF_SERVOS` variable it will provide input sections accordingly.
If you are running the GUI with multiple devices (which might be implemented in the future), the GUIs are just displayed one after the other. So each GUI comes with its own sections etc...
......
File moved
#!/usr/bin/env bash
jupyter nbconvert *.ipynb --to rst --output-dir=..
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment