|
|
преди 1 година | |
|---|---|---|
| .. | ||
| src | преди 1 година | |
| theme | преди 1 година | |
| .gitignore | преди 1 година | |
| Makefile | преди 2 години | |
| README.md | преди 1 година | |
| book.toml | преди 1 година | |
| build_jsonrpc.py | преди 2 години | |
| generate_seminar_ics.py | преди 2 години | |
| ghp_push.py | преди 3 години | |
| latex-macros.txt | преди 2 години | |
| remove_chapter_nav_js.py | преди 2 години | |
| requirements.txt | преди 1 година | |
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
Using the Makefile to build the sources requires the Rust mdbook
utility which may be installed via:
cargo install mdbook
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"