Skip to content

Commit

Permalink
Fix descriptions and docstrings (#6)
Browse files Browse the repository at this point in the history
Fix docstrings & description
  • Loading branch information
xmival00 authored Jul 5, 2024
1 parent 2c8adb7 commit c688138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions best/feature_extraction/WaveDetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import numpy as np
from copy import deepcopy
from best.signal import LowFrequencyFilter, fft_filter
import os
import matplotlib.pyplot as plt

class WaveDetector:
"""
Expand Down
4 changes: 2 additions & 2 deletions projects/slow_wave_detection/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Here we conveniently provide a standalone fully functional code example for anal
This enables trialing this code without installing the whole Best Toolbox library.
The codes were also embedded in the BEST Toolbox so they can be freely available upon installing the whole `BEST Toolbox <https://github.com/bnelair/best-toolbox>`_ library.

The documentation to the toolbox is available at
The documentation to the toolbox is available at `BEST Toolbox docs <https://best-toolbox.readthedocs.io/en/latest/>`_.

For more information on this specific project, see the page describing `Wave Detection <https://best-toolbox.readthedocs.io/en/latest/>`_.
For more information on this specific project, see the page describing `Wave Detection <https://best-toolbox.readthedocs.io/en/latest/feature_extraction.WaveDetector.html>`_.


Acknowledgement
Expand Down

0 comments on commit c688138

Please sign in to comment.