mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add docs for the saltnado netapi module
This commit is contained in:
parent
808c39e7a5
commit
ca028dae3c
2 changed files with 9 additions and 0 deletions
|
@ -49,7 +49,15 @@ MOCK_MODULES = [
|
|||
'cherrypy.wsgiserver',
|
||||
'cherrypy.wsgiserver.ssl_builtin',
|
||||
|
||||
'tornado',
|
||||
'tornado.concurrent',
|
||||
'tornado.gen',
|
||||
'tornado.httpserver',
|
||||
'tornado.ioloop',
|
||||
'tornado.web',
|
||||
|
||||
'yaml',
|
||||
'zmq',
|
||||
|
||||
# salt libs
|
||||
'salt',
|
||||
|
|
|
@ -8,4 +8,5 @@ Full list of netapi modules
|
|||
:maxdepth: 2
|
||||
|
||||
saltapi.netapi.rest_cherrypy
|
||||
saltapi.netapi.rest_tornado
|
||||
saltapi.netapi.rest_wsgi
|
||||
|
|
Loading…
Add table
Reference in a new issue