The Endatabas Book
Clone the main endb
repo in a sibling directory with endb-book
:
cd .. && git clone git@github.com:endatabas/endb.git && cd endb-book
Make sure you have cargo
, npm
, and pip
(Rust, Node, and Python) installed.
Then run:
cargo install mdbook
cargo install mdbook-linkcheck
npm install -g jsdoc
npm install -g jsdoc-to-markdown
pip install sphinx
pip install sphinx-markdown-builder │
pip install sphinx-autodoc-typehints
make
make serve # to view locally
mdbook-pdf
but the HTML print feature works reasonably well.