We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb23b4 commit 634995aCopy full SHA for 634995a
docs/source/conf.py
@@ -14,7 +14,7 @@
14
15
sys.path.insert(0, os.path.abspath("."))
16
sys.path.insert(0, os.path.abspath(".."))
17
-sys.path.insert(0, os.path.abspath("../.."))
+sys.path.insert(0, os.path.abspath("../../src"))
18
19
# import mock
20
src/fluidsf/__init__.py
@@ -19,6 +19,7 @@
from .shift_array_1d import shift_array_1d
from .shift_array_2d import shift_array_2d
21
from .shift_array_3d import shift_array_3d
22
+from .shift_array_xy import shift_array_xy
23
24
__version__ = "0.2.0"
25
@@ -38,5 +39,6 @@
38
39
"shift_array_1d",
40
"shift_array_2d",
41
"shift_array_3d",
42
+ "shift_array_xy",
43
"bin_data",
44
)
0 commit comments