Skip to content

Commit

Permalink
Documentation effort
Browse files Browse the repository at this point in the history
File cleaning

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
  • Loading branch information
ChristianTremblay committed Apr 1, 2016
1 parent 250aab9 commit 9d3b4e2
Show file tree
Hide file tree
Showing 14 changed files with 176 additions and 571 deletions.
1 change: 1 addition & 0 deletions BAC0/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from .scripts.ReadWriteScript import ReadWriteScript as connect
#from .core.functions.GetIPAddr import HostIP as ip
from .core.devices.Device import Device as device
from .core.devices.Device import DeviceLoad as load
from .tasks.Poll import SimplePoll as poll
from .tasks.Match import Match as match
from .bokeh.BokehRenderer import BokehPlot as chart
Expand Down
285 changes: 0 additions & 285 deletions BAC0/bokeh/BokehRenderer.old.py

This file was deleted.

4 changes: 2 additions & 2 deletions BAC0/bokeh/BokehRenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
# Licensed under LGPLv3, see file LICENSE in this source tree.
"""
This module allows the creation of threads that will be used as repetitive
tasks for simulation purposes
This module deals with Bokeh Session, Document and Plots
A connection to the server is mandatory to use update_data
"""
import random
from bokeh.plotting import Figure
Expand Down
Loading

0 comments on commit 9d3b4e2

Please sign in to comment.