Version-Specific SCons Documentation
The SCons man page and User's Guide are available in different formats for most recent releases. The current stable release of SCons is 0.98.3.
SCons man page
In general, the man page is updated whenever new functionality is added or something changes. The man pages for various recent releases are available in the following formats:
page
HTML
SCons User's Guide
Unlike the man page, the User's Guide is not updated in lock-step with the code, so it tends to lag in its discussion of newer features. Copies of the User's Guide for various recent releases are available in the following formats:
page
HTML
page
HTML
SCons API
The API documentation is generated for each release by epydoc. The HTML source also includes links to the source code itself, which makes it a good way to poke around and familiarize yourself with the source code. NOTE: We only started generating this documentation with the 0.96.95 release, so it's likely that much of the text might reflect older, outdated versions of source code, and needs updating. If you find these sorts of things, please let us know by filing a bug report, or even submitting a patch yourself.