-
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 support for past tense "was/were" and other cleanup (#6)
This commit involves some cleanup: * Sort lists of exceptions * Add past tense "was" and "were" * Make the Makefile more useful * Enforce order in the Actions * Rebuild the documentation Signed-off-by: Brian Warner <[email protected]>
- Loading branch information
1 parent
c7b84b4
commit 3b1817a
Showing
43 changed files
with
488 additions
and
137 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
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,10 +1,19 @@ | ||
clean: | ||
|
||
rm -rf \ | ||
__pycache__ \ | ||
src/talkgooder/__pycache__ \ | ||
tests/__pycache__ \ | ||
.pytest_cache \ | ||
dist \ | ||
_version.py \ | ||
src/*.egg-info \ | ||
docsrc/_doctrees | ||
|
||
test: | ||
pytest | ||
|
||
build: clean test | ||
python3 -m build | ||
|
||
html: build | ||
sphinx-build -b html docsrc docs -E -d "docsrc/_doctrees" |
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,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: d3775153b19b07eed8a6918b6fa9de0f | ||
config: cfee92e6764fd6783006a9379d7eb90c | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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.