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
+68-10Lines changed: 68 additions & 10 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,31 +135,90 @@ Learn about best practices for:
135
135
136
136
:::
137
137
::::
138
+
:::::
138
139
140
+
## Documentation
141
+
142
+
:::::{grid} 1 1 2 2
143
+
:class-container: text-center
144
+
:gutter: 3
139
145
140
146
::::{grid-item}
141
-
:::{card} ✨ Write & Publish Docs ✨
147
+
:::{card} ✨ Write The Docs ✨
142
148
:class-card: left-aligned
143
149
144
150
*[Create documentation for your users](/documentation/write-user-documentation/intro)
145
151
*[Core files to include in your package repository](/documentation/repository-files/intro)
152
+
*[Write tutorials to show how your package is used](/documentation/write-user-documentation/create-package-tutorials)
153
+
:::
154
+
::::
155
+
156
+
::::{grid-item}
157
+
:::{card} ✨ Developer Docs ✨
158
+
:class-card: left-aligned
159
+
160
+
*[Create documentation for collaborating developers](/documentation/repository-files/contributing-file)
161
+
*[Write a development guide](/documentation/repository-files/development-guide)
162
+
:::
163
+
::::
164
+
165
+
::::{grid-item}
166
+
:::{card} ✨ Document For A Community ✨
167
+
:class-card: left-aligned
168
+
169
+
*[Writing a README file](/documentation/repository-files/readme-file-best-practices)
170
+
*[Set norms with a Code of Conduct](/documentation/repository-files/code-of-conduct-file)
171
+
*[License your package](/documentation/repository-files/license-files)
172
+
:::
173
+
::::
174
+
175
+
::::{grid-item}
176
+
:::{card} ✨ Publish Your Docs ✨
177
+
:class-card: left-aligned
178
+
146
179
*[How to publish your docs](/documentation/hosting-tools/intro)
0 commit comments