api/messaging: rename ev3messaging module to messaging

This commit is contained in:
David Lechner
2020-02-12 09:55:28 +01:00
committed by Laurens Valk
parent 37a297cf0d
commit f8ccbb7896
5 changed files with 16 additions and 15 deletions

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

+2 -2
View File
@@ -29,7 +29,7 @@ Intro
tools
robotics
media
ev3messaging
messaging
.. toctree::
:maxdepth: 1
@@ -38,5 +38,5 @@ Intro
signaltypes
motors
ev3_mailboxes
mailboxes
.. frames
@@ -1,5 +1,5 @@
EV3 Mailboxes
=============
Mailboxes
=========
TODO: introduction... messages are sent immediately, received messages are held
in mailbox for getting later.
@@ -48,9 +48,9 @@ program is that client program has connect block. Server is always running.
TODO: show equivalent blocks
- :class:`pybricks.ev3messaging.LogicMailbox`
- :class:`pybricks.ev3messaging.NumericMailbox`
- :class:`pybricks.ev3messaging.TextMailbox`
- :class:`pybricks.messaging.LogicMailbox`
- :class:`pybricks.messaging.NumericMailbox`
- :class:`pybricks.messaging.TextMailbox`
.. rubric:: More than two bricks
@@ -1,18 +1,18 @@
:mod:`ev3messaging <pybricks.ev3messaging>` -- EV3 Messaging
============================================================
:mod:`messaging <pybricks.messaging>` -- Messaging
==================================================
.. automodule:: pybricks.ev3messaging
.. automodule:: pybricks.messaging
:no-members:
.. currentmodule:: pybricks.ev3messaging
.. currentmodule:: pybricks.messaging
Introductory text. An example network is shown in :numref:`fig_ev3messaging`.
Introductory text. An example network is shown in :numref:`fig_messaging`.
.. _fig_ev3messaging:
.. _fig_messaging:
.. figure:: images/ev3messaging_label.png
.. figure:: images/messaging_label.png
:width: 90 %
:alt: ev3messaging
:alt: messaging
:align: center
An example network with one server and two clients.
@@ -25,6 +25,7 @@ Connections
.. autoclass:: BluetoothMailboxClient
Mailboxes
---------