Fixed titles for the kjillionth time

This commit is contained in:
Kristjan Komlosi
2019-06-24 20:26:30 +02:00
parent 6574a724b4
commit 102b333ea0
6 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# TeraHz build guide
This document describes the process of building/installing TeraHz from the Git
repository.
## Warning ## Warning
The recommended way of getting TeraHz is the official Raspberry Pi SD card image The recommended way of getting TeraHz is the official Raspberry Pi SD card image
provided under the releases tab in the GitHub repository. Installing TeraHz from provided under the releases tab in the GitHub repository. Installing TeraHz from

View File

@@ -1,3 +1,4 @@
# Development-stable dependencies
The current development version of TeraHz has been verified to work with: The current development version of TeraHz has been verified to work with:
- Raspbian Stretch (9) - Raspbian Stretch (9)

0
docs/hookup.md Normal file
View File

BIN
docs/imgs/logo-sq.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@@ -1 +1,3 @@
This is the start page for the TeraHz documentation. <img alt="TeraHz logo" src="imgs/logo-sq.png" width="200px">
# TeraHz documentation - index
This is the starting point of TeraHz documentation.

View File

@@ -1,6 +1,6 @@
site_name: TeraHz Documentation site_name: TeraHz Documentation
theme: readthedocs theme: readthedocs
nav: nav:
- Start page: 'index.md' - 'index.md'
- Build guide: 'build.md' - 'build.md'
- Development-stable dependencies: 'dependencies.md' - 'dependencies.md'