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
+69-12Lines changed: 69 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,9 @@ 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: Create a Python Package
60
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).
61
+
The first round of our community-developed, how to create a Python package tutorial series for scientists is complete! Join our community review process or watch development of future tutorials in our [Github repo here](https://github.com/pyOpenSci/python-package-guide).
63
62
64
63
65
64
:::::{grid} 1 1 2 2
@@ -100,7 +99,7 @@ by the community now! Join our community review process or watch development of
100
99
:::::
101
100
102
101
103
-
## Python packaging ecosystem overview & best practices
102
+
## Python Packaging for Scientists
104
103
105
104
Learn about Python packaging best practices. You will also get to know the
106
105
the vibrant ecosystem of packaging tools that are available to help you with your Python packaging needs.
@@ -135,31 +134,90 @@ Learn about best practices for:
135
134
136
135
:::
137
136
::::
137
+
:::::
138
138
139
+
## Documentation
140
+
141
+
:::::{grid} 1 1 2 2
142
+
:class-container: text-center
143
+
:gutter: 3
139
144
140
145
::::{grid-item}
141
-
:::{card} ✨ Write & Publish Docs ✨
146
+
:::{card} ✨ Write The Docs ✨
142
147
:class-card: left-aligned
143
148
144
149
*[Create documentation for your users](/documentation/write-user-documentation/intro)
145
150
*[Core files to include in your package repository](/documentation/repository-files/intro)
151
+
*[Write tutorials to show how your package is used](/documentation/write-user-documentation/create-package-tutorials)
152
+
:::
153
+
::::
154
+
155
+
::::{grid-item}
156
+
:::{card} ✨ Developer Docs ✨
157
+
:class-card: left-aligned
158
+
159
+
*[Create documentation for collaborating developers](/documentation/repository-files/contributing-file)
160
+
*[Write a development guide](/documentation/repository-files/development-guide)
161
+
:::
162
+
::::
163
+
164
+
::::{grid-item}
165
+
:::{card} ✨ Document For A Community ✨
166
+
:class-card: left-aligned
167
+
168
+
*[Writing a README file](/documentation/repository-files/readme-file-best-practices)
169
+
*[Set norms with a Code of Conduct](/documentation/repository-files/code-of-conduct-file)
170
+
*[License your package](/documentation/repository-files/license-files)
171
+
:::
172
+
::::
173
+
174
+
::::{grid-item}
175
+
:::{card} ✨ Publish Your Docs ✨
176
+
:class-card: left-aligned
177
+
146
178
*[How to publish your docs](/documentation/hosting-tools/intro)
0 commit comments