Python: Document API graphs#5389
Conversation
Initilally a copy of the one from C#
python queries.
yoff
left a comment
There was a problem hiding this comment.
This looks great as is. I would like this PR to also insert a forward reference to using-api-graphs-in-python.rst into analysing-data-flow-in-python.rst at the point where the API module is first used. But since #5357 is perhaps not stable yet, we could also do that later..
|
Yeah, there are a few bits of connective tissue missing from this PR. I can add some of these bits now, as I think the corresponding parts in #5357 are sufficiently stable for that. We'll need to do a second pass through the documentation once some of our changes hit LGTM.com (to add links to the query console), so I think it's okay for it to be not entirely complete at this point. (I wrote the above several hours ago, but somehow didn't press the "Add comment" button. Whoops.) |
Adds documentation for how to use API graphs. Note that some of this documentation refers to functionality that has not been merged yet (specifically #5388), and so this should not be merged yet.
Also, this builds on top of #5357, and so should probably not be reviewed until that PR has been merged.