Back to Great Expectations

Home

docs/docusaurus/docs/gx_welcome.md

1.20.0867 B
Original Source

import LinkCardGrid from '@site/src/components/LinkCardGrid'; import LinkCard from '@site/src/components/LinkCard';

Great Expectations documentation

<p className="DocItem__header-description">Learn everything you need to know about GX Core</p>

What do you want to do today?

<LinkCardGrid> <LinkCard topIcon label="Get started with GX Core" description="Get started with the Great Expectations Python library." to="/core/introduction/" icon="/img/oss_icon.svg" /> <LinkCard topIcon label="Learn about GX features" description="Use tutorials and conceptual topics to learn more about GX features and functionality." to="/reference/learn" icon="/img/overview_icon.svg" /> <LinkCard topIcon label="Reference the GX API" description="View API reference for details on classes and methods." to="/reference" icon="/img/api_icon.svg" /> </LinkCardGrid>