Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.12 KB

USTC OSH 2024 course homepage

See https://osh-2024.github.io/

Development

First install dependencies and start server:

pip install -r requirements.txt
mkdocs serve

Then make your modifications.

Finally commit your changes. Make sure files are formatted!

format

In order to keep the doc style consistent, we use Prettier and AutoCorrect.

# you need Node.js installed first
npm install # then install Prettier and AutoCorrect

See Prettier Doc: Editor Integration and AutoCorrect: VS Code Extension for editor intergration.

You should format markdown files before commit:

# see .prettierignore for ignoring certain files or folders
npm run test    # to see if there is a format error
npm run format  # to format all files under docs/

License

Some code is explicitly licensed under Apache 2.0. Other code without explicit notice is All Rights Reserved by default.

All texts are All Rights Reserved by default.