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: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,20 @@ Spend less time setting up and configuring your new Python packages by using thi
5
5
You can choose from various user profiles, each offering a range of features to suit your needs.
6
6
7
7
## User profiles
8
-
-**Minimum**
9
-
As the name suggests, this profile provides the bare essentials to get started with a Python package.This is a good place to start if this is your first time writing research software. You can always add more features later.
10
-
-**Recommended**
11
-
Building on the Minimum profile, this option includes a carefully selected set of features that we believe users will find useful. However, all features can be customized by the user.
12
-
-**Let me choose**
13
-
This fully customizable profile allows you to select from a list of features to include in your package according to your preferences.
8
+
9
+
The template profiles for a Python package offer varying levels of customization to cater to different user needs. Below are the profiles the template offers.
10
+
11
+
### Minimum
12
+
13
+
This profile offers the essential features to begin developing a Python package, making it ideal for first-time research software developers. Additional features can be added as needed.
14
+
15
+
### Recommended
16
+
17
+
This option provides a pre-selected set of features for research software, which users can fully customize.
18
+
19
+
### Let me choose
20
+
21
+
This fully customizable profile enables you to selectively include or exclude features in your Python package.
0 commit comments