# Causallib **A one-stop shop Python package for flexible and modular causal inference modeling** ::::{grid} 1 1 2 2 :gutter: 3 :::{grid-item-card} 🚀 Getting Started :link: getting_started :link-type: doc Installation, quick start guide, and core concepts ::: :::{grid-item-card} 📚 User Guide :link: user_guide/index :link-type: doc In-depth guides on estimation methods and workflows ::: :::{grid-item-card} 📖 API Reference :link: api/index :link-type: doc Complete API documentation with all classes and functions ::: :::{grid-item-card} 💡 Examples :link: examples/index :link-type: doc Interactive notebooks with real-world applications ::: :::: ```{include} ../../README.md :end-before: "# Causal Inference 360" ``` ```{include} ../../README.md :start-after: "A Python package for inferring causal effects from observational data." ``` --- ## Documentation Structure ```{eval-rst} .. toctree:: :maxdepth: 2 :caption: Contents getting_started user_guide/index examples/index api/index ``` --- ::::{grid} 1 1 2 2 :gutter: 3 :::{grid-item-card} 📝 Contributing :link: https://github.com/BiomedSciAI/causallib/blob/master/CONTRIBUTING.md Learn how to contribute to CausalLib ::: :::{grid-item-card} 📜 Code of Conduct :link: https://github.com/BiomedSciAI/causallib/blob/master/CODE_OF_CONDUCT.md Our community guidelines and standards ::: :::: ## Indices and Tables - {ref}`genindex` - {ref}`modindex` - {ref}`search`