Merge branch 'yd/doc-is-in-asciidoc'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Mar 2013 21:38:20 +0000 (14:38 -0700)
committerJunio 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
index b1bfff630fc0ec22d68757ebab84e76ee5abbc2c..7e4d5716a62bf59e8f072163ebac3064dad323ae 100644 (file)
@@ -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