An open API service indexing awesome lists of open source software.

https://github.com/asc8384/xtu-postgraduate-recommendation

湘潭大学保研攻略
https://github.com/asc8384/xtu-postgraduate-recommendation

Last synced: about 2 months ago
JSON representation

湘潭大学保研攻略

Awesome Lists containing this project

README

        

# 湘潭大学保研攻略

[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#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
EllenWong

🖋
ASC_8384
ASC_8384

🖋 👀 🤔 🚇
pc-mysql
pc-mysql

🖋
wanghongyu2001
wanghongyu2001

🖋
litchimango
litchimango

🖋
Hongbo Zhao
Hongbo Zhao

🖋
javilia
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) 提供的灵感。