Fix up documentation even more

This commit is contained in:
Aaron Heise
2023-02-27 21:10:28 -06:00
parent 661964277f
commit 118acf77b8
3 changed files with 56 additions and 18 deletions
+12
View File
@@ -92,6 +92,18 @@ The *Request* example explores sendig requests and receiving responses.
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Request.py>`_.
.. _example-channel:
Channel
====
The *Channel* example explores using a ``Channel`` to send structured
data between peers of a ``Link``.
.. literalinclude:: ../../Examples/Channel.py
This example can also be found at `<https://github.com/markqvist/Reticulum/blob/master/Examples/Channel.py>`_.
.. _example-filetransfer:
Filetransfer
+1 -1
View File
@@ -132,7 +132,7 @@ This chapter lists and explains all classes exposed by the Reticulum Network Sta
Channel
------
.. autoclass:: RNS.Channel.Channel(outlet)
.. autoclass:: RNS.Channel.Channel()
:members:
.. _api-messsagebase: