Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.33 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.33 KB

Deprecation Notice

This project is deprecated in favor of QuantConnect's official API docs, which is generated in the QuantConnect/Lean.Reference repository and hosted at https://www.lean.io/docs/v2/lean-engine/class-reference/index.html. Old links to https://lean-api-docs.netlify.app/ will automatically redirect to the same page in the official docs.

Lean API Docs

Deploy Status

This repository contains scripts to automatically generate API documentation for QuantConnect's Lean. Every night at 00:00 UTC a GitHub Actions workflow is triggered which generates API documentation for the latest version of Lean using Doxygen and deploys it to Netlify at https://lean-api-docs.netlify.app/.

Usage

To run the API documentation generator locally, make sure Doxygen's doxygen and Graphviz's dot (>1.8.10) are installed and available on your PATH, clone this repository and run python generate.py.