QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
173 stars 139 forks source link

Specify object of members/methods #1517

Open DerekMelchin opened 1 year ago

DerekMelchin commented 1 year ago

Expected Behavior

Actual Behavior

The docs currently only show the member/method name, not the class. It can be confusing for new members who aren't familiar. For instance, if someone was copy-pasting the code snippets from https://www.quantconnect.com/docs/v2/writing-algorithms/historical-data/history-requests into an Alpha model, they wouldn't work because they would need to replace self with algorithm.

Checklist