Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Karl5766 committed Oct 2, 2024
1 parent 30f840d commit df31e02
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/GettingStarted/setting_up_the_script.rst
Original file line number Diff line number Diff line change
@@ -191,7 +191,8 @@ stderr, since those capture Dask's distributed print function's text output.
TMP_PATH = "C:/ProgrammingTools/ComputerVision/RobartsResearch/data/lightsheet/tmp"
with qsetup.PLComponents(TMP_PATH, 'CacheDirectoryThreading',
client_args=dict(threads_per_worker=12, n_workers=1)) as plc:
client_args=dict(threads_per_worker=12, n_workers=1),
viewer_args=dict(use_viewer=True)) as plc:
# DO DASK COMPUTATION, AND SHOW RESULTS IN plc.viewer
plc.viewer.show(block=True)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
project = 'cvpl_tools'
copyright = '2024, KarlHanUW'
author = 'KarlHanUW'
release = '0.6.3'
release = '0.6.4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cvpl-tools"
version = "0.6.3"
version = "0.6.4"
description = "A Python package for utilities and classes related to the file I/O, dataset record keeping and visualization for image processing and computer vision."
authors = ["Karl5766 <[email protected]>"]
license = "MIT"

0 comments on commit df31e02

Please sign in to comment.