Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.58 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.58 KB

This repository contains user documentation for the EasyDiffraction library.

CI build status

  • Develop branch
    w3c-develop url-develop
  • Master branch
    w3c-master url-master

Build locally

  • Create virtual environment and activate it (optional)
python -m venv .venv
source .venv/bin/activate
  • Upgrade pip (optional)
pip install --upgrade pip
pip install mkdocs-material mkdocs-jupyter
  • Generate documentation from the files in docs/ and places it in site/
mkdocs build