用來整理學習資源之 Repo.,包含網站上好文、論文等之讀書心得。
- auto-gen-contents module
-
Descriptions
- 能自動化依據 reading 目錄下的結構、.md 生成目錄,於 root directory 內的 README 當中供讀者輕鬆找到想找的文章
-
Requirments
- 自動生成目錄
- Git hooks - pre-commit phase 自動執行
-
- Contents generator optimize and new feature
- 依照筆記量釋出不同顏色標籤
- 偵測筆記較少的 md 標記為`尚未完成
- 架構優化
- Keyword 自動生成
- 從文本當中超連結自動爬入字串,以較為泛用的方式前處理並提取關鍵詞
- auto-gen module 建置於 pre-commit phase 自動執行產生目錄
- 依照筆記量釋出不同顏色標籤
- 撰寫 CONTRIBUTING
- 撰寫單元測試
# easy install by pip
$ pip install pre-commit
# install pre-commit framework to git hooks
$ pre-commit install
# Uninstall if you need
$ pre-commit uninstall分支操作使用自定義的形式,大部分規則與一般版控分支 common practice 雷同,規則如下:
| Branch name | Descriptions |
|---|---|
| master | stable version, include reading and ./bin done. |
| read | brand of updating feature reading, seam like dev branch in common practice. |
| {some feature develop name} | branch for develop feature. |
- reading
-
Data science
-
Data scientist roadmap
-
Design Pattern
- Domain-Driven Design
-
Docker
-
Git
- Github pages
-
Linux
-
Programing
-
Python
- Basic
- Class
- High quality code
- Coding style
- Docs
- Testing
- Pyproject
-