Skip to content

theodi/BDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 pixi then run the commands below line-by-line.

git clone https://github.com/theodi/BDNS.git
cd BDNS
pixi install # install environment dependencies
pixi run install-tinytex # install tinytex for pdf generation
pixi run # this will list all the available commands

# e.g. to build the docs
pixi run build-docs

# to check for duplicate abbreviations
pixi run check-duplicates