Updated Daemon docstring formatting (markdown)

Alex Grin 2018-03-13 16:07:55 -04:00
parent d45ab4d609
commit 6ccd91bf9b

@ -1,6 +1,6 @@
All the docstrings for the jsonrpc commands must adhere to this format so they can be parsed by the scripts which generate the documentation. The script is [here](https://github.com/lbryio/lbry/blob/master/scripts/gen_docs.py) if you want to make changes. All the docstrings for the jsonrpc commands must adhere to this format so they can be parsed by the scripts which generate the documentation. The script is [here](https://github.com/lbryio/lbry/blob/master/scripts/gen_docs.py) if you want to make changes.
There are examples at the bottom if you learn best that way, or if you like copy-pasting. There are [examples](#example-1) at the bottom if you learn best that way, or if you like copy-pasting.
*Please note that the colons(:) are important.* *Please note that the colons(:) are important.*