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: package-structure-code/intro.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ The good news is there are some great modern packaging
8
8
tools that ensure that you're following best practices. Here, we
9
9
review tool features and suggest tools that might be best fitted for your workflow.
10
10
11
+
:::{figure-md} fig-target
12
+
13
+
<imgsrc="../images/python-package-tools-decision-tree.png"alt="Figure showing a decision tree with the various packaging tool front end and back end options."width="700px">
14
+
15
+
Diagram showing the various from end build tools that you can select from. See the packaging tools page to learn more about each tool.
16
+
:::
17
+
11
18
```{note}
12
19
If you are considering submitting a package for peer review, have a look at the
13
20
bare-minimum [editor checks](https://www.pyopensci.org/software-peer-review/how-to/editor-in-chief-guide.html#editor-checklist-template) that pyOpenSci
0 commit comments