The manual is created using mdBook and can be browsed on its Github page: https://greendelta.github.io/openLCA2-manual/.
In order to publish your changes to the manual, make sure that the main
branch is up to date and
click on Run workflow on the
Deploy mdBook site to Pages.
The openLCA Jython manual is compiled from the resources in this repository using
mdBook. Thus, you need to have the mdbook
executable
installed (one simple option is to just download the mdbook
executable from the
mdBook releases page and put it next to the
book.toml
file at the root of this project). Then you can run the build from the command line:
cd PATH/TO/openLCAJython-manual
mdbook build
In order to vizualise your change while working, use the following command:
cd PATH/TO/openLCAJython-manual
mdbook serve --open
See also the mdBook tutorial for more options to test the book locally.
This project is in the worldwide public domain, released under the CC0 1.0 Universal Public Domain Dedication.