Updated documentation

This commit is contained in:
Mark Qvist 2025-07-14 16:07:07 +02:00
parent 45fc9338a7
commit e66745c9ef
23 changed files with 56 additions and 59 deletions

View file

@ -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 = [

View file

@ -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?