Skip to content

Commit 88e27a2

Browse files
authored
chore: prepare for 2023.07.06 (#213)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 8f2ebbf commit 88e27a2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/_includes/interactive_repo_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
root.render(
2020
<App
2121
header={false}
22-
deps={["sp-repo-review==2023.06.29", "repo-review==0.8.0"]}
22+
deps={["sp-repo-review==2023.07.06", "repo-review==0.8.0"]}
2323
/>
2424
);
2525
</script>

docs/pages/guides/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ for your `CONTRIBUTING.md`, and at least glance through other sections.
1818
Following that, there are recommendations for [style][], intended to promote
1919
good practices and to ensure continuity across the packages. There is a
2020
[dedicated page for static type checking with MyPy][mypy]. There is then a guide
21-
on [simple packaging][] or [classic packaging][], which should help in ensuring
22-
a consistent developer and user experience when working with distribution.
21+
on [simple packaging][], [compiled packaging][], or even [classic packaging][],
22+
which should help in ensuring a consistent developer and user experience when
23+
working with distribution.
2324

2425
A section on CI follows, with a [general setup guide][gha_basic], and then two
2526
choices for using CI to distribute your package, on for [pure Python][gha_pure],
2627
and one for [compiled extensions][gha_wheels]. You can read about setting up
27-
good tests on the [pytest page][pytest]. There's also a page on setting up
28-
[docs][], as well.
28+
good tests on the [pytest page][pytest], with [coverage][]. There's also a page
29+
on setting up [docs][], as well.
2930

3031
{: .highlight-title }
3132

@@ -52,11 +53,14 @@ good tests on the [pytest page][pytest]. There's also a page on setting up
5253
[mypy]: {% link pages/guides/mypy.md %}
5354
[docs]: {% link pages/guides/docs.md %}
5455
[simple packaging]: {% link pages/guides/packaging_simple.md %}
56+
[compiled packaging]: {% link pages/guides/packaging_compiled.md %}
5557
[classic packaging]: {% link pages/guides/packaging_classic.md %}
58+
[coverage]: {% link pages/guides/coverage.md %}
5659
[gha_basic]: {% link pages/guides/gha_basic.md %}
5760
[gha_pure]: {% link pages/guides/gha_pure.md %}
5861
[gha_wheels]: {% link pages/guides/gha_wheels.md %}
5962
[pytest]: {% link pages/guides/pytest.md %}
63+
[task runners]: {% link pages/guides/tasks.md %}
6064
[sp-repo-review]: {% link pages/guides/repo_review.md %}
6165

6266
[cookiecutter]: https://cookiecutter.readthedocs.io

0 commit comments

Comments
 (0)