Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scripts/gen_markdown_chapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Generate aggregated Markdown files for each examples subfolder.

Usage:
python .scripts/examples_to_markdown_files.py \
python .scripts/gen_markdown_chapters.py \
--examples-dir examples \
--output-dir docs

Expand Down
2 changes: 1 addition & 1 deletion .scripts/gen_markdown_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Generate a Markdown file for each Python example.

Usage:
python .scripts/examples_to_markdown_files.py \
python .scripts/gen_markdown_pages.py \
--examples-dir examples \
--template templates/example_file.mustache \
--output-dir docs
Expand Down
2 changes: 1 addition & 1 deletion .scripts/gen_single_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Generate a Markdown page from Python example files.

Usage::
python .scripts/examples_to_markdown.py \
python .scripts/gen_single_markdown.py \
--examples-dir examples \
--template templates/examples_page.mustache \
--output examples.md
Expand Down