MCPcopy Create free account
hub / github.com/Overv/VulkanTutorial / generate_markdown_preface

Function generate_markdown_preface

build_ebook.py:94–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93
94def generate_markdown_preface() -> str:
95 current_date = datetime.now().strftime("%B %Y")
96
97 return "\n".join(
98 [
99 "% Vulkan Tutorial",
100 "% Alexander Overvoorde",
101 f"% {current_date}",
102 ]
103 )
104
105
106def generate_markdown_chapter(

Callers 1

compile_full_markdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected