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
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Community docs
56
56
57
57
Publish your docs
58
58
```
59
-
## _new_ Tutorial Series: How to Create a Python Package
59
+
## _new_ Tutorial Series
60
60
61
61
The how to create a Python package tutorial series is being developed
62
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).
@@ -100,7 +100,7 @@ by the community now! Join our community review process or watch development of
100
100
:::::
101
101
102
102
103
-
## Python packaging ecosystem overview & best practices
103
+
## Packaging
104
104
105
105
Learn about Python packaging best practices. You will also get to know the
106
106
the vibrant ecosystem of packaging tools that are available to help you with your Python packaging needs.
@@ -135,7 +135,13 @@ Learn about best practices for:
135
135
136
136
:::
137
137
::::
138
+
:::::
139
+
140
+
## Documentation
138
141
142
+
:::::{grid} 1 1 2 2
143
+
:class-container: text-center
144
+
:gutter: 3
139
145
140
146
::::{grid-item}
141
147
:::{card} ✨ Write & Publish Docs ✨
@@ -160,6 +166,14 @@ Learn about best practices for:
160
166
*We are actively working on this section. [Follow development here.](https://github.com/pyOpenSci/python-package-guide)*
161
167
:::
162
168
::::
169
+
:::::
170
+
171
+
## Contributing
172
+
173
+
:::::{grid} 1 1 2 2
174
+
:class-container: text-center
175
+
:gutter: 3
176
+
163
177
164
178
::::{grid-item}
165
179
:::{card} ✨ Code style & Format ✨
@@ -228,20 +242,19 @@ This is a living guide that is updated as tools and best practices evolve in the
0 commit comments