Skip to content

Commit

Permalink
docs(readme): format update
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jun 15, 2020
1 parent 42b4579 commit d1ca6b2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Available states
:local:

``datagrip``
^^^^^^^^^^
^^^^^^^^^^^^

*Meta-state (This is a state that includes other states)*.

Expand All @@ -64,28 +64,28 @@ manages Datagrip configuration file and then
configures the development environment.

``datagrip.archive``
^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^

This state will install Datagrip from archive only.

``datagrip.macapp``
^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^

This state will install Datagrip from source only.

``datagrip.config``
^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^

This state will configure npmrc and/or environment and has a dependency on ``datagrip.install``
via include list.

``datagrip.linuxenv``
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^

This state will install some Datagrip linux-alternatives on GNU/Linux.

``datagrip.clean``
^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^

*Meta-state (This is a state that includes other states)*.

Expand All @@ -94,25 +94,25 @@ removes the configuration file and
then uninstalls the package.

``datagrip.config.clean``
^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove the configuration of Datagrip and has a
dependency on ``datagrip.package.clean`` via include list.

``datagrip.archive.clean``
^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove Datagrip package and has a dependency on
``datagrip.config.clean`` via include list.

``datagrip.macapp.clean``
^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove Datagrip package and has a dependency on
``datagrip.config.clean`` via include list.

``datagrip.linuxenv.clean``
^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove Datagrip linux-alternatives on GNU/Linux.

Expand Down

0 comments on commit d1ca6b2

Please sign in to comment.