docstr tweakz

fspd_cluster
Tyler Goodlet 2021-12-07 15:10:37 -05:00
parent 835ad7794c
commit 5b368992f6
2 changed files with 6 additions and 4 deletions

View File

@ -170,10 +170,11 @@ def _main(
piker_loglevel: str,
tractor_kwargs,
) -> None:
"""Sync entry point to start a chart app.
'''
Sync entry point to start a chart: a ``tractor`` + Qt runtime
entry point
"""
# ``tractor`` + Qt runtime entry point
'''
run_qtractor(
func=_async_main,
args=(sym, brokernames, piker_loglevel),

View File

@ -1014,7 +1014,8 @@ async def display_symbol_data(
order_mode_started: trio.Event,
) -> None:
'''Spawn a real-time updated chart for ``symbol``.
'''
Spawn a real-time updated chart for ``symbol``.
Spawned ``LinkedSplits`` chart widgets can remain up but hidden so
that multiple symbols can be viewed and switched between extremely