[contributor] Change RST inline markup conventions
:program:` ` markup is not widely used at our docs. This convention become an inconsistency. Also, this markup doesn't help translators. Some discussion on docs mailing list: http://lists.openstack.org/pipermail/openstack-docs/2015-November/007892.html Change-Id: I7efd24efc626ebfc5d73a2f23a1ee5e7ddfc00a4
This commit is contained in:
@@ -30,11 +30,11 @@ Application
|
||||
A software application within a line of text.
|
||||
|
||||
+------------------------+---------------------------------------------------+
|
||||
| **Markup** | ``:program:`` |
|
||||
| **Markup** | `````` (double backticks) |
|
||||
+------------------------+---------------------------------------------------+
|
||||
| **Syntax** | ``:program:`RabbitMQ``` |
|
||||
| **Syntax** | ````RabbitMQ```` |
|
||||
+------------------------+---------------------------------------------------+
|
||||
| **Example of output** | Configure :program:`RabbitMQ`. |
|
||||
| **Example of output** | Configure ``RabbitMQ``. |
|
||||
+------------------------+---------------------------------------------------+
|
||||
|
||||
Code
|
||||
|
Reference in New Issue
Block a user