Skip to content

Commit

Permalink
add process_md_docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 11, 2024
1 parent 3659b63 commit dda7097
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions docs_src/process_md_docs.py
2 changes: 1 addition & 1 deletion tools/doc/process_md_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ def process_main_readme(repo_dir: str):
process_md_file(hello_imgui_dir + "doc_params.src.md", hello_imgui_dir + "doc_params.md")
process_md_file(hello_imgui_dir + "doc_api.src.md", hello_imgui_dir + "doc_api.md")

generate_book_script = repo_dir + "docs_src/generate_book.sh"
generate_book_script = repo_dir + "docs_src/_generate_book_impl.sh"
os.system(generate_book_script)

0 comments on commit dda7097

Please sign in to comment.