Skip to content

Commit 5e4b0c5

Browse files
docs: mention other guides (#571)
* docs: mention other guides Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b4b0692 commit 5e4b0c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/pages/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ This guide also does not cover version control, but it is essential to have a
6060
basic facility with git to use these tools successfully. We recommend the
6161
[Software Carpentry lesson on Git](https://swcarpentry.github.io/git-novice/).
6262

63+
Other similar resources that cover Python packaging include:
64+
65+
- [Python Packaging User Guide](https://packaging.python.org): The official
66+
guide. Doesn't cover as many extra tools that can help you, like linters and
67+
CI.
68+
- [Python Developer Tooling Handbook](https://pydevtools.com/handbook): Lots of
69+
explanation and reference.
70+
- [pyOpenSci Python Package Guide](https://www.pyopensci.org/python-package-guide):
71+
A community created guidebook.
72+
- [Intersect training: Packaging](https://intersect-training.org/packaging): A
73+
tutorial introducing Python packaging.
74+
6375
{: .note-title }
6476

6577
> History

0 commit comments

Comments
 (0)