diff --git a/.obsidian/app.json b/.obsidian/app.json index 9e26dfe..e609a07 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "promptDelete": false +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 37005d4..cb4698a 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -20,8 +20,23 @@ "icon": "lucide-file", "title": "{Note} Packaging Python Project" } + }, + { + "id": "23dfe70ddddd299f", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "組織/EverfortuneAI/{Note} Nox.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "{Note} Nox" + } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -73,8 +88,7 @@ "title": "書籤" } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -94,7 +108,7 @@ "state": { "type": "backlink", "state": { - "file": "組織/EverfortuneAI/{Note} Packaging Python Project.md", + "file": "組織/EverfortuneAI/{Note} Nox.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -104,7 +118,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "{Note} Packaging Python Project 的反向連結" + "title": "{Note} Nox 的反向連結" } }, { @@ -113,12 +127,12 @@ "state": { "type": "outgoing-link", "state": { - "file": "組織/EverfortuneAI/{Note} Packaging Python Project.md", + "file": "組織/EverfortuneAI/{Note} Nox.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "{Note} Packaging Python Project 的對外連結" + "title": "{Note} Nox 的對外連結" } }, { @@ -140,10 +154,10 @@ "state": { "type": "outline", "state": { - "file": "組織/EverfortuneAI/{Note} Packaging Python Project.md" + "file": "組織/EverfortuneAI/{Note} Nox.md" }, "icon": "lucide-list", - "title": "{Note} Packaging Python Project 的大綱" + "title": "{Note} Nox 的大綱" } }, { @@ -174,12 +188,15 @@ "obsidian-git:Open Git source control": false } }, - "active": "25b91dfb1bd3313c", + "active": "23dfe70ddddd299f", "lastOpenFiles": [ - "README.md", "組織/EverfortuneAI/{Note} Packaging Python Project.md", - "Test.md", + "組織/EverfortuneAI/{Note} Nox.md", "組織/EverfortuneAI/resources/should_setup_py_be_deleted.png", + "組織/EverfortuneAI/resources/nox.png", + "組織/EverfortuneAI/resources/nox 1.png", + "README.md", + "Test.md", "組織/EverfortuneAI/resources", "組織/EverfortuneAI", "組織", diff --git a/組織/EverfortuneAI/resources/nox.png b/組織/EverfortuneAI/resources/nox.png new file mode 100644 index 0000000..07592ef Binary files /dev/null and b/組織/EverfortuneAI/resources/nox.png differ diff --git a/組織/EverfortuneAI/{Note} Nox.md b/組織/EverfortuneAI/{Note} Nox.md new file mode 100644 index 0000000..c191629 --- /dev/null +++ b/組織/EverfortuneAI/{Note} Nox.md @@ -0,0 +1,19 @@ +--- +author: deng +date: "20250109" +category: Note +tags: + - Python + - Nox + - FlexibleTest + - Versioning +--- + +![cover](resources/nox.png) +[image resource](https://nox.thea.codes/en/stable/index.html) + +- Abstract + - 在將Python專案打包時會遇到填寫依賴套件及其版本的問題,開發者必須逐一測試Python版本與依賴套件版本之間(甚至是跨平台)不同組合的可運行性,而Nox正是為了可以將此流程自動化而生 +- Concept +- Steps +- Note \ No newline at end of file