-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Convert HTML to Markdown (#1332)
This converts HTML markup in .md files to Markdown using the ./utils/grass_html2md.sh script from core. In addition to the automatic conversion it: - Does basic whitespace cleanup (esp. double whitespace in lists). - Removes empty first line for v.area.stats. - Uses text code blocks where appropriate for i.sentinel.preproc. - Specifies text for r.fuzzy.system code blocks with syntax and explanation examples. - Disable the fix for valid r.fuzzy.system syntax. It further adjusts linting to accommodate the auto-converted Markdown. It does not touch r.landscape.evol because that tool has already had Markdown documentation (which needs to be revised manually as needed). Block quotes in r.green tools will also need extra revisions later.
- Loading branch information
1 parent
a5ff8c1
commit 53de819
Showing
487 changed files
with
33,663 additions
and
35,626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ repos: | |
- id: trailing-whitespace | ||
exclude: | | ||
(?x)^( | ||
.*\.md$| | ||
.*\.ascii$| | ||
.*\.ref$| | ||
.*\.diff$| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.