Skip to content

theodi/BDNS

Folders and files

NameName
Last commit message
Last commit date
Feb 5, 2025
Mar 12, 2025
Mar 6, 2025
Sep 4, 2024
Mar 12, 2025
Mar 12, 2025
Sep 18, 2024
Sep 4, 2024
Sep 17, 2024
Sep 18, 2024
Sep 4, 2024
Mar 12, 2025
Sep 18, 2024
Sep 17, 2024
Sep 4, 2024

Repository files navigation

BDNS (Building Device Naming Specification)

This repository contains the source code for the BDNS Specification.

Access the latest version of the BDNS specification.

Latest versions of pdf's and csv of the BDNS can be taken directly from the BDNS specification website or directly via these links:

Development

This repo contains the source markdown files which build the published BDNS specification website. The website is built using the Quarto publishing system. To test building the documentation locally:

Install mamba or micromamba then run the commands below line-by-line.

git clone https://github.com/theodi/BDNS.git
cd BDNS
mamba env create -f environment.yml
quarto install tinytex  # required for generating pdf docs
quarto render .