Files
openstack-manuals/doc/common-rst/conventions.rst
venkatamahesh 96de9e6ac1 Add 'tip' in conventions.rst
Change-Id: I5b29efcddef9282788323526fe6f79eaf8d1c90b
2015-12-11 19:35:52 +05:30

38 lines
780 B
ReStructuredText

===========
Conventions
===========
The OpenStack documentation uses several typesetting conventions.
Notices
~~~~~~~
Notices take these forms:
.. note:: A handy tip or reminder.
.. important:: Something you must be aware of before proceeding.
.. tip:: An extra but helpful piece of practical advice.
.. warning:: Critical information about the risk of data loss or security
issues.
Command prompts
~~~~~~~~~~~~~~~
.. code-block:: console
$ command
Any user, including the ``root`` user, can run commands that are
prefixed with the ``$`` prompt.
.. code-block:: console
# command
The ``root`` user must run commands that are prefixed with the ``#``
prompt. You can also prefix these commands with the :command:`sudo`
command, if available, to run them.