-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from OSIPI/docs
Integrating MkDocs
- Loading branch information
Showing
82 changed files
with
1,458 additions
and
1,436 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
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 |
---|---|---|
|
@@ -9,3 +9,5 @@ junit | |
docs/build | ||
docs/source/generated | ||
docs/source/sg_execution_times.rst | ||
docs/site | ||
docs/generated |
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 was deleted.
Oops, something went wrong.
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,12 @@ | ||
# About | ||
|
||
The osipi Library is developed by the **Open Source Initiative for Perfusion Imaging (OSIPI)**, an initiative of the perfusion study group of the **International Society for Magnetic Resonance in Medicine (ISMRM)**. | ||
|
||
The osipi package structure and logic follow the lexicon defined by OSIPI, and wrap around selected implementations collected in the code contributions of OSIPI. | ||
|
||
## Scope | ||
|
||
osipi currently only includes methods for the dynamic contrast (DC) approach to perfusion MRI (DC-MRI, a unifying term for the separate fields DCE-MRI and DSC-MRI). In particular, arterial spin labelling (ASL) solutions are not currently included, but this may change in the future. | ||
|
||
!!! note "Future Updates" | ||
The inclusion of arterial spin labelling (ASL) solutions may change in the future. |
136 changes: 67 additions & 69 deletions
136
docs/source/developers_guide/index.rst → docs/contribution/index.md
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,5 @@ | ||
|
||
# Examples | ||
|
||
|
||
### Illustrating common use cases of osipi. |
This file was deleted.
Oops, something went wrong.
0
docs/examples/aif/README.rst → docs/examples/aif/README.md
100755 → 100644
File renamed without changes.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...xamples/signal_to_concentration/plot_signal_to_concentration_R1_to_C_linear_relaxivity.py
This file was deleted.
Oops, something went wrong.
69 changes: 0 additions & 69 deletions
69
docs/examples/signal_to_concentration/plot_signal_to_concentration_S_to_C_via_R1_SPGR.py
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
docs/examples/signal_to_concentration/plot_signal_to_concentration_S_to_R1_SPGR.py
This file was deleted.
Oops, something went wrong.
0
docs/examples/tissue/README.rst → docs/examples/tissue/README.md
100755 → 100644
File renamed without changes.
Empty file.
Empty file.
0
docs/source/_static/osipi.png → docs/img/osipi.png
100755 → 100644
File renamed without changes
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,27 @@ | ||
# Osipi Documentation | ||
|
||
Welcome to the Osipi documentation! This guide is intended to help you get started with Osipi and provide the information you need to maximize its potential. | ||
|
||
## Warning | ||
|
||
!!! warning | ||
`osipi` is developed in public but is a work in progress. This version contains mostly temporary placeholder functionality. | ||
|
||
## About Osipi | ||
|
||
`osipi` is the authoritative Python package for perfusion MRI. It is developed by the Open Source Initiative for Perfusion Imaging (OSIPI), which is a study group initiative of the International Society for Magnetic Resonance in Medicine (ISMRM). | ||
|
||
## Purpose | ||
|
||
The purpose of `osipi` is to standardize and streamline the use of perfusion MRI, ensuring consistency and reliability across different implementations and studies. The package follows the lexicon defined by OSIPI and integrates selected implementations from the original code contributions made by the OSIPI community. | ||
|
||
|
||
Explore the documentation to learn more about how to use `osipi` and leverage its full capabilities for your perfusion MRI projects. | ||
|
||
## Sections | ||
|
||
- [User Guide](user-guide/index.md) | ||
- [Contribution Guidelines](contribution/index.md) | ||
- [References](references/index.md) | ||
- [About](about/index.md) | ||
- [Examples](examples/index.md) |
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
# Reference | ||
|
||
This reference manual details all functions included in `osipi`, describing what they are and what they do. Documentation of individual functions contains self-contained example code that demonstrates basic usage of the function. | ||
|
||
The `osipi` package currently only includes methods for the dynamic contrast (DC) approach to perfusion MRI (DC-MRI, a unifying term for the separate fields DCE-MRI and DSC-MRI). In particular arterial spin labelling (ASL) solutions are not currently included, but may be added in the future. | ||
|
||
This reference guide, like the `osipi` package itself, adheres closely to the structure and language of the [OSIPI Lexicon](https://osipi.github.io/OSIPI_CAPLEX/). | ||
|
||
!!!warning | ||
`osipi` is in development and this reference guide currently contains mainly empty placeholder entries. |
Empty file.
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,3 @@ | ||
# osipi.aif_georgiou | ||
|
||
::: osipi.aif_georgiou |
Oops, something went wrong.