-
-
Notifications
You must be signed in to change notification settings - Fork 92
Writing Style
sven edited this page Aug 22, 2017
·
12 revisions
- "shell commands" should be in reST style for commands, also in written text
- make sure of glossary use
- topic descriptions ?
- header always with Capital letter for every first letter in every word
- links should be "in text" and not in the footer
- "write out acronyms, meaning if you write ttw do it like ttw (trough the web) for teh first time you use it in a document.
- Do not use tabs !
Writing is not coding !
Please use -
and not _
for naming folder
Bad: mastering_plone
Good: mastering-plone
Underscores are only used for templates like _templates
and for static directories like _static
.
:About: Deploying Plone with Ansible and OpsWorks
:Level: All levels
Add this always to the index.rst of a training, of course you will need to adjust it, according to the training.
We use two different ones
- All levels = suited for everyone
- Experienced = 'only' for people with Plone programming knowledge
**This needs to go into /about, too **