@@ -80,7 +80,7 @@ documentation is as follows:
80
80
- Features: A breakdown of each integral part of the product, their
81
81
functionality and purpose
82
82
- Benefits: How the features give users an edge over other similar
83
- products. In other words, what’ s in it for the user.
83
+ products. In other words, what' s in it for the user.
84
84
- Usage: A step by step process of how to use the product
85
85
- Support / Frequently Asked Questions (about the product)
86
86
- License
@@ -93,7 +93,7 @@ these are what I believe to be some of the most important.
93
93
#### 2. Structure for Project Documentation
94
94
95
95
Project documentation is the process of recording the key project
96
- details that are needed to implement a project. It’ s like a roadmap of
96
+ details that are needed to implement a project. It' s like a roadmap of
97
97
what the project is and all necessary information about what it
98
98
entails. Main structural components are in the following order:
99
99
@@ -112,7 +112,7 @@ entails. Main structural components are in the following order:
112
112
113
113
System documentation is an all-encompassing record of details of a
114
114
full working system. It is very similar to the structure of product
115
- documentation but it’ s usually on a wider scale. It may even include
115
+ documentation but it' s usually on a wider scale. It may even include
116
116
some forms of product and process documentation within it. In addition
117
117
to the structure of product documentation above, other key components
118
118
it might include are: ** architecture design** , ** program source code**
@@ -146,7 +146,7 @@ added to and built upon.
146
146
negates confusion for readers / users and just simplifies things.
147
147
148
148
2 . ** Important features should be put in bold** . For example “select
149
- from map” and ‘’ ODK Collect” can be easily overlooked by readers if
149
+ from map” and ' ODK Collect' can be easily overlooked by readers if
150
150
they aren't highlighted, even though they are important features.
151
151
152
152
3 . ** Generally simplifying words and phrases** . This makes
@@ -156,17 +156,17 @@ added to and built upon.
156
156
“ODK incorporates a new functionality” can become “ODK has brought in a new feature”.
157
157
158
158
“Field Mappers select (or are allocated) individual tasks within a
159
- project’ s AOI” could be changed to “Field Mappers choose or are
160
- given tasks that are part of a project’ s Areas Of Interest.”
159
+ project' s AOI” could be changed to “Field Mappers choose or are
160
+ given tasks that are part of a project' s Areas Of Interest.”
161
161
162
162
4 . ** Avoid long paragraphs** . Short paragraphs that pass a clear
163
163
message are less clumsy and flustering for readers. Breaking down
164
164
topics into little, easy to understand chunks, is more user
165
165
friendly.
166
166
167
167
5 . ** Maintain a positive tone in the writing.** . Keep the text
168
- positive and informative. Avoid words like ‘ obviously’ and
169
- ‘ basically’ , that may be interpreted as demeaning or
168
+ positive and informative. Avoid words like ' obviously' and
169
+ ' basically' , that may be interpreted as demeaning or
170
170
condescending. Do not expect readers to have a certain amount of
171
171
knowledge on specific aspects, break down everything that needs to
172
172
be broken down.
0 commit comments