Skip to content

Commit 5524f02

Browse files
krystophnyclaude
andcommitted
fix: correct FORD page_dir configuration syntax for examples processing
Fixes FORD configuration syntax to properly process doc/examples/ directory: - Changed page_dir from multi-line to single-line format - Now generates all 17 example HTML pages with embedded image references - Restores working Examples Gallery navigation in FORD documentation - Image paths preserved: ../../media/examples/example_name/output.png Verified: All example pages now generated correctly in build/doc/page/examples/ with proper embedded image references for GitHub Pages deployment. Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5554ab0 commit 5524f02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ project_github: https://github.com/krystophny/fortplotlib
77
project_download: https://github.com/krystophny/fortplotlib/releases
88
output_dir: ./build/doc
99
media_dir: ./doc/media
10-
page_dir: ./doc
11-
./doc/examples
10+
page_dir: ./doc ./doc/examples
1211
src_dir: ./src
1312
./example
1413
exclude_dir: ./thirdparty

0 commit comments

Comments
 (0)