This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-08-21/docs/index.rst
Dmitri Bogomolov 0a493eef82
Started formatting the Protocol Specification:
in index.rst README.md is splitted in two parts - References now in the
bottom of the page; protocol.rst is the separate file, referenced on top.

Closes: #1033
2022-07-20 17:24:30 +03:00

30 lines
389 B
ReStructuredText

.. mdinclude:: ../README.md
:end-line: 20
Protocol documentation
----------------------
.. toctree::
:maxdepth: 2
protocol
encryption
pow
Code documentation
------------------
.. toctree::
:maxdepth: 3
autodoc/pybitmessage
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. mdinclude:: ../README.md
:start-line: 21