doc: fix rendering of titles in the /ref/states/all/ index page

This commit is contained in:
Jonathan Ballet 2015-09-26 19:42:56 +02:00 committed by Jonathan Ballet
parent 044737ba6e
commit cf38ff1384
6 changed files with 9 additions and 5 deletions

View file

@ -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.

View file

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

View file

@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
'''
======
fx2.py
======
Dell FX2 chassis
================
.. versionadded:: 2015.8.2

View file

@ -2,7 +2,7 @@
'''
Manage Elasticache
==================
replication_group_description
.. versionadded:: 2014.7.0
Create, destroy and update Elasticache clusters. Be aware that this interacts

View file

@ -2,6 +2,7 @@
'''
Management of PostgreSQL tablespace
===================================
The postgres_tablespace module is used to create and manage Postgres
tablespaces.

View file

@ -2,6 +2,7 @@
'''
Control Apache Traffic Server
=============================
.. versionadded:: 2015.8.0
'''