We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e424100 commit 6ba7164Copy full SHA for 6ba7164
README.md
@@ -1,9 +1,20 @@
1
# [devminds](https://devminds.ch) Python Project Template
2
3
-Directory structure:
+## Directory structure
4
5
```
6
├── docs Sphinx documentation
7
├── src Python package source code
8
└── tests Python tests
9
10
+
11
+## TODO
12
13
+* Add dummy package project
14
+* Add devcontainer
15
+* Add pytests
16
+* Add docs using Sphinx
17
+* Add pipelines
18
+ * GitHub: docs/build/test
19
+ * GitLab: docs/build/test/coverage/deploy
20
+ * Jenkins: docs/todo|fixme|hack/build/test/coverage
0 commit comments