Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pydeephaven-ticking package name and link #5013

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions py/client/docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ Execute a script server side
Subscribe to a ticking table
############################

The `pydeephaven_ticking` package can be used to subscribe to ticking tables. This is useful for getting asynchronous callbacks when
The `pydeephaven-ticking` package can be used to subscribe to ticking tables. This is useful for getting asynchronous callbacks when
they change. The package maintains a complete local copy of the table and notifies callers when the table changes.

Note that `pydeephaven_ticking` must be built before running this example; find build instructions <ahref='https://github.com/deephaven/deephaven-core/tree/main/py/client-ticking#readme'>here</a>
Note that `pydeephaven-ticking` must be built before running this example. Build instructions are available <a href='https://github.com/deephaven/deephaven-core/tree/main/py/client-ticking#readme'>here</a>.

The listener can be specified either as a python function or as an implementation of the TableListener abstract base class. In the
case of implementing
Expand Down
Loading