|
|
1 rok pred | |
|---|---|---|
| .. | ||
| src | 1 rok pred | |
| theme | 1 rok pred | |
| .gitignore | 1 rok pred | |
| Makefile | 2 rokov pred | |
| README.md | 1 rok pred | |
| book.toml | 1 rok pred | |
| build_jsonrpc.py | 2 rokov pred | |
| generate_seminar_ics.py | 2 rokov pred | |
| ghp_push.py | 3 rokov pred | |
| latex-macros.txt | 2 rokov pred | |
| remove_chapter_nav_js.py | 2 rokov pred | |
| requirements.txt | 1 rok pred | |
This directory contains the sources for the book that can be read on https://darkrenaissance.github.io/darkfi
When adding or removing a section of the book, make sure to update the SUMMARY.md file to actually list the contents.
Use a python virtual environment to install its requirements:
% python -m venv venv
% source venv/bin/activate
Then install the requirements:
% pip install -r requirements.txt
For the mdbook-katex backend run:
cargo install --git "https://github.com/lzanini/mdbook-katex"
cargo install --git "https://github.com/badboy/mdbook-toc"
cargo install --git "https://github.com/badboy/mdbook-mermaid"