I want to perform some calculations using modular polynomials, and I saw that Sage already offers some databases for this. Most notably, I came across this. But, I couldn't find any documentation or tutorial as how this database is actually used, or what it actually includes. I can do something like this, but it doesn't give much information:
db = ClassicalModularPolynomialDatabase()
print db
Is there any tutorial or documentation as how to use modular polynomials in Sage?