Skip to content

Commit 4b5d908

Browse files
committed
Get rid of some problematic documentation and make extensions even more prominent on the landing page.
1 parent e218256 commit 4b5d908

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

docs/source/index.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Welcome to the ezmsg documentation!
88

99
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.
1010

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+
1113
|ezmsg_logo_small| What is ezmsg?
1214
**********************************
1315

@@ -17,7 +19,7 @@ ezmsg is a **highly performant messaging and multiprocessing framework** designe
1719

1820
.. todo:: Add diagram of architecture
1921

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.
2123

2224
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.
2325

@@ -43,16 +45,7 @@ Then in your Python script or Jupyter notebook, you can import ezmsg like so:
4345
4446
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>`.
4547

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`.
5649

5750
|ezmsg_logo_small| Documentation Overview
5851
*******************************************

0 commit comments

Comments
 (0)