Add docs for the saltnado netapi module

This commit is contained in:
Seth House 2014-04-14 22:52:19 -06:00
parent 808c39e7a5
commit ca028dae3c
2 changed files with 9 additions and 0 deletions

View file

@ -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',

View file

@ -8,4 +8,5 @@ Full list of netapi modules
:maxdepth: 2
saltapi.netapi.rest_cherrypy
saltapi.netapi.rest_tornado
saltapi.netapi.rest_wsgi