Merge branch 'yd/doc-is-in-asciidoc'

* yd/doc-is-in-asciidoc:
  CodingGuidelines: our documents are in AsciiDoc
This commit is contained in:
Junio C Hamano 2013-03-28 14:38:20 -07:00
Родитель f1c8d8338f bb9f2aecf0
Коммит f893be2712
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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