Alexandra Settle 85107272be [contrib-guide] Updating url to doc-contrib-guide
Based off conversation at the PTG, we agreed it would be
beneficial to ensure the contrib-guide is clearly marked
as the doc contrib guide outside of the title.

This change includes a redirect.

Change-Id: I5abf915f0b94a482afa961e6b86364c26aae5d79
2017-09-22 14:57:47 +00:00

45 lines
1.4 KiB
ReStructuredText

===========
Punctuation
===========
Use standard U.S. English rules of punctuation. The table includes some
general recommendations on the punctuation marks usage based on common
mistakes made by contributors.
.. list-table::
:header-rows: 1
:widths: 10 25 15
* - Punctuation mark
- How to use
- Example
* - Serial (Oxford) comma
- Use comma before the *and* and *or* conjunctions that connect items
in series of three or more.
- You can create, update, and delete roles.
* - Semicolon
- Avoid using semicolons in sentences. Use periods or a commas instead.
Use semicolons only to separate series of words separated by commas.
- Large, medium, or small; soft or hard; black, gray, or white.
* - Colon
- Use colons to introduce lists and code examples or tables where
needed. Do not use colons in headings if this is not explicitly
required. Typically, use lowercase letters after colons
in running text.
- The configuration values are:
* ``certfile``
* ...
* - Quotation marks
- Generally, avoid using quotation marks, use the corresponding markup
instead.
Though, if the quotation marks are required, place commas and periods
inside closing quotation marks.
This applies to both words-as-words and sentence fragments.
- The screen displays, "Hello, world."