Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:

sphinx:
configuration: doc/conf.py
fail_on_warning: false
fail_on_warning: true

python:
install:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# moderndive (Python)

<img src="https://raw.githubusercontent.com/moderndive/moderndive-python/main/doc/_static/moderndive-logo.png" align="right" height="160" alt="ModernDive hex logo" />

[![Tests](https://github.com/moderndive/moderndive-python/actions/workflows/tests.yml/badge.svg)](https://github.com/moderndive/moderndive-python/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/moderndive/moderndive-python/branch/main/graph/badge.svg)](https://codecov.io/gh/moderndive/moderndive-python)
[![Docs](https://readthedocs.org/projects/moderndive/badge/?version=latest)](https://moderndive.readthedocs.io/en/latest/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

The Python companion package for **ModernDive: Statistical Inference via Data
Expand Down
2 changes: 1 addition & 1 deletion doc/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: bcbd219b6ca626b84a5c9c0347611706
config: 0c9d817d2fd50a48c4a189327597713b
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified doc/_build/html/.doctrees/api.doctree
Binary file not shown.
Binary file modified doc/_build/html/.doctrees/environment.pickle
Binary file not shown.
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html">
<link rel="prefetch" href="../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>Overview: module code - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/correlation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html">
<link rel="prefetch" href="../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.correlation - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html">
<link rel="prefetch" href="../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.data - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/infer/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../../genindex.html"><link rel="search" title="Search" href="../../../search.html">
<link rel="prefetch" href="../../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.infer.core - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/infer/theoretical.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../../genindex.html"><link rel="search" title="Search" href="../../../search.html">
<link rel="prefetch" href="../../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.infer.theoretical - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/infer/viz.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../../genindex.html"><link rel="search" title="Search" href="../../../search.html">
<link rel="prefetch" href="../../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.infer.viz - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/modeling.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html">
<link rel="prefetch" href="../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.modeling - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/plots.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html">
<link rel="prefetch" href="../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.plots - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/_modules/moderndive/plots/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../../genindex.html"><link rel="search" title="Search" href="../../../search.html">
<link rel="prefetch" href="../../../_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="../../../_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive.plots.models - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -181,6 +182,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="../../../index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="../../../_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
Binary file added doc/_build/html/_static/moderndive-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion doc/_build/html/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html"><link rel="prev" title="moderndive (Python)" href="index.html">
<link rel="prefetch" href="_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>API reference - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -182,6 +183,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#"><link rel="search" title="Search" href="search.html">
<link rel="prefetch" href="_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 --><title>Index - moderndive 0.1.0</title>
<link rel="shortcut icon" href="_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 --><title>Index - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -180,6 +181,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html"><link rel="next" title="API reference" href="api.html">
<link rel="prefetch" href="_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<title>moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -182,6 +183,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="#">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html">
<link rel="prefetch" href="_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 --><title>Python Module Index - moderndive 0.1.0</title>
<link rel="shortcut icon" href="_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 --><title>Python Module Index - moderndive 0.1.0</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -180,6 +181,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
6 changes: 5 additions & 1 deletion doc/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="#">
<link rel="prefetch" href="_static/moderndive-logo.png" as="image">

<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<link rel="shortcut icon" href="_static/moderndive-logo.png"><!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
<meta name="robots" content="noindex" />
<title>Search - moderndive 0.1.0</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
Expand Down Expand Up @@ -182,6 +183,9 @@
<div class="sidebar-container">

<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="_static/moderndive-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">moderndive 0.1.0</span>

Expand Down
Loading
Loading