https://github.com/asc8384/xtu-postgraduate-recommendation
湘潭大学保研攻略
https://github.com/asc8384/xtu-postgraduate-recommendation
Last synced: about 2 months ago
JSON representation
湘潭大学保研攻略
- Host: GitHub
- URL: https://github.com/asc8384/xtu-postgraduate-recommendation
- Owner: ASC8384
- Created: 2022-10-03T01:06:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T11:54:21.000Z (over 2 years ago)
- Last Synced: 2025-02-13T19:54:08.912Z (4 months ago)
- Homepage: https://xtu-postgraduate-recommendation.readthedocs.io/zh_CN/latest/
- Size: 79.1 KB
- Stars: 14
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 湘潭大学保研攻略
[](#contributors-)
WIP
## 如何贡献
Fork 之后提交 PR。
您可以在 `docs/source` 目录下进行文档的编写。其中,`院校` 目录将学校名称作为子目录,`学院名称`作为子目录里的具体文件名,并将`学院名称`作为文件的标题。如果写的是参加夏令营或预推免的经验,请开个小标题,加上自己的年级(譬如 19 级)或参与报名的时间(如2022-09-28)。
您可以使用 Markdown 或者 [reStructuredText](http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html) 进行撰写。但是学校名称的目录下必须建立 `index.rst`,内容如下:
```text
学校名称
===================================.. toctree::
:maxdepth: 1
:glob:*
```本项目使用[sphinx](http://www.sphinx-doc.org/en/master/contents.html)进行文档生成,如果需要学习对项目进行修改,请查看sphinx的文档。
### 构建
1. Clone 本项目
2. 安装相应依赖包
3. 在 `source` 目录下执行 `make html`
4. 使用浏览器打开 `build/html/index.html`,即可预览已经产生的文档!## 贡献者✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
EllenWong
🖋
ASC_8384
🖋 👀 🤔 🚇
pc-mysql
🖋
wanghongyu2001
🖋
litchimango
🖋
Hongbo Zhao
🖋
javilia
🖋
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## 其它
感谢 [南大软院保研攻略](https://github.com/NJU-SE-15-share-review/postgraduate-recommendation) 提供的灵感。