mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix rendering issues for Cherrypy netapi documentation.
This commit is contained in:
parent
6922da46dc
commit
f2b41d04d7
@ -1,8 +1,8 @@
|
||||
.. _events:
|
||||
|
||||
.. index:: ! Event, event bus, event system
|
||||
see: Reactor; Event
|
||||
|
||||
.. _events:
|
||||
|
||||
=================
|
||||
Salt Event System
|
||||
=================
|
||||
|
@ -1677,6 +1677,7 @@ class Events(object):
|
||||
Salt infrastructure.
|
||||
|
||||
.. seealso:: :ref:`events`
|
||||
|
||||
'''
|
||||
exposed = True
|
||||
|
||||
@ -1916,7 +1917,7 @@ class WebsocketEndpoint(object):
|
||||
:status 401: |401|
|
||||
:status 406: |406|
|
||||
|
||||
**Example request:**
|
||||
**Example request:** ::
|
||||
|
||||
curl -NsSk \\
|
||||
-H 'X-Auth-Token: ffedf49d' \\
|
||||
|
Loading…
Reference in New Issue
Block a user