Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How to write user docs

Make sure you have sphinx and sphinx_rtd_theme installed

```
pip install sphinx sphinx_rtd_theme
```

After editing the documentation, generate html using

```
make html
```

Once you are satisfied with the changes, please push to the repo :)

PS: It is strictly advised to fix all errors and warning before pushing