1 | initial version |
If you've downloaded the source code for Sage but haven't built Sage yet (by typing 'make'), then as kcrisman says, the source code for the Sage library is packaged in SAGE_ROOT/spkg/standard/sage-5.2.spkg
. So you could do this (starting from SAGE_ROOT
):
$ cd spkg/standard
$ tar xfj sage-5.2.spkg
$ cd sage-5.2/sage
Then you can browse through the source code as found on line.