This documentation is available at: prototype-kernel.readthedocs.io
Files in this Documentation/ directory is (like the kernel) based on reStructuredText files and Sphinx can be used for generating pretty documentation. Just like this documentation is being auto-generated on Read The Docs.
To generate pretty Sphinx documentation locally simply run
make html
The generated output will be located in _build/html/index.html
.