Commit 9aceb7f
* 🎨 add flake8 and ruff line length default (to 90 characters)
* 🎨 add formatting of jupyter notebooks per default
* 📝 highlight that also a folder has to be renamed
* 📝 document what extension are used for
* 📝 document debian (ubuntu) package adding which might be needed
* 🎨 use PyPI and GitHub integration instead of secret api token
* 🙈 hide folders creating when locally building the documentation website
* 📝 document desing choices and layout of Python package
* 🎨 add copy button for code blocks per default
* 🎨 small corrections after proof-reading
* 🎨 make name generic and document it. Choose a Licence hint
* 🎨 add design document to Sphinx documentation
* 🎨 add some more common error checking
- set line-length to black default of 88 characters
* Apply suggestions from code review
* 🐛 correct python pkg configuration file
* 🐛 add missing changes for requirments.txt
As noted by Angel using requirements.txt needed one additional change:
- add dependencies to the dynamic field
Add hint to section with dependencies
* 📝 Add hint to GitHub Releases and Source distribution testing
* 🎨 follow Pasquale's advices (.gitignore + unnecessary config)
- add more to .gitignore and link template
- remove line-length configuration as it is already on the default 88 of black formatter
* 📝 add sebastians hints on other ressources
* 🎨 add license key and remove from classifiers as suggested by Sebastian
* 📝 docstring and src layout hints (noted by sebastian)
* 🐛 add missing key to pyproject.toml
---------
Co-authored-by: Copilot <[email protected]>
1 parent dc33c98 commit 9aceb7f
File tree
12 files changed
+648
-25
lines changed- .github/workflows
- docs
12 files changed
+648
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
128 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
11 | 15 | | |
12 | | - | |
13 | 16 | | |
14 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| 33 | + | |
| 34 | + | |
25 | 35 | | |
26 | 36 | | |
27 | 37 | | |
| |||
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
34 | | - | |
35 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
0 commit comments