You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Welcome to the ezmsg documentation!
8
8
9
9
ezmsg is a **highly performant messaging and multiprocessing framework** designed for building modular, high-performance signal processing pipelines. It is built in pure Python with no dependencies, making it easy to install and use.
10
10
11
+
ezmsg has a rich ecosystem of extensions for signal processing, machine learning, data acquisition, and more. Check out the :doc:`Extensions <extensions/content-extensions>` section for a complete list.
12
+
11
13
|ezmsg_logo_small| What is ezmsg?
12
14
**********************************
13
15
@@ -17,7 +19,7 @@ ezmsg is a **highly performant messaging and multiprocessing framework** designe
17
19
18
20
.. todo:: Add diagram of architecture
19
21
20
-
ezmsg implements much of the LabGraph API (with a few notable differences), and owes a lot of its design to the LabGraph developers/project. Afterall, imitation is the sincerest form of flattery.
22
+
ezmsg implements much of the LabGraph API (with a few notable differences), and owes a lot of its design to the LabGraph developers/project. After all, imitation is the sincerest form of flattery.
21
23
22
24
The ezmsg library eases the creation of modular systems whose elements can be switched out easily. Consider the use case of building a processing pipeline where you will be experimenting with adding and removing steps until you find an optimal workflow. ezmsg allows you to easily separate each step into a discrete entity and piece together a workflow from those entities. Check out the helpful :doc:`tutorial series <tutorials/content-tutorials>` to see how this works.
23
25
@@ -43,16 +45,7 @@ Then in your Python script or Jupyter notebook, you can import ezmsg like so:
43
45
44
46
If you would like to develop with ezmsg or contribute to the project, you can follow the steps outlined in the :doc:`Developer Guide <developer/content-developer>`.
45
47
46
-
If you would like to build the documentation locally, please refer to the instructions found in :ref:`documentation_building`.
47
-
48
-
A substantial list of extensions exist for ezmsg. One can install extensions as follows:
49
-
50
-
.. code-block:: bash
51
-
52
-
pip install ezmsg[extension_name]
53
-
54
-
55
-
See :doc:`Extensions <extensions/content-extensions>` for more information.
48
+
If you would like to build the documentation locally, please refer to the instructions found in :ref:`documentation_building`.
0 commit comments