mirror of
https://github.com/nqrduck/NQRduckumentation.git
synced 2025-01-02 21:38:09 +00:00
Added software architecture skeleton files.
This commit is contained in:
parent
bf1aabe352
commit
68a5c27544
5 changed files with 16 additions and 1 deletions
|
@ -20,7 +20,8 @@ The NQRduck can be easily installed via pip. Additional modules can be installed
|
|||
There exists a range of different modules for the NQRduck software. The tutorials range from simulation to magnetic resonance experiments.
|
||||
:::
|
||||
:::{grid-item-card}
|
||||
{fab}`python;pst-color-primary` **Python**
|
||||
:link: software_structure/index.html
|
||||
{fab}`python;pst-color-primary` **Sotware Structure**
|
||||
^^^
|
||||
The NQRduck comes with a user friendly PyQt6 based user interface. Different Python modules can be installed via pip to customize the functionality of the program.
|
||||
:::
|
||||
|
@ -41,5 +42,6 @@ The focus for spectrometers currently lies on LimeSDR based spectrometers (LimeS
|
|||
:caption: Contents:
|
||||
|
||||
tutorials/index
|
||||
software_structure/index
|
||||
api_reference/index
|
||||
```
|
1
source/software_structure/communication.md
Normal file
1
source/software_structure/communication.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Communication
|
10
source/software_structure/index.md
Normal file
10
source/software_structure/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# NQRduck Software Structure
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
:caption: Contents:
|
||||
|
||||
modules
|
||||
communication
|
||||
style
|
||||
```
|
1
source/software_structure/modules.md
Normal file
1
source/software_structure/modules.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Modules
|
1
source/software_structure/style.md
Normal file
1
source/software_structure/style.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Style
|
Loading…
Reference in a new issue