Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 251 Bytes

all_configs.rst

File metadata and controls

13 lines (9 loc) · 251 Bytes

All Configs

from pathlib import Path from pab.config import SCHEMA from projectutils.config import generate_docs SOURCE_DIR = Path(__file__).parent.absolute() print(generate_docs(SCHEMA))