Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 429 Bytes

AllRegs

A pretty, search engine optimized, easily shareable version of the text of the most recent annual editions of the Code of Federal Regulations (CFR).

Inspired by, and depending on, eRegs.

To Run Everything:

% bash build.sh

Which will run:

$ mkdir -p data/text
$ mkdir -p html/sections
$ mkdir -p html/titles
$ mkdir -p html/parts
$ python get_cfr_text.py
$ python parse_structure.py --debug