GitHub - owtf/user-docs: MOVED to owtf/owtf: The user documentation for OWTF which is written using sphinx

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Mar 27, 2018. It is now read-only.

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

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