forked from odk-x/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add script to parse code blocks * add extra checks, remove current checks * add code-blocks to style-guide * ignore generated files * print only severe messages * fix newlines * fix comma regex, addresses getodk/docs#471 * custom check for but, addresses getodk/docs#467 * exclude inbuilt but and spelling checks, addresses getodk/docs#467 * add encoding * improve uk us check, addresses getodk/docs#471 (comment) * fix messages * separate checks for jargon * add comment for uk-us check * add extra latin abbr * add new adverbs * remove repeated phrase * fix message writing style * fix variable naming * add function to remove generated scripts * add show hide feature for style test code blocks * add python directive to ignore list * add math directive to ignore list
- Loading branch information
1 parent
5b60683
commit 5252b6c
Showing
18 changed files
with
467 additions
and
319 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
style-checks.py | ||
extra.py | ||
build/ | ||
__pycache__/ | ||
.DS_Store | ||
|
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.