Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'yd/doc-is-in-asciidoc'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Mar 2013 21:38:20 +0000
(14:38 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Mar 2013 21:38:20 +0000
(14:38 -0700)
* yd/doc-is-in-asciidoc:
CodingGuidelines: our documents are in AsciiDoc
Documentation/CodingGuidelines
patch
|
blob
|
history
raw
(from parent 1:
f1c8d83
)
diff --git
a/Documentation/CodingGuidelines
b/Documentation/CodingGuidelines
index b1bfff630fc0ec22d68757ebab84e76ee5abbc2c..7e4d5716a62bf59e8f072163ebac3064dad323ae 100644
(file)
--- a/
Documentation/CodingGuidelines
+++ b/
Documentation/CodingGuidelines
@@
-237,6
+237,9
@@
For Python scripts:
Writing Documentation:
+ Most (if not all) of the documentation pages are written in AsciiDoc
+ and processed into HTML output and manpages.
+
Every user-visible change should be reflected in the documentation.
The same general rule as for code applies -- imitate the existing
conventions. A few commented examples follow to provide reference