You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,28 @@ Community docs
56
56
57
57
Publish your docs
58
58
```
59
+
## _new_ Tutorial series - how to create a Python package
60
+
61
+
The how to create a Python package tutorial series is being developed
62
+
by the community now! Join our community review process or watch development of these tutorials in our [Github repo here](https://github.com/pyOpenSci/python-package-guide).
63
+
64
+
65
+
:::::{grid} 1 1 2 2
66
+
:class-container: text-center
67
+
:gutter: 3
68
+
69
+
::::{grid-item}
70
+
71
+
:::{card} ✿ Tutorials ✿
72
+
:class-card: left-aligned
73
+
74
+
[What is a Python package?](/tutorials/intro)
75
+
76
+
:::
77
+
::::
78
+
79
+
:::::
80
+
59
81
60
82
## Python packaging ecosystem overview & best practices
61
83
@@ -166,6 +188,13 @@ If you have questions about our peer review process or packaging in general, you
166
188
167
189
This is a living guide that is updated as tools and best practices evolve in the Python packaging ecosystem. We will be adding new content over the next year.
0 commit comments