1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-05 10:23:32 +02:00

normalize the capitalization of section headings in help pages

This commit is contained in:
Doug Kearns
2008-08-04 01:08:39 +00:00
parent a3de4d7780
commit 6b639dc3fc
6 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
HEADER
section:Writing{nbsp}Documentation[writing-docs,documentation]
section:Writing{nbsp}documentation[writing-docs,documentation]
For every new feature, writing documentation is _mandatory_ for the patch to
be accepted. The docs are written in
@@ -61,7 +61,7 @@ Some notes about the code above:
There are also some additional asciidoc commands specifically for writing
Vimperator documentation:
- *$$section:Writing{nbsp}Documentation[writing-docs,documentation]$$* Creates
- *$$section:Writing{nbsp}documentation[writing-docs,documentation]$$* Creates
a new section like _Writing Documentation_ in this help file with 2 tags.
- *$$help:developer{nbsp}information[developer.html#documentation]$$* creates
a link with text _developer information_ to the tag _documentation_ in
@@ -73,7 +73,7 @@ on the mailing list or on #vimperator. Usually help should be grouped together
in logically connected subject areas like
help:opening{nbsp}web{nbsp}pages[browsing.html#opening].
section:Generating{nbsp}Documentation[generating-docs]
section:Generating{nbsp}documentation[generating-docs]
You can also autogenerate most of the asciidoc help after you have written a
new command, mapping or option. For this, use: