pudl.convert.metadata_to_rst#

Export PUDL table and field metadata to RST for use in documentation.

Module Contents#

Functions#

parse_command_line(argv)

Parse command line arguments. See the -h option.

main()

Run conversion from json to rst.

Attributes#

pudl.convert.metadata_to_rst.logger[source]#
pudl.convert.metadata_to_rst.parse_command_line(argv)[source]#

Parse command line arguments. See the -h option.

Parameters:

argv (str) – Command line arguments, including caller filename.

Returns:

Dictionary of command line arguments and their parsed values.

Return type:

dict

pudl.convert.metadata_to_rst.main()[source]#

Run conversion from json to rst.