This commit is contained in:
Marc Emery 2024-06-26 23:14:51 +02:00
parent 57f882bcd5
commit 93e5bbae85
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ Create a virtual environment with pipenv (will use the Pipfile for installing th
python3 -m venv .venv
then you can activate the virtual enviroment (in bash) and install the dependencies
then you can activate the virtual environment (in bash) and install the dependencies
.. code:: shell

View File

@ -1,9 +1,9 @@
.. _sinus_rom:
Sinus rom
Sinus ROM
=========
Let's imagine that you want to generate a sine wave and also have a filtered version of it (which is completely useless in practical, but let's do it as an example).
Let's imagine that you want to generate a sine wave and also have a filtered version of it (which is completely useless in practice, but let's do it as an example).
.. list-table::
:header-rows: 1