CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
build_tcmd_and_config_docs.py File Reference

Namespaces

namespace  build_tcmd_and_config_docs

Functions

list|dict build_tcmd_and_config_docs.download_json (str url)
str build_tcmd_and_config_docs.strip_readiness_prefix (str readiness_level)
str build_tcmd_and_config_docs.escape_md_cell (str|None text)
str build_tcmd_and_config_docs.render_telecommand_section (list[dict] telecommands)
str build_tcmd_and_config_docs.render_config_variable_section (dict config_data)
None build_tcmd_and_config_docs.generate_markdown_file (Path output_path)
None build_tcmd_and_config_docs.main ()

Variables

str build_tcmd_and_config_docs.TELECOMMAND_LIST_URL = "https://raw.githubusercontent.com/CalgaryToSpace/CTS-SAT-1-Ground-Support/refs/heads/main/cts1_ground_support/bundled_data/cts_sat_1_telecommand_list.json"
str build_tcmd_and_config_docs.CONFIG_VARIABLE_LIST_URL = "https://raw.githubusercontent.com/CalgaryToSpace/CTS-SAT-1-Ground-Support/refs/heads/main/cts1_ground_support/bundled_data/cts_sat_1_config_variable_list.json"
str build_tcmd_and_config_docs.READINESS_LEVEL_PREFIX = "TCMD_READINESS_LEVEL_"
str build_tcmd_and_config_docs.MD_FILE_TEMPLATE