Skip to content

Commit daacc01

Browse files
committed
documentation correction
1 parent e59a693 commit daacc01

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/source/reference/methods.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Data correction module
1616
methods_list/median_filter
1717
methods_list/outlier_removal
1818

19+
.. _stripes_removal_module:
20+
21+
Stripes removal module
22+
^^^^^^^^^^^^^^^^^^^^^^
23+
24+
.. toctree::
25+
:glob:
26+
27+
methods_list/raven_filter
1928

2029
.. _data_rescale_module:
2130

docs/source/reference/methods_list/raven_filter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. method_raven_filter:
1+
.. _method_raven_filter:
22

33
Raven filter
44
^^^^^^^^^^^^^

httomolibgpu/prep/stripe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Created By : Tomography Team at DLS <[email protected]>
1919
# Created Date: 01 November 2022
2020
# ---------------------------------------------------------------------------
21-
"""Modules for stripes removal"""
21+
"""Module for stripes removal"""
2222

2323
import numpy as np
2424
from httomolibgpu import cupywrapper

0 commit comments

Comments
 (0)