Skip to content

Commit 861a31e

Browse files
committed
Add more extensions
1 parent 1f1e05f commit 861a31e

2 files changed

Lines changed: 28 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@
4242
"ezmsg": ("https://www.ezmsg.org/ezmsg/", None),
4343
"ezmsg.sigproc": ("https://www.ezmsg.org/ezmsg-sigproc/", None),
4444
"ezmsg.learn": ("https://www.ezmsg.org/ezmsg-learn/", None),
45+
"ezmsg.blackrock": ("https://www.ezmsg.org/ezmsg-blackrock/", None),
46+
"ezmsg.event": ("https://www.ezmsg.org/ezmsg-event/", None),
4547
"ezmsg.lsl": ("https://www.ezmsg.org/ezmsg-lsl/", None),
48+
"ezmsg.tools": ("https://www.ezmsg.org/ezmsg-tools/", None),
49+
"ezmsg.xdf": ("https://www.ezmsg.org/ezmsg-xdf/", None),
50+
"ezmsg.zmq": ("https://www.ezmsg.org/ezmsg-zmq/", None),
4651
}
4752
intersphinx_disabled_domains = ["std"]
4853

docs/source/extensions/content-extensions.rst

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,29 @@ Extensions can be managed manually as well. Here are some of the extensions we m
3737

3838
For detailed API documentation, visit the individual package documentation sites:
3939

40-
* `ezmsg-sigproc API Documentation <https://www.ezmsg.org/ezmsg-sigproc/>`_ - Signal processing modules
41-
* `ezmsg-learn API Documentation <https://www.ezmsg.org/ezmsg-learn/>`_ - Machine learning modules
42-
* `ezmsg-lsl API Documentation <https://www.ezmsg.org/ezmsg-lsl/>`_ - Lab Streaming Layer integration
40+
Core Extensions
41+
===============
42+
43+
* `ezmsg-sigproc <https://www.ezmsg.org/ezmsg-sigproc/>`_ - Timeseries signal processing modules
44+
* `ezmsg-learn <https://www.ezmsg.org/ezmsg-learn/>`_ - Machine learning modules for streaming signal processing
45+
46+
Data Acquisition & Streaming
47+
=============================
48+
49+
* `ezmsg-blackrock <https://www.ezmsg.org/ezmsg-blackrock/>`_ - Interface for Blackrock Cerebus ecosystem (incl. Neuroport)
50+
* `ezmsg-lsl <https://www.ezmsg.org/ezmsg-lsl/>`_ - Lab Streaming Layer integration
51+
52+
Data Formats & Events
53+
======================
54+
55+
* `ezmsg-event <https://www.ezmsg.org/ezmsg-event/>`_ - Signal events like neural spikes and heartbeats
56+
* `ezmsg-xdf <https://www.ezmsg.org/ezmsg-xdf/>`_ - XDF (Extensible Data Format) file support
57+
58+
Communication & Visualization
59+
==============================
60+
61+
* `ezmsg-zmq <https://www.ezmsg.org/ezmsg-zmq/>`_ - ZeroMQ pub/sub units for distributed messaging
62+
* `ezmsg-tools <https://www.ezmsg.org/ezmsg-tools/>`_ - Tools to visualize running graphs and data
4363

4464
.. note::
4565
Additional extensions are being documented and their API references will be added here as they become available.

0 commit comments

Comments
 (0)