mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 13:50:14 +00:00
Fixed EPUB output
This commit is contained in:
parent
da7a4433c0
commit
1b2fee3ab8
Binary file not shown.
Binary file not shown.
@ -1,15 +1,16 @@
|
|||||||
******************************
|
******************************
|
||||||
Reticulum Network Stack Manual
|
Reticulum Network Stack Manual
|
||||||
******************************
|
******************************
|
||||||
|
|
||||||
This manual aims to provide you with all the information you need to
|
This manual aims to provide you with all the information you need to
|
||||||
understand Reticulum, build networks or develop programs using it, or
|
understand Reticulum, build networks or develop programs using it, or
|
||||||
to participate in the development of Reticulum itself.
|
to participate in the development of Reticulum itself.
|
||||||
|
|
||||||
.. only:: html
|
.. only:: builder_html
|
||||||
|
|
||||||
This manual is also available in `PDF <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.pdf>`_ and `EPUB <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.epub>`_ formats.
|
This manual is also available in `PDF <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.pdf>`_ and `EPUB <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.epub>`_ formats.
|
||||||
|
|
||||||
.. only:: html
|
.. only:: builder_html
|
||||||
|
|
||||||
Table Of Contents
|
Table Of Contents
|
||||||
=================
|
=================
|
||||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -13,6 +13,9 @@ project = 'Reticulum Network Stack'
|
|||||||
copyright = '2023, Mark Qvist'
|
copyright = '2023, Mark Qvist'
|
||||||
author = 'Mark Qvist'
|
author = 'Mark Qvist'
|
||||||
|
|
||||||
|
exec(open("../../RNS/_version.py", "r").read())
|
||||||
|
version = __version__
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
import RNS
|
import RNS
|
||||||
release = RNS._version.__version__+" beta"
|
release = RNS._version.__version__+" beta"
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
******************************
|
******************************
|
||||||
Reticulum Network Stack Manual
|
Reticulum Network Stack Manual
|
||||||
******************************
|
******************************
|
||||||
|
|
||||||
This manual aims to provide you with all the information you need to
|
This manual aims to provide you with all the information you need to
|
||||||
understand Reticulum, build networks or develop programs using it, or
|
understand Reticulum, build networks or develop programs using it, or
|
||||||
to participate in the development of Reticulum itself.
|
to participate in the development of Reticulum itself.
|
||||||
|
|
||||||
.. only:: html
|
.. only:: builder_html
|
||||||
|
|
||||||
This manual is also available in `PDF <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.pdf>`_ and `EPUB <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.epub>`_ formats.
|
This manual is also available in `PDF <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.pdf>`_ and `EPUB <https://github.com/markqvist/Reticulum/releases/latest/download/Reticulum.Manual.epub>`_ formats.
|
||||||
|
|
||||||
.. only:: html
|
.. only:: builder_html
|
||||||
|
|
||||||
Table Of Contents
|
Table Of Contents
|
||||||
=================
|
=================
|
||||||
|
Loading…
Reference in New Issue
Block a user