Language Guidelines: Difference between revisions
Jump to navigation
Jump to search
(Added link to the MS guidelines if found.) |
(Condensed the sections and gave links to the MS guide) |
||
Line 1: | Line 1: | ||
[[Category:Writing Guidelines]] | [[Category:Writing Guidelines]] | ||
This page is part of the [[QtWritingGuidelines | Qt Writing Guidelines]]. | |||
We use the [https://learn.microsoft.com/en-us/style-guide/welcome/ Microsoft Writing Style Guide] in the Qt documentation. Essentially, use clear and direct language in '''American English'''. We write to a diverse audience and we need to communicate Qt topics in an approachable and understandable manner. | |||
Here are some clarifications for Qt documentation: | |||
Use | # Use '''active voice''', not passive. Passive does not make a sentence formal, but unnecessarily weakens the sentence. See [https://learn.microsoft.com/en-us/style-guide/grammar/verbs Verbs] | ||
# Use the pronoun '''you''' in to address the reader when appropriate. See [https://learn.microsoft.com/en-us/style-guide/grammar/nouns-pronouns Nouns and Pronouns]. | |||
# Use '''because''' instead of "since" or "as". See [https://learn.microsoft.com/en-us/style-guide/word-choice/use-simple-words-concise-sentences Use simple words, concise sentences]. | |||
# Use a serial comma, also known as the '''Oxford comma'''. See [https://learn.microsoft.com/en-us/style-guide/punctuation/commas Commas] | |||
# Use US spelling and avoid latin abbreviations. See [https://learn.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words Use US spelling and avoid non-English words]. Here is a summary : | |||
{| class="wikitable" | |||
|+ | |||
!Use | |||
!Instead of | |||
! | |||
! | |||
|- | |||
|for example | |||
|e.g. | |||
| | |||
| | |||
|- | |||
|that is | |||
|i.e. | |||
| | |||
| | |||
|- | |||
|namely | |||
|viz. | |||
e.g. | | | ||
| | |||
|- | |||
|therefore | |||
|ergo | |||
| | |||
|} | |||
Latest revision as of 12:04, 10 October 2024
This page is part of the Qt Writing Guidelines.
We use the Microsoft Writing Style Guide in the Qt documentation. Essentially, use clear and direct language in American English. We write to a diverse audience and we need to communicate Qt topics in an approachable and understandable manner.
Here are some clarifications for Qt documentation:
- Use active voice, not passive. Passive does not make a sentence formal, but unnecessarily weakens the sentence. See Verbs
- Use the pronoun you in to address the reader when appropriate. See Nouns and Pronouns.
- Use because instead of "since" or "as". See Use simple words, concise sentences.
- Use a serial comma, also known as the Oxford comma. See Commas
- Use US spelling and avoid latin abbreviations. See Use US spelling and avoid non-English words. Here is a summary :
Use | Instead of | ||
---|---|---|---|
for example | e.g. | ||
that is | i.e. | ||
namely | viz. | ||
therefore | ergo |