2017-03-30 16:44:54 +00:00
= Documentation Style Guide
== Style Guides to Follow
. IBM Style Guide (printed)
2017-11-15 15:45:26 +00:00
. This document
Writers will also refer to these:
2017-03-30 16:44:54 +00:00
. link:https://www.ibm.com/developerworks/library/styleguidelines/[IBM DeveloperWorks Editorial Style Guide]
. link:http://brand.redhat.com/elements/[RH Corporate]
2017-11-15 15:45:26 +00:00
2017-03-30 16:44:54 +00:00
== Style Guidelines
2017-11-15 15:17:10 +00:00
* Use title case for headings.
2017-03-30 16:44:54 +00:00
** Unsure of the proper capitalization? See link:http://titlecase.com/[http://titlecase.com/]
2017-11-15 15:17:10 +00:00
* Write clear, short sentences.
* Use definite and indefinite articles like _an_ and _the_.
2017-11-15 15:45:26 +00:00
+
*Incorrect:* Create project. Delete object from editor. +
*Correct:* Create a project. Delete an object from the editor.
+
* Start steps with an active verb, such as *Enter*, *Edit*, and *Click*.
* Start headings with gerunds (verbs that end in -ing), such as *Configuring*, *Creating*, and *Installing*.
* Use *bold* for GUI items. Match the capitalization you see in the GUI.
* End entries in bulleted and numbered lists with periods when the entries are complete sentences.
* Use `$ sudo`, not `#` for superuser terminal commands.
* Don't use contractions.
+
*Incorrect:* Don't use contractions. +
*Correct:* Do not use contractions.
+
* Use `++_italics_++` for emphasis, not `++*bold*++`.
* Spell out integers that are less than 10, such as "four", not "4".
2017-05-30 18:42:11 +00:00
** Always use numerals in ranges, even when either or both of the numbers are less than 10.
* Do not use Latin abbreviations, such as e.g., etc., and i.e.
2017-11-15 15:45:26 +00:00
** Instead, use "and so on" when you list a clear sequence of elements, such as "1, 2, 3, and
so on". Otherwise, rewrite the sentence to replace etc. with something more descriptive,
2018-05-29 08:02:18 +00:00
such as "and other output".
2017-05-30 18:42:11 +00:00
** Instead of i.e. use "that is".
2017-11-15 15:45:26 +00:00
** Instead of e.g. use "for example" or "such as".
* Do not use "&" in place of "and".
* Do not use "and/or". Pick one.
2017-03-30 16:44:54 +00:00
== See Also
2017-11-15 15:45:26 +00:00
* link:http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[AsciiDoc Syntax Quick Reference]
2017-03-30 16:44:54 +00:00
* link:screenshots.adoc[Screenshot Guide]
2017-03-30 20:06:50 +00:00
* link:terms_conventions.adoc[RH-SSO Terms and Conventions]
2017-03-30 16:44:54 +00:00
* link:http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/glossary-of-terms-and-conventions-for-product-documentation-branch-master/lastSuccessfulBuild/artifact/index.html[Red Hat Glossary of Terms and Conventions]
2017-11-15 15:45:26 +00:00
* link:https://mojo.redhat.com/docs/DOC-1136272[Red Hat Style Guide and Writers Checklist]