Skip to content

Commit 8639f3e

Browse files
committed
Merge branch 'dw/asciidoc-sources-are-dot-txt-files'
* dw/asciidoc-sources-are-dot-txt-files: CodingGuidelines: Documentation/*.txt are the sources
2 parents e86d0a3 + 48bc175 commit 8639f3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/CodingGuidelines

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,10 @@ For Python scripts:
237237

238238
Writing Documentation:
239239

240-
Most (if not all) of the documentation pages are written in AsciiDoc
241-
and processed into HTML output and manpages.
240+
Most (if not all) of the documentation pages are written in the
241+
AsciiDoc format in *.txt files (e.g. Documentation/git.txt), and
242+
processed into HTML and manpages (e.g. git.html and git.1 in the
243+
same directory).
242244

243245
Every user-visible change should be reflected in the documentation.
244246
The same general rule as for code applies -- imitate the existing

0 commit comments

Comments
 (0)