Skip to content

Commit 2a5ac2e

Browse files
committed
Fix failing Sphinx tests
1 parent 74d93ba commit 2a5ac2e

6 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/language/learn-ql/python/control-flow.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ Further reading
115115
---------------
116116

117117
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
118+
118119
.. include:: ../../reusables/python-other-resources.rst

docs/language/learn-ql/python/functions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ Further reading
8585
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
8686
- ":doc:`Analyzing control flow in Python <control-flow>`"
8787
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
88+
8889
.. include:: ../../reusables/python-other-resources.rst

docs/language/learn-ql/python/introduce-libraries-python.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,5 @@ Further reading
343343
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
344344
- ":doc:`Analyzing control flow in Python <control-flow>`"
345345
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
346+
346347
.. include:: ../../reusables/python-other-resources.rst

docs/language/learn-ql/python/pointsto-type-infer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,5 @@ Further reading
231231

232232
- ":doc:`Analyzing control flow in Python <control-flow>`"
233233
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
234+
234235
.. include:: ../../reusables/python-other-resources.rst

docs/language/learn-ql/python/statements-expressions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,5 @@ Further reading
260260
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
261261
- ":doc:`Analyzing control flow in Python <control-flow>`"
262262
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
263+
263264
.. include:: ../../reusables/python-other-resources.rst

docs/language/learn-ql/python/taint-tracking.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The sink is defined by using a custom ``TaintTracking::Sink`` class.
132132
133133
134134
Converting a taint-tracking query to a path query
135-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
135+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136136

137137
Although the taint tracking query above tells which sources flow to which sinks, it doesn't tell us how.
138138
For that we need a path query.
@@ -262,4 +262,5 @@ Further reading
262262
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
263263
- ":doc:`Analyzing control flow in Python <control-flow>`"
264264
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
265+
265266
.. include:: ../../reusables/python-other-resources.rst

0 commit comments

Comments
 (0)