# jobs_wiki **Repository Path**: imgrass/jobs_wiki ## Basic Information - **Project Name**: jobs_wiki - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-25 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jobs_wiki #### 介绍 使用 rst/sphinx 来构建一个静态的wiki页面,在里面记录学习到的知识及对它的理解 #### 部署 ```bash $ cd {git-root} $ sphinx-build -M html "src" "build" ``` 如果没有报错,项目根目录下会出现一个 "build/" 目录,生成的 html 格式的文档就在下面,可以开启一个 HTTP server 来提供访问门户 ```bash $ python -m http.server -d build/html/ ```