Files
operations-guide/doc/source/common/conventions.rst
OpenStack Proposal Bot a3e1dd0672 Updated from openstack-manuals
Change-Id: I6698d2787dedc14e3e3cb430431642a4778662dc
2018-11-24 14:10:21 +00:00

1.3 KiB

Conventions

The OpenStack documentation uses several typesetting conventions.

Notices

Notices take these forms:

Note

A comment with additional information that explains a part of the text.

Important

Something you must be aware of before proceeding.

Tip

An extra but helpful piece of practical advice.

Caution

Helpful information that prevents the user from making mistakes.

Warning

Critical information about the risk of data loss or security issues.

Command prompts

$ command

Any user, including the root user, can run commands that are prefixed with the $ prompt.

# command

The root user must run commands that are prefixed with the # prompt. You can also prefix these commands with the sudo command, if available, to run them.