epdx 0.2.3

EPDx is a library for parsing EPD files into a common exchange format.
Documentation
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json

site_name: EPDx
theme:
  name: material
  custom_dir: 'docs/overrides'
  font:
    text: Roboto
markdown_extensions:
  - mdx_include:
      base_path: docs
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true
repo_url: https://github.com/ocni-dtu/epdx
nav:
  - EPDx: index.md
  - Usage: usage.md
  - Schemas: schemas.md
extra:
  analytics:
    provider: custom