mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc: fix rendering of titles in the /ref/states/all/ index page
This commit is contained in:
parent
044737ba6e
commit
cf38ff1384
6 changed files with 9 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
'''
|
||||
Saltify Module
|
||||
==============
|
||||
|
||||
The Saltify module is designed to install Salt on a remote machine, virtual or
|
||||
bare metal, using SSH. This module is useful for provisioning machines which
|
||||
are already installed, but not Salted.
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Provides access to randomness generators.
|
||||
=========================================
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
Provides access to randomness generators.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
# Import python libs
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
======
|
||||
fx2.py
|
||||
======
|
||||
Dell FX2 chassis
|
||||
================
|
||||
|
||||
.. versionadded:: 2015.8.2
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Manage Elasticache
|
||||
==================
|
||||
replication_group_description
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
Create, destroy and update Elasticache clusters. Be aware that this interacts
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
'''
|
||||
Management of PostgreSQL tablespace
|
||||
===================================
|
||||
|
||||
The postgres_tablespace module is used to create and manage Postgres
|
||||
tablespaces.
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
'''
|
||||
Control Apache Traffic Server
|
||||
=============================
|
||||
|
||||
.. versionadded:: 2015.8.0
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue