diff options
author | xengineering <me@xengineering.eu> | 2024-01-04 21:35:23 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-05 10:07:04 +0100 |
commit | c2d8261aba307223d3f1edce3a88a4d212395e4a (patch) | |
tree | d6c07e9f30d8811a0224f4713b4cfd1f9995fb31 /doc/documentation.tex | |
parent | dacd1e01e33033a5d6915d017d9ba1eba81622ff (diff) | |
download | soundbox-c2d8261aba307223d3f1edce3a88a4d212395e4a.tar soundbox-c2d8261aba307223d3f1edce3a88a4d212395e4a.tar.zst soundbox-c2d8261aba307223d3f1edce3a88a4d212395e4a.zip |
doc: Remove 'soundbox-' prefix from doc PDF
Inside the artifacts folder aswell as inside the source folder adding a
'soundbox-' prefix to files is uncommon. In both cases only the root level
folder should contain the name 'soundbox' to remove redundancies.
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r-- | doc/documentation.tex | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex new file mode 100644 index 0000000..14cf828 --- /dev/null +++ b/doc/documentation.tex @@ -0,0 +1,35 @@ +\documentclass{report} +\author{xengineering} +\title{soundbox documentation} + +\begin{document} + +\maketitle +\newpage + +\tableofcontents +\newpage + +\chapter{Introduction} + +\texttt{soundbox} is a device to connect classic audio systems to the network. + +%\section{Versioning} +%\section{Licensing} + +%\chapter{User guide} +%\section{Device setup} +%\section{Playing audio} + +%\chapter{Production} +%\section{Printing mechanical parts} +%\section{Install operating system to SD card} +%\section{Final assembly} + +%\chapter{Device internals} +%\section{Mechanical design} +%\section{Electronics} +%\section{Operating system} +%\section{Software} + +\end{document} |