The ultimate guide through LibrEDA. https://libreda.org/book/index.html
Go to file
Thomas Kramer 7ddb902063
ci/woodpecker/push/woodpecker Pipeline was successful Details
CI: adapt woodpecker script to changes in CI
2023-08-16 13:17:37 +02:00
src add chapter names 2023-02-03 14:41:01 +01:00
.gitignore Initial commit. No content. 2021-07-27 20:28:13 +02:00
.woodpecker.yml CI: adapt woodpecker script to changes in CI 2023-08-16 13:17:37 +02:00
LICENSE Change licence to GFDL 1.3+. 2021-11-01 07:47:51 +01:00
README.md Global placement & buffer/tie-cell insertion. 2021-11-24 18:03:59 +01:00
book.toml Add keyword lists. 2021-07-29 15:37:55 +02:00
publish.sh Fix publish.sh script. 2021-11-14 11:47:19 +01:00

README.md

libreda-book

The ultimate guide through LibrEDA.

Start reading directly in this repository or find a possibly older version online here.

This book is written in markdown.

Show the book with mdbook as follows:

cargo install mdbook

git clone [this repo]
cd [this repo]
mdbook serve

# Open displayed link in browser.