Go to the source code of this file.
|
| Dict[str, List[Dict[str, Any]]] | python.AutogenDocumentation.load_output_variables (str yaml_filepath) |
| Dict[str, Any] | python.AutogenDocumentation.extract_block_options (Type block_class) |
| Optional[str] | python.AutogenDocumentation.interpret_physical_unit (str info) |
| str | python.AutogenDocumentation.process_info_links (str info) |
| str | python.AutogenDocumentation.link_jira_tickets (str info) |
| List[Dict[str, Any]] | python.AutogenDocumentation.extract_from_classes (List[Type] block_classes, Optional[Union[str, List[str]]] output_vars_yaml=None) |
| None | python.AutogenDocumentation.save_as_yaml (List[Dict[str, Any]] data, str filepath) |
| str | python.AutogenDocumentation.generate_block_markdown (Dict[str, Any] block_info) |
| None | python.AutogenDocumentation.process_markdown_with_autogen (str input_filepath, str output_filepath, List[Dict[str, Any]] block_data) |