Skip to content

Commit 7473f6b

Browse files
authored
Merge branch 'main' into bb-dec23-install-code
2 parents 24a3476 + c9d7324 commit 7473f6b

File tree

9 files changed

+362
-9
lines changed

9 files changed

+362
-9
lines changed

ci-and-testing/intro.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
296 KB
Loading
335 KB
Loading
445 KB
Loading
Loading

images/tutorials/toolbox.png

1.66 MB
Loading

index.md

Lines changed: 29 additions & 0 deletions
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:

package-structure-code/python-package-distribution-files-sdist-wheel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ or is more complex in its build, the two distributions will be very different.
146146
Also note that we are not discussing conda build workflows in this section.
147147
[You can learn more about conda builds here.](https://conda.io/projects/conda-build/en/latest/user-guide/tutorials/index.html)
148148
```
149+
149150
(python-source-distribution)=
150151
## Source Distribution (sdist)
151152

tutorials/intro.md

Lines changed: 332 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)