Minor typo-fix to coding style info.
This commit is contained in:
parent
6d24f82054
commit
fe89f2eb52
1 changed files with 3 additions and 2 deletions
|
|
@ -52,8 +52,9 @@ are useful in the game ...
|
||||||
Sectioning (`# title`, `## subtile` etc) should not be used in
|
Sectioning (`# title`, `## subtile` etc) should not be used in
|
||||||
freeform docstrings - this will confuse the sectioning of the auto
|
freeform docstrings - this will confuse the sectioning of the auto
|
||||||
documentation page and the auto-api will create this automatically.
|
documentation page and the auto-api will create this automatically.
|
||||||
Use **section** with bold markers if a section is needed. Otherwise
|
Write just the section name bolded on its own line to mark a section.
|
||||||
markdown should be used as needed to format the text.
|
Beyond sections markdown should be used as needed to format
|
||||||
|
the text.
|
||||||
|
|
||||||
Code examples should use [multi-line syntax highlighting][markdown-hilight]
|
Code examples should use [multi-line syntax highlighting][markdown-hilight]
|
||||||
to mark multi-line code blocks, using the "python" identifier. Just
|
to mark multi-line code blocks, using the "python" identifier. Just
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue