-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from lorforlinux/main
Add conf.yml to configure PDF builds and sidebar items
- Loading branch information
Showing
3 changed files
with
72 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# YAML file to configure PDF builds and sidebar links | ||
|
||
# PDF builds configuration | ||
# | ||
# all: If you want to build PDFs of all the listed hardware, guides, experiments, etc. | ||
# | ||
# name1, name2, name3: If you want to build PDF for specific hardware, guides, experiments, etc. | ||
# Example: pdf_build: BioAmp EXG Pill, BioAmp v1.5 | ||
|
||
pdf_build: all | ||
|
||
# Hardware | ||
# | ||
# Example: | ||
# hardware: | ||
# name: | ||
# path: First level hardware documentation path for hardware 'index.rst' | ||
# pdf: True/False (optional, False if this 'pdf:' option is not added) | ||
|
||
hardware: | ||
BioAmp EXG Pill: | ||
path: hardware/bioamp/bioamp-exg-pill | ||
pdf: True | ||
BioAmp v1.5: | ||
path: hardware/bioamp/bioamp-v1.5 | ||
pdf: True | ||
Muscle BioAmp BisCute: | ||
path: hardware/bioamp/muscle-bioamp-biscute | ||
pdf: True | ||
Muscle BioAmp Blip: | ||
path: hardware/bioamp/muscle-bioamp-blip | ||
pdf: True | ||
Muscle BioAmp Candy: | ||
path: hardware/bioamp/muscle-bioamp-candy | ||
pdf: True | ||
Muscle BioAmp Patchy: | ||
path: hardware/bioamp/muscle-bioamp-patchy | ||
pdf: True | ||
Muscle BioAmp Shield: | ||
path: hardware/bioamp/muscle-bioamp-shield | ||
pdf: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters