Skip to content

Commit d6f214a

Browse files
committed
Grammar fix, added RabbitMQ to scenarios/client
1 parent 5cf74be commit d6f214a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/scenarios/admin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The following command lists all available minions running CentOS using the grain
104104
105105
Salt also provides a state system. States can be used to configure the minion hosts.
106106

107-
For example, when a minion host is ordered to read the following state file, will install
107+
For example, when a minion host is ordered to read the following state file, it will install
108108
and start the Apache server:
109109

110110
.. code-block:: yaml

docs/scenarios/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Command Line Applications
66
Clint
77
-----
88

9-
.. todo:: Write about Clint
9+
.. todo:: Write about Clint

docs/scenarios/client.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ messaging library aimed at use in scalable distributed or concurrent
4141
applications. It provides a message queue, but unlike message-oriented
4242
middleware, a ØMQ system can run without a dedicated message broker. The
4343
library is designed to have a familiar socket-style API.
44+
45+
RabbitMQ
46+
--------
47+
48+
.. todo:: Write about RabbitMQ
49+

docs/scenarios/db.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Django ORM
3030
The Django ORM is the interface used by `Django <http://www.djangoproject.com>`_
3131
to provide database access.
3232

33-
It's based on the idea of models, an abstraction that makes it easier to
33+
It's based on the idea of `models <https://docs.djangoproject.com/en/1.3/#the-model-layer>`_, an abstraction that makes it easier to
3434
manipulate data in Python.
3535

36-
Documentation can be found `here <https://docs.djangoproject.com/en/1.3/#the-model-layer>`_

0 commit comments

Comments
 (0)