Bases: sage.categories.category_types.Category_ideal
The category of ideals in a fixed commutative ring.
EXAMPLES:
sage: C = CommutativeRingIdeals(IntegerRing())
sage: C
Category of commutative ring ideals in Integer Ring
EXAMPLES:
sage: CommutativeRingIdeals(ZZ).super_categories()
[Category of ring ideals in Integer Ring]