Syntax guide for this website#

This blog post illustrates some awesome possibilities of the markdown syntax.

Syntax#

Here is a brief overview of syntax that can be use to populate this website.

Please check the markdown guide to learn the basic syntax.

Additional features are listed below.

Figures#

```{figure} _static/wall-e.jpg
---
width: 60%
alt: My figure text
name: my_figure
---
And here is my figure caption.
```
My figure alternative text

And here is my figure caption.#

You can use the :name: variable to link to figure:

{ref}`my-figure`

link to the figure And here is my figure caption.

Mathematics#

()#\[z=\sqrt{x^2+y^2}\]

You can use the label variable to link to equation:

{eq}`eq-label`

link to the equation ()

Notes#

```{note}
A note
```

Note

A note

References and bibliographies#

References#

The extension sphinxcontrib-bibtex allows to manage the bibliography of this site. To cite an article, add the reference in bibtex format to the bibliography.bib file and refer to the citation using the bibtex keyword:

{footcite}`ferat2022electroencephalographic`

Will be rendered as [1]

Bibliography#

To insert a bibliography on the page use

```{footbibliography}
```

Tabbed content#

Tabbed content can be added using sphinx-tabs:

````{eval-rst}
.. tabs::

   .. tab:: MATLAB

      matlab.

   .. tab:: PYTHON

      python.

````

matlab.

Custom#

You can add HTML content directly in your markdown files:

<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/0VypHqSlFRWpshnWwzLe5K?utm_source=generator" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>

Toggle content with buttons#

The extension sphinx_togglebutton allows to add content in toggle frames.

```{image} https://media.giphy.com/media/FaKV1cVKlVRxC/giphy.gif
:class: toggle
```
https://media.giphy.com/media/FaKV1cVKlVRxC/giphy.gif