If you'd like to develop and/or build the eCLM static file generator documentation, you should:
- Switch to this directory:
cd docs - Run
pip install -r requirements.txt - (Optional) Edit the books source files (
*.md) in this folder. Check out the MyST syntax cheat sheet for reference. - Build the docs:
make clean docs. - Launch the doc homepage on your default browser:
open _build/html/index.html
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.