Skip to content

Commit c97317c

Browse files
committed
docs(readme): fix headings [skip ci]
1 parent fd8f0e5 commit c97317c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. _readme:
2-
31
postgres-formula
42
================
53

@@ -63,7 +61,7 @@ Creates such DB objects as: users, tablespaces, databases, schemas and extension
6361
See ``pillar.example`` file for details.
6462

6563
``postgres.python``
66-
^^^^^^^^^^^^^^^^^^^^^^
64+
^^^^^^^^^^^^^^^^^^^
6765

6866
Installs the PostgreSQL adapter for Python on Linux.
6967

@@ -119,17 +117,17 @@ Removal states
119117
Meta state to remove Postgres software. By default the release installed by formula is targeted only. To target multiple releases, set pillar ``postgres.remove.multiple_releases: True``.
120118

121119
``postgres.server.remove``
122-
^^^^^^^^^^^^^^^^^^^^^^^^
120+
^^^^^^^^^^^^^^^^^^^^^^^^^^
123121

124122
Remove server, lib, and contrib packages. The ``postgres.server.remove`` will retain data by default (no data loss) - set pillar ``postgres.remove.data: True`` to remove data and configuration directories also.
125123

126124
``postgres.client.remove``
127-
^^^^^^^^^^^^^^^^^^^^^^^^
125+
^^^^^^^^^^^^^^^^^^^^^^^^^^
128126

129127
Remove client package.
130128

131129
``postgres.dev.remove``
132-
^^^^^^^^^^^^^^^^^^^^^^
130+
^^^^^^^^^^^^^^^^^^^^^^^
133131

134132
Remove development and python packages.
135133

@@ -150,7 +148,7 @@ Creates the docker instance and runs the ``postgres`` main state, ready for test
150148
Runs the ``inspec`` tests on the actual instance.
151149

152150
``kitchen destroy``
153-
^^^^^^^^^^^^^^^^
151+
^^^^^^^^^^^^^^^^^^^
154152

155153
Removes the docker instance.
156154

0 commit comments

Comments
 (0)