Documentation for EVE Online third-party developers. This covers things like the XML API, CREST, the Static Data Export (SDE), and SSO. You can read the latest version of the documentation here.
You will need to have python, pip and virtualenv installed (install virtualenv using pip) then run the following commands from inside the repo directory:
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
mkdocs serve