mirror of
https://github.com/kernc/backtesting.py.git
synced 2024-01-28 15:29:30 +03:00
Backtesting.py Documentation
After installing documentation dependencies:
pip install .[doc,test]
build HTML documentation by running:
./build.sh
When submitting pull requests that change example notebooks,
commit example .py files too
(build.sh should tell you how to make them).