Skip to content

Commit 33164bf

Browse files
committed
Test
1 parent c189c73 commit 33164bf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import os
1616
import sys
1717
sys.path.insert(0, os.path.abspath('.'))
18-
#sys.path.insert(1, os.path.abspath('../../'))
18+
sys.path.insert(1, os.path.abspath('../../'))
1919

2020
import filter_functions
2121

doc/source/filter_functions.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ filter\_functions.basis module
2020
:undoc-members:
2121
:show-inheritance:
2222

23+
filter\_functions.gradient module
24+
---------------------------------
25+
26+
.. automodule:: filter_functions.gradient
27+
:members:
28+
:undoc-members:
29+
:show-inheritance:
30+
2331
filter\_functions.numeric module
2432
--------------------------------
2533

@@ -44,14 +52,6 @@ filter\_functions.pulse\_sequence module
4452
:undoc-members:
4553
:show-inheritance:
4654

47-
filter\_functions.gradient module
48-
----------------------------------------
49-
50-
.. automodule:: filter_functions.gradient
51-
:members:
52-
:undoc-members:
53-
:show-inheritance:
54-
5555
filter\_functions.superoperator module
5656
--------------------------------------
5757

0 commit comments

Comments
 (0)