TSchwenn <[email protected]> writes: > That worked, after several hours of compiling. The notebook server reports > version 5.0 and runs worksheets fine, but the help/documentation links are all > broken ("Document does not exist.") How can I restore the documentation?
Go to the root directory of the Sage installation and type `./sage --docbuild all html`. This will unfortunately take some time, because the documentation builder is pure Python and doesn't do any parallelization. -Keshav ---- Join us in #sagemath on irc.freenode.net ! -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
