mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Added wheel module documentation
This commit is contained in:
parent
747c6ff6a8
commit
95d44b000f
@ -46,6 +46,7 @@ Full Table of Contents
|
||||
ref/tops/all/index
|
||||
ref/runners/index
|
||||
ref/runners/all/index
|
||||
ref/wheel/all/index
|
||||
ref/peer
|
||||
ref/clientacl
|
||||
ref/syndic
|
||||
|
15
doc/ref/wheel/all/index.rst
Normal file
15
doc/ref/wheel/all/index.rst
Normal file
@ -0,0 +1,15 @@
|
||||
.. _all-salt.wheel:
|
||||
|
||||
==================================
|
||||
Full list of builtin wheel modules
|
||||
==================================
|
||||
|
||||
.. currentmodule:: salt.wheel
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:template: autosummary.rst.tmpl
|
||||
|
||||
config
|
||||
file_roots
|
||||
key
|
6
doc/ref/wheel/all/salt.wheel.config.rst
Normal file
6
doc/ref/wheel/all/salt.wheel.config.rst
Normal file
@ -0,0 +1,6 @@
|
||||
=================
|
||||
salt.wheel.config
|
||||
=================
|
||||
|
||||
.. automodule:: salt.wheel.config
|
||||
:members:
|
6
doc/ref/wheel/all/salt.wheel.file_roots.rst
Normal file
6
doc/ref/wheel/all/salt.wheel.file_roots.rst
Normal file
@ -0,0 +1,6 @@
|
||||
=====================
|
||||
salt.wheel.file_roots
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.wheel.file_roots
|
||||
:members:
|
6
doc/ref/wheel/all/salt.wheel.key.rst
Normal file
6
doc/ref/wheel/all/salt.wheel.key.rst
Normal file
@ -0,0 +1,6 @@
|
||||
==============
|
||||
salt.wheel.key
|
||||
==============
|
||||
|
||||
.. automodule:: salt.wheel.key
|
||||
:members:
|
Loading…
Reference in New Issue
Block a user