@@ -34,10 +34,11 @@ packaging-easier:
34
34
All contributions are recognized both on our website and in the guidebook's citation.
35
35
"
36
36
url : https://github.com/pyOpenSci/python-package-guide/pulls
37
- btn_label : See what we're working on now
38
- btn_class : btn--primary
37
+ btn_label : <i class="fa-solid fa-arrow-up-right-from-square"></i> See what we're working on now
38
+ btn_class : btn--success
39
39
community-created :
40
40
- image_path : images/pyopensci-people-working-together.png
41
+ image_size : 500px
41
42
alt : " A group of people working on a tetris like set of building blocks, trying to stack the blocks together. "
42
43
title : " Community-created Python Packaging Guide"
43
44
excerpt : "
@@ -62,6 +63,7 @@ toc: false
62
63
63
64
{% include feature_row id="community-created" type="right" %}
64
65
66
+ <div class =" subsection " markdown =" 1 " >
65
67
### Scientific Python packaging guidebook sections
66
68
67
69
<div class =" tutorial__container " >
@@ -70,6 +72,7 @@ toc: false
70
72
{% endfor %}
71
73
</div >
72
74
75
+ </div >
73
76
<div class =" clearfix " ></div >
74
77
75
78
</div >
@@ -80,7 +83,7 @@ toc: false
80
83
<div class =" pyos-section " >
81
84
<div class =" content " markdown =" 1 " >
82
85
83
- ## Python packaging 101
86
+ ## Beginner friendly Python packaging tutorials
84
87
85
88
Beginner-friendly Python packaging tutorials that will take you through
86
89
the full process of creating a Python package, following modern best
@@ -94,8 +97,6 @@ practices.
94
97
95
98
<div class =" clearfix " ></div >
96
99
97
-
98
-
99
100
</div >
100
101
</div >
101
102
0 commit comments