Skip to content

Commit 57e5cf0

Browse files
committed
Fix: add tutorials to landing page
1 parent 95f79f9 commit 57e5cf0

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

index.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,28 @@ Community docs
5656
5757
Publish your docs
5858
```
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+
5981

6082
## Python packaging ecosystem overview & best practices
6183

@@ -166,6 +188,13 @@ If you have questions about our peer review process or packaging in general, you
166188

167189
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.
168190

191+
```{toctree}
192+
:hidden:
193+
:caption: Testing
194+
195+
Tutorials <tutorials/intro>
196+
197+
```
169198

170199
```{toctree}
171200
:hidden:
@@ -190,4 +219,3 @@ Packaging <package-structure-code/intro>
190219
Tests <tests/index>
191220
192221
```
193-

0 commit comments

Comments
 (0)