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
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ This guide will help you:
42
42
You will also find best practice recommendations and curated lists of community resources surrounding packaging and package documentation.
43
43
::::
44
44
45
-
46
45
```{todo}
47
46
TODO: change the navigation of docs to have a
48
47
@@ -56,11 +55,11 @@ Community docs
56
55
57
56
Publish your docs
58
57
```
58
+
59
59
## _new_ Tutorial Series: Create a Python Package
60
60
61
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).
62
62
63
-
64
63
:::::{grid} 1 1 2 2
65
64
:class-container: text-center
66
65
:gutter: 3
@@ -107,7 +106,6 @@ The first round of our community-developed, how to create a Python package tutor
107
106
108
107
:::::
109
108
110
-
111
109
## Python Packaging for Scientists
112
110
113
111
Learn about Python packaging best practices. You will also get to know the
@@ -195,7 +193,7 @@ Learn about best practices for:
195
193
196
194
## Tests
197
195
198
-
*We are actively working on this section. [Follow development here.](https://github.com/pyOpenSci/python-package-guide)*
196
+
_We are actively working on this section. [Follow development here.](https://github.com/pyOpenSci/python-package-guide)_
199
197
200
198
:::::{grid} 1 1 2 2
201
199
:class-container: text-center
@@ -227,7 +225,6 @@ Learn about best practices for:
:alt: xkcd comic showing a stick figure on the ground and one in the air. The one on the ground is saying. `You're flying! how?` The person in the air replies `Python!` Below is a 3 rectangle comic with the following text in each box. Box 1 - I learned it last night. Everything is so simple. Hello world is just print hello world. Box 2 - the person on the ground says - come join us programming is fun again. It's a whole new world. But how are you flying? box 3 - the person flying says - i just typed import antigravity. I also sampled everything in the medicine cabinet. But i think this is the python. The person on the ground is saying - that's it?
@@ -286,7 +282,6 @@ If you have questions about our peer review process or packaging in general, you
286
282
287
283
This living Python packaging guide is updated as tools and best practices evolve in the Python packaging ecosystem. We will be adding new content over the next year.
0 commit comments