Realtimestagram
Documentation

The documentation is generated automatically. In order to do so a number of steps are taken.

Deploying documentation

The doc/html folder is a separate git repo. Follow these steps to deploy:

cd <PROJECT_ROOT>
make clean
make test
make docs
cd doc/html
git commit -A -m "Doc update"
git push