We have a new website!
If you want to contribute, have a look at the repository!
~old website link~
How to build documentation html pages
1. Install sphinx
sudo pip install sphinx
2. Build documentation
cd radareorg
sphinx-build source build
Open index.html located in build directory to start reading the documentation.