Skip to content
/ BDNS Public
forked from theodi/BDNS

Building Device Naming Standards initiative

Notifications You must be signed in to change notification settings

DhilPat/BDNS

 
 

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 .

About

Building Device Naming Standards initiative

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • CSS 0.5%