We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e86d0a3 + 48bc175 commit 8639f3eCopy full SHA for 8639f3e
Documentation/CodingGuidelines
@@ -237,8 +237,10 @@ For Python scripts:
237
238
Writing Documentation:
239
240
- Most (if not all) of the documentation pages are written in AsciiDoc
241
- and processed into HTML output and manpages.
+ Most (if not all) of the documentation pages are written in the
+ 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).
244
245
Every user-visible change should be reflected in the documentation.
246
The same general rule as for code applies -- imitate the existing
0 commit comments