Skip to content

Commit

Permalink
fix missing pip in docs container and add reference to v2 docs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 16, 2024
1 parent 7cd7cb1 commit 107497f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/config/tbd_docs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV TBD_BUILD_DIR=/code/build

WORKDIR /code
RUN python3 -m pip install \
furo \
pydata-sphinx-theme \
sphinxcontrib-youtube \
breathe
Expand Down
4 changes: 1 addition & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
CTAG TBD hackable audio processor
#################################

Hardware reference designs and sof

tware suite for a series of highly hackable electronic musical devices, built around the
Hardware reference designs and software suite for a series of highly hackable electronic musical devices, built around the
**ESP32** family of systems on a chip (SoC).

Everything to build your own audio processor device for MIDI or Eruorack. Add sounds and plugins, extend, hack, redesign
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# **CTAG TBD >>to be determined<<**
![build docs](/~https://github.com/ctag-fh-kiel/ctag-tbd/workflows/build_docs/badge.svg)

A hackable fully open source universal music and sound machine based on the esp32 family of SoC

![CTAG-TBD](tbd.png)

![docs build](/~https://github.com/ctag-fh-kiel/ctag-tbd/actions/workflows/build_docs.yml/badge.svg)
> [!NOTE]
> Find a sneak preview of the documentation for the upcoming TBD v2 docs [here](https://ctag-fh-kiel.github.io/)

## Documentation (in the works):
[Summary table](https://docs.google.com/spreadsheets/d/1dBZtuBIdtgMqoRruYX-VDdDirdTQ6RD-oz-j79q-bmQ/edit?usp=sharing) of all available plugins.
Expand Down

0 comments on commit 107497f

Please sign in to comment.