@@ -7,7 +7,7 @@ The Guide Style Guide
7
7
As with all documentation, having a consistent formating helps make the
8
8
document more understandable. In order to make The Guide easier to digest,
9
9
all contributions should fit within the rules of this style guide where
10
- approriate .
10
+ appropriate .
11
11
12
12
The Guide is written as :ref: `restructuredtext-ref `.
13
13
@@ -29,9 +29,9 @@ Strive to keep any contributions relevant to the :ref:`purpose of The Guide
29
29
Be sure to describe what and why you are linking.
30
30
* `Cite <http://sphinx.pocoo.org/rest.html?highlight=citations#citations >`_
31
31
references where needed.
32
- * If a subject isn't directly relevant to Python, but useful in conjuction
32
+ * If a subject isn't directly relevant to Python, but useful in conjunction
33
33
with Python (ex: Git, Github, Databases), reference by linking to useful
34
- resouces and describe why it's useful to Python.
34
+ resources and describe why it's useful to Python.
35
35
* When in doubt, ask.
36
36
37
37
Headings
@@ -115,7 +115,7 @@ Externally Linking
115
115
Read the `Sphinx Tutorial <http://sphinx.pocoo.org/tutorial.html>`_
116
116
117
117
* Avoid using labels such as "click here", "this", etc. preferring
118
- decriptive labels (SEO worthy) instead.
118
+ descriptive labels (SEO worthy) instead.
119
119
120
120
Linking to Sections in The Guide
121
121
--------------------------------
0 commit comments