mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
e11ddfc992
This just takes the existing documentation, and generates a nice HTML version we can point users to. The documentation is automatically generated on every commit to `master` and will be deployed here: https://lightning.readthedocs.io/ Signed-off-by: Christian Decker <decker.christian@gmail.com>
25 lines
397 B
ReStructuredText
25 lines
397 B
ReStructuredText
c-lightning Documentation
|
|
=========================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: User Documentation
|
|
|
|
INSTALL.md
|
|
TOR.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Integrator Documentation
|
|
|
|
Writing plugins <PLUGINS.md>
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Developer Documentation
|
|
|
|
HACKING.md
|
|
Coding Style Guideline <STYLE.md>
|
|
MAKING-RELEASES.md
|
|
CHANGELOG.md
|