Add detailed doc for starting/stopping/waiting for servers via api

and complete implementation in examples/server-api
This commit is contained in:
Min RK
2021-08-03 21:55:45 +02:00
parent 71e9767307
commit b1b6a9e76c
6 changed files with 601 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ extensions = [
'myst_parser',
]
myst_enable_extensions = [
'deflist',
]
# The master toctree document.
master_doc = 'index'