Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuang1024/tutorials
Tutorials about everything for beginners.
https://github.com/phuang1024/tutorials
Last synced: 9 days ago
JSON representation
Tutorials about everything for beginners.
- Host: GitHub
- URL: https://github.com/phuang1024/tutorials
- Owner: phuang1024
- License: cc0-1.0
- Created: 2021-08-04T01:20:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T22:15:09.000Z (over 3 years ago)
- Last Synced: 2024-11-05T22:38:00.629Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorials
Tutorials about everything for beginners.
## Usage
Use sphinx to build the rst files into html.
``` bash
pip install sphinx sphinx-rtd-theme
make html
firefox _build/html/index.html
```I may host on readthedocs if this project becomes useful.