pudl.convert.metadata_to_rst¶
Export PUDL table and field metadata to RST for use in documentation.
Attributes¶
Functions¶
|
Export PUDL table and field metadata to RST for use in documentation. |
Module Contents¶
- pudl.convert.metadata_to_rst.metadata_to_rst(skip: list[str], output: pathlib.Path, docs_dir: pathlib.Path, logfile: pathlib.Path, loglevel: str)[source]¶
Export PUDL table and field metadata to RST for use in documentation.
metadata_to_rst -s bad_table1 -s bad_table2 -d ./pudl/docs -o ./datadict.rst