Skip to content

Commit a7386b6

Browse files
committed
Python: include new documentation
1 parent f0e6888 commit a7386b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/codeql/codeql-language-guides/codeql-for-python.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1515
functions-in-python
1616
expressions-and-statements-in-python
1717
analyzing-control-flow-in-python
18+
customizing-library-models-for-python
1819

1920
- :doc:`Basic query for Python code <basic-query-for-python-code>`: Learn to write and run a simple CodeQL query.
2021

@@ -29,3 +30,5 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2930
- :doc:`Expressions and statements in Python <expressions-and-statements-in-python>`: You can use syntactic classes from the CodeQL library to explore how Python expressions and statements are used in a codebase.
3031

3132
- :doc:`Analyzing control flow in Python <analyzing-control-flow-in-python>`: You can write CodeQL queries to explore the control-flow graph of a Python program, for example, to discover unreachable code or mutually exclusive blocks of code.
33+
34+
- :doc:`Customizing library models for Python <customizing-library-models-for-python>`: You can model frameworks and libraries that your codebase depends on using data extensions and publish them as CodeQL model packs.

0 commit comments

Comments
 (0)