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
|
.. index:: ! Event, event bus, event system
|
||||||
see: Reactor; Event
|
see: Reactor; Event
|
||||||
|
|
||||||
|
.. _events:
|
||||||
|
|
||||||
=================
|
=================
|
||||||
Salt Event System
|
Salt Event System
|
||||||
=================
|
=================
|
||||||
|
@ -126,7 +126,7 @@ The token may be sent in one of two ways:
|
|||||||
-d password=saltdev \\
|
-d password=saltdev \\
|
||||||
-d eauth=auto
|
-d eauth=auto
|
||||||
|
|
||||||
Copy the ``token`` value from the output and include it in subsequent requests:
|
Copy the ``token`` value from the output and include it in subsequent requests:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -1628,7 +1628,7 @@ class Run(LowDataAdapter):
|
|||||||
|
|
||||||
All SSH client requests are synchronous.
|
All SSH client requests are synchronous.
|
||||||
|
|
||||||
** Example SSH client request:**
|
**Example SSH client request:**
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -1677,6 +1677,7 @@ class Events(object):
|
|||||||
Salt infrastructure.
|
Salt infrastructure.
|
||||||
|
|
||||||
.. seealso:: :ref:`events`
|
.. seealso:: :ref:`events`
|
||||||
|
|
||||||
'''
|
'''
|
||||||
exposed = True
|
exposed = True
|
||||||
|
|
||||||
@ -1916,7 +1917,7 @@ class WebsocketEndpoint(object):
|
|||||||
:status 401: |401|
|
:status 401: |401|
|
||||||
:status 406: |406|
|
:status 406: |406|
|
||||||
|
|
||||||
**Example request:**
|
**Example request:** ::
|
||||||
|
|
||||||
curl -NsSk \\
|
curl -NsSk \\
|
||||||
-H 'X-Auth-Token: ffedf49d' \\
|
-H 'X-Auth-Token: ffedf49d' \\
|
||||||
|
Loading…
Reference in New Issue
Block a user