Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 988 Bytes

File metadata and controls

17 lines (11 loc) · 988 Bytes

Building eCLM static file generator Documentation

If you'd like to develop and/or build the eCLM static file generator documentation, you should:

  1. Switch to this directory: cd docs
  2. Run pip install -r requirements.txt
  3. (Optional) Edit the books source files (*.md) in this folder. Check out the MyST syntax cheat sheet for reference.
  4. Build the docs: make clean docs.
  5. Launch the doc homepage on your default browser: open _build/html/index.html

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.