We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f7b13 commit f6f77a1Copy full SHA for f6f77a1
docs/source/conf.py
@@ -83,6 +83,10 @@
83
import pandas # isort:skip
84
import numpy.typing as npt # isort:skip
85
86
+# The _typeshed module is not available during docs build, hence, we import
87
+# modules that require this module before setting the type checking flag.
88
+import scipy.stats # isort:skip
89
+
90
# The autodocs typehints plugin does not resolve circular imports caused by type
91
# annotations, so we have to manually break the circles.
92
import rich.console # isort:skip
docs/source/vara-ts-api/experiments/just_compile.rst
@@ -2,7 +2,7 @@ Experiment: JustCompile
2
=======================
3
4
.. literalinclude:: ../../../../varats/varats/experiments/base/just_compile.py
5
- :lines: 26-66,68-99
+ :lines: 26-59,63-94
6
7
Module: JustCompile
8
-------------------
0 commit comments