Changed everything to markdown!

This commit is contained in:
jupfi 2024-05-11 17:51:45 +02:00
parent 6f0cf88d95
commit d1df79c3e5
2 changed files with 34 additions and 34 deletions

View file

@ -1,8 +1,6 @@
Welcome to the NQRduckumentation!
=================================
# Welcome to the NQRduckumentation!
.. figure:: _static/Logo_full.png
:alt: NQRduck logo
![NQRduck Logo](_static/Logo_full.png)
This program is intended as an educational tool for magnetic resonance experiments (NMR, NQR, ...). Its focus lies on modular behaviour depending on what nqrduck modules are installed.
@ -10,14 +8,14 @@ The core of the program is the nqrduck. It provides a central interface for comm
The focus for spectrometers currently lies on LimeSDR based spectrometers (LimeSDR USB, LimeSDR Mini 2.0).
```{toctree}
:maxdepth: 1
:caption: Contents:
tutorials/index
api_reference/index
```
## NQRduck core
.. toctree::
:maxdepth: 1
:caption: Contents:
tutorials/index
api_reference/index

View file

@ -1,34 +1,36 @@
NQRduck Tutorials 🦆
====================
# NQRduck Tutorials 🦆
Introduction
------------
## Introduction
This is a collection of different tutorials for the NQRduck program.
.. toctree::
:maxdepth: 1
:caption: Tutorials
```{toctree}
:maxdepth: 1
:caption: Tutorials
tutorial_0
tutorial_1
tutorial_2
tutorial_0
tutorial_1
tutorial_2
```
```{toctree}
:maxdepth: 1
:caption: Documentation
.. toctree::
:maxdepth: 1
:caption: Documentation
docs/TuningAndMatching
docs/LimeNQR
docs/RFPA
docs/LNA
docs/Transcoupler
docs/DirectionalCoupler
docs/PreAmp
```
docs/TuningAndMatching
docs/LimeNQR
docs/RFPA
docs/LNA
docs/Transcoupler
docs/DirectionalCoupler
## Tutorials in work
Tutorials in work
-----------------
- Automatic Tuning and Matching - This tutorial shows you how to use the Automatic Tuning and Matching module.