mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-22 14:31:00 -04:00
Updated documentation
This commit is contained in:
parent
45fc9338a7
commit
e66745c9ef
23 changed files with 56 additions and 59 deletions
|
@ -18,7 +18,7 @@ version = __version__
|
|||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
import RNS
|
||||
release = RNS._version.__version__+" beta"
|
||||
release = RNS._version.__version__
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
extensions = [
|
||||
|
|
|
@ -35,10 +35,9 @@ runs well even on small single-board computers like the Pi Zero.
|
|||
|
||||
Current Status
|
||||
==============
|
||||
**Please know!** Reticulum should currently be considered beta software. All core protocol
|
||||
features are implemented and functioning, but additions will probably occur as
|
||||
real-world use is explored. *There will be bugs*. The API and wire-format can be
|
||||
considered complete and stable at the moment, but could change if absolutely warranted.
|
||||
All core protocol features are implemented and functioning, but additions will probably occur as
|
||||
real-world use is explored. The API and wire-format can be considered complete and stable, but
|
||||
could change if absolutely warranted.
|
||||
|
||||
|
||||
What does Reticulum Offer?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue