Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.