epdx 0.2.2

EPDx is a library for parsing EPD files into a common exchange format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json

site_name: EPDx
theme:
  name: material
  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