-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
384 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.wy-nav-side { | ||
background-color: #f8f9fa; /* Light background */ | ||
} | ||
.wy-nav-content { | ||
padding: 1em; | ||
} | ||
.wy-menu-vertical { | ||
border-right: 1px solid #ddd; | ||
} | ||
.wy-menu-vertical li a { | ||
font-size: 0.95em; | ||
color: #007bff; /* Link color */ | ||
} | ||
.wy-menu-vertical li a:hover { | ||
text-decoration: underline; | ||
} | ||
.wy-menu-vertical li.toctree-l1 > a { | ||
font-weight: bold; /* Top-level items */ | ||
} | ||
.wy-menu-vertical li.toctree-l2 > a { | ||
margin-left: 10px; /* Indent for second-level items */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,50 @@ | ||
Welcome to vital_sqi's documentation! | ||
Welcome to vital_sqi's Documentation! | ||
===================================== | ||
|
||
.. image:: ./_static/imgs/logo.png | ||
:alt: Vital_SQI logo | ||
:width: 200px | ||
:align: center | ||
|
||
.. note:: | ||
Vital_SQI is a Python library designed for analyzing physiological signals (like ECG and PPG) and computing Signal Quality Indices (SQI). | ||
|
||
|
||
The code of the project is on `GitHub <https://github.com/Oucru-Innovations/vital-sqi>`_. | ||
|
||
Getting Started | ||
--------------- | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
usage/installation | ||
usage/introduction | ||
usage/contributions | ||
usage/development | ||
usage/quickstart | ||
|
||
Data Manipulation | ||
----------------- | ||
🚀 Getting Started | ||
------------------ | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Basics | ||
|
||
_examples/notebooks/Data_manipulation_ECG_PPG | ||
usage/installation 💻 Installation Guide | ||
usage/introduction 📖 Introduction | ||
usage/quickstart ⚡ Quickstart Tutorial | ||
usage/contributions 🤝 Contributing to Vital_SQI | ||
usage/development 🔧 Development Guide | ||
|
||
Pipeline | ||
-------- | ||
🛠️ Tutorials and Examples | ||
------------------------- | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Tutorials | ||
|
||
_examples/notebooks/SQI_pipeline | ||
_examples/notebooks/Data_manipulation_ECG_PPG 🛠️ Data Manipulation with ECG & PPG | ||
_examples/notebooks/SQI_pipeline 🔄 Building SQI Pipelines | ||
|
||
Documentation | ||
------------- | ||
📚 Documentation | ||
---------------- | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: API Reference | ||
|
||
docstring/modules | ||
docstring/vital_sqi.pipeline | ||
docstring/vital_sqi.sqi | ||
docstring/modules 📘 Module Overview | ||
docstring/vital_sqi.pipeline 🔄 Pipeline Module | ||
docstring/vital_sqi.sqi 📊 SQI Module | ||
|
||
Indices and tables | ||
================== | ||
🔍 Indices and Tables | ||
===================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
* :ref:`genindex` - General Index | ||
* :ref:`modindex` - Module Index | ||
* :ref:`search` - Search |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.