Fix heading line-lengths

This will clean up some of the warnings found by building the documentation:

```
/root/SaltStack/salt/doc/ref/pillar/all/index.rst:55:<autosummary>:1: WARNING: Unexpected section title or transition.

=================
```
This commit is contained in:
rallytime 2018-09-17 15:55:45 -04:00
parent 3c8ec8a22f
commit c4cbe5b90e
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19
6 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
''' '''
Execute a command and read the output as YAMLEX. The YAMLEX data is then Execute a command and read the output as YAMLEX. The YAMLEX data is then directly overlaid onto the minion's Pillar data
directly overlaid onto the minion's Pillar data
''' '''
# Don't "fix" the above docstring to put it on two lines, as the sphinx # Don't "fix" the above docstring to put it on two lines, as the sphinx

View File

@ -103,7 +103,7 @@ would actually end up in pillar after all merging was complete:
- baz - baz
MakoStack configuration files MakoStack configuration files
------------------------------- -----------------------------
The config files that are referenced in the above ``ext_pillar`` configuration The config files that are referenced in the above ``ext_pillar`` configuration
are mako templates which must render as a simple ordered list of ``yaml`` are mako templates which must render as a simple ordered list of ``yaml``

View File

@ -12,7 +12,7 @@ This module is a concrete implementation of the sql_base ext_pillar for MySQL.
:platform: all :platform: all
Configuring the mysql ext_pillar Configuring the mysql ext_pillar
===================================== ================================
Use the 'mysql' key under ext_pillar for configuration of queries. Use the 'mysql' key under ext_pillar for configuration of queries.
@ -22,7 +22,7 @@ mysql.pass, mysql.port, mysql.host) for database connection info.
Required python modules: MySQLdb Required python modules: MySQLdb
Complete example Complete example
===================================== ================
.. code-block:: yaml .. code-block:: yaml

View File

@ -8,8 +8,8 @@ Retrieve Pillar data by doing a postgres query
:depends: psycopg2 :depends: psycopg2
:platform: all :platform: all
Complete example Complete Example
===================================== ================
.. code-block:: yaml .. code-block:: yaml

View File

@ -10,7 +10,7 @@ It exposes a python ABC that can be subclassed for new database providers.
:platform: all :platform: all
Theory of sql_base ext_pillar Theory of sql_base ext_pillar
===================================== =============================
Ok, here's the theory for how this works... Ok, here's the theory for how this works...
@ -32,7 +32,7 @@ You can retrieve as many fields as you like, how they get used depends on the
exact settings. exact settings.
Configuring a sql_base ext_pillar Configuring a sql_base ext_pillar
===================================== =================================
The sql_base ext_pillar cannot be used directly, but shares query configuration The sql_base ext_pillar cannot be used directly, but shares query configuration
with its implementations. These examples use a fake 'sql_base' adapter, which with its implementations. These examples use a fake 'sql_base' adapter, which

View File

@ -37,8 +37,8 @@ Example configuration
pass: strong_pass_phrase pass: strong_pass_phrase
timeout: 5.0 timeout: 5.0
Complete example Complete Example
================= ================
.. code-block:: yaml .. code-block:: yaml