This is a documentation of code produced by msrresearch. You can find it online at https://msrresearch.github.io/documentation/build/html/index.html.
Since this repository uses submodules to import the code to be documentated, just cloning the repository won't do. You either have to clone the repository and then initiate the submodules:
git clone [email protected]:msrresearch/documentation.git
git submodule init
git submodule update
or clone the repository recursively:
git clone --recursive [email protected]:msrresearch/documentation.git