Skip to content

Conversation

@ssam18
Copy link

@ssam18 ssam18 commented Nov 17, 2025

I noticed the tutorial documentation had some confusing references about where the Jamroot file is located. The docs said the tutorial directory contains a Jamroot, but it actually has a Jamfile. The actual Jamroot is in the parent example directory.

This was causing confusion because the link correctly pointed to ../example/Jamroot, but the text suggested it was in the tutorial directory itself.

Changes:

  • Corrected the file listing for the tutorial directory to show Jamfile instead of Jamroot
  • Clarified that the Jamroot is in the parent example directory
  • Updated the link description to make it clear where the file is located

This should help people following the tutorial find the right files without confusion.

Fixes boostorg/boost#1045

The tutorial was incorrectly stating that the tutorial directory contains
a Jamroot file, when it actually contains a Jamfile. The Jamroot is in
the parent example directory. This was causing confusion as the link
pointed to example/Jamroot but the text suggested it was in the tutorial
directory.

Updated the documentation to clarify:
- The tutorial directory contains hello.cpp, hello.py, and Jamfile
- The parent example directory contains the Jamroot template
- Made the link description clearer about the file location

Fixes #1045

Signed-off-by: Samaresh Kumar Singh <[email protected]>
@ssam18
Copy link
Author

ssam18 commented Nov 17, 2025

I was following the tutorial to learn Boost.Python and kept looking for a Jamroot file in the tutorial directory that didn't exist. Took me a while to realize it was actually a Jamfile, and the Jamroot was in the parent directory. Hope this clarification helps others avoid the same confusion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken link in the tutorial

1 participant