Skip to content

Refactor the repo, and new docs styling #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Feb 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
02f9ffa
Refactor the repo, and new docs styling
Archmonger Jan 21, 2024
9f2ed85
fix docs test
Archmonger Jan 21, 2024
9b15d4b
use new github templates
Archmonger Jan 21, 2024
f6a1993
fix watch dirs
Archmonger Jan 21, 2024
c47a144
noxfile refactoring
Archmonger Jan 21, 2024
f0efd36
fix broken code links
Archmonger Jan 21, 2024
084e6ec
Don't spellcheck auto-docs
Archmonger Jan 21, 2024
6406da5
Fix docs spelling checks
Archmonger Jan 21, 2024
6960fd2
remove references to django
Archmonger Jan 21, 2024
eb9c022
remove dead files
Archmonger Jan 21, 2024
21b67a6
fix nox tests
Archmonger Jan 21, 2024
fd50c4a
ignore matching for linux
Archmonger Jan 21, 2024
9e143b4
verbiage
Archmonger Jan 21, 2024
2fd2a71
potentially fix nox test_python
Archmonger Jan 21, 2024
f16617e
not sure if this fixes docs tests
Archmonger Jan 21, 2024
861baee
fix nox deps
Archmonger Jan 21, 2024
25bdef1
Attempt fixes for docs examples type check
Archmonger Jan 21, 2024
ac72e5f
minor docs type fix
Archmonger Jan 21, 2024
81d7f75
add COC
Archmonger Jan 21, 2024
8272e38
update readme
Archmonger Jan 21, 2024
79216a3
New readme
Archmonger Jan 21, 2024
85fb434
Use installation page as index.md
Archmonger Jan 21, 2024
4d4f66d
set black requirement
rmorshea Feb 16, 2024
8aef254
fix black to v23
rmorshea Feb 16, 2024
e455086
black >=23,<24
rmorshea Feb 16, 2024
e746d41
re-add coverage
Archmonger Feb 17, 2024
ce7ae15
Add coverage to setup.cfg
Archmonger Feb 17, 2024
15a2166
Add coverage to test-src
Archmonger Feb 17, 2024
3a68bc4
change coverage requirements file
Archmonger Feb 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add coverage to setup.cfg
  • Loading branch information
Archmonger committed Feb 17, 2024
commit ce7ae15e846b9279be61fff6df61853d2eeab900
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
[bdist_wheel]
universal=1

[coverage:report]
fail_under = 100
show_missing = True
skip_covered = True
sort = Miss
exclude_lines =
pragma: no cover
\.\.\.
raise NotImplementedError