https://github.com/dyweb/course
Dongyue Web Studio course and lecture
https://github.com/dyweb/course
course git
Last synced: 3 months ago
JSON representation
Dongyue Web Studio course and lecture
- Host: GitHub
- URL: https://github.com/dyweb/course
- Owner: dyweb
- License: gpl-3.0
- Created: 2016-03-19T13:06:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T17:31:21.000Z (over 7 years ago)
- Last Synced: 2025-04-19T23:31:47.631Z (7 months ago)
- Topics: course, git
- Language: PHP
- Homepage: https://dongyueweb.com/course/
- Size: 12.1 MB
- Stars: 12
- Watchers: 13
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Dongyue Web Studio course and lecture
- [View Documentation](https://course.readthedocs.io/en/latest/)
- [View Course website](https://dyweb.github.io/course/)
## How to write doc
- have `python` and `pip` installed. [python](https://www.python.org/)
- `pip install sphinx sphinx-autobuild` to install sphinx
- `pip install recommonmark` to install markdown support
- use `md` or `rst` file
- run `make html` to build html
## Syntax quick guide
- [Markdown Guide from GitHub](https://guides.github.com/features/mastering-markdown/)
- [Sphinx tutorial](http://www.sphinx-doc.org/en/stable/tutorial.html)
- [Sphinx common markups](http://www.sphinx-doc.org/en/stable/rest.html)
- [Sphinx example Readthedocs repo](https://github.com/rtfd/readthedocs.org)