-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
162 changed files
with
27,307 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 88f68e9c54cc0f0c28947dc148cde1c6 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,378 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
|
||
|
||
<html lang="en" > | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Overview: module code — pandas-vet</title> | ||
|
||
|
||
|
||
<script data-cfasync="false"> | ||
document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; | ||
document.documentElement.dataset.theme = localStorage.getItem("theme") || "light"; | ||
</script> | ||
|
||
<!-- Loaded before other Sphinx assets --> | ||
<link href="../_static/styles/theme.css?digest=e353d410970836974a52" rel="stylesheet" /> | ||
<link href="../_static/styles/bootstrap.css?digest=e353d410970836974a52" rel="stylesheet" /> | ||
<link href="../_static/styles/pydata-sphinx-theme.css?digest=e353d410970836974a52" rel="stylesheet" /> | ||
|
||
|
||
<link href="../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=e353d410970836974a52" rel="stylesheet" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> | ||
<link rel="stylesheet" href="../_static/styles/sphinx-book-theme.css?digest=14f4ca6b54d191a8c7657f6c759bf11a5fb86285" type="text/css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/design-style.4045f2051d55cab465a707391d5b2007.min.css" /> | ||
|
||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" /> | ||
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" /> | ||
|
||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script> | ||
<script src="../_static/jquery.js"></script> | ||
<script src="../_static/underscore.js"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script> | ||
<script src="../_static/doctools.js"></script> | ||
<script src="../_static/clipboard.min.js"></script> | ||
<script src="../_static/copybutton.js"></script> | ||
<script src="../_static/scripts/sphinx-book-theme.js?digest=5a5c038af52cf7bc1a1ec88eea08e6366ee68824"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="../_static/togglebutton.js"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="../_static/design-tabs.js"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js" | ||
const thebe_selector = ".thebe,.cell" | ||
const thebe_selector_input = "pre" | ||
const thebe_selector_output = ".output, .cell_output" | ||
</script> | ||
<script async="async" src="../_static/sphinx-thebe.js"></script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/index';</script> | ||
<link rel="index" title="Index" href="../genindex.html" /> | ||
<link rel="search" title="Search" href="../search.html" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="docsearch:language" content="en"/> | ||
</head> | ||
|
||
|
||
<body data-bs-spy="scroll" data-bs-target=".bd-toc-nav" data-offset="180" data-bs-root-margin="0px 0px -60%" data-default-mode=""> | ||
|
||
|
||
|
||
<a class="skip-link" href="#main-content">Skip to main content</a> | ||
|
||
<input type="checkbox" | ||
class="sidebar-toggle" | ||
name="__primary" | ||
id="__primary"/> | ||
<label class="overlay overlay-primary" for="__primary"></label> | ||
|
||
<input type="checkbox" | ||
class="sidebar-toggle" | ||
name="__secondary" | ||
id="__secondary"/> | ||
<label class="overlay overlay-secondary" for="__secondary"></label> | ||
|
||
<div class="search-button__wrapper"> | ||
<div class="search-button__overlay"></div> | ||
<div class="search-button__search-container"> | ||
<form class="bd-search d-flex align-items-center" | ||
action="../search.html" | ||
method="get"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<input type="search" | ||
class="form-control" | ||
name="q" | ||
id="search-input" | ||
placeholder="Search this book..." | ||
aria-label="Search this book..." | ||
autocomplete="off" | ||
autocorrect="off" | ||
autocapitalize="off" | ||
spellcheck="false"/> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span> | ||
</form></div> | ||
</div> | ||
|
||
<nav class="bd-header navbar navbar-expand-lg bd-navbar"> | ||
</nav> | ||
|
||
<div class="bd-container"> | ||
<div class="bd-container__inner bd-page-width"> | ||
|
||
<div class="bd-sidebar-primary bd-sidebar"> | ||
|
||
|
||
|
||
<div class="sidebar-header-items sidebar-primary__section"> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div class="sidebar-primary-items__start sidebar-primary__section"> | ||
<div class="sidebar-primary-item"> | ||
|
||
|
||
<a class="navbar-brand logo" href="../index.html"> | ||
|
||
|
||
|
||
|
||
|
||
<p class="title logo__title">pandas-vet</p> | ||
|
||
</a></div> | ||
<div class="sidebar-primary-item"><nav class="bd-links" id="bd-docs-nav" aria-label="Main"> | ||
<div class="bd-toc-item navbar-nav active"> | ||
|
||
<ul class="nav bd-sidenav bd-sidenav__home-link"> | ||
<li class="toctree-l1"> | ||
<a class="reference internal" href="../index.html"> | ||
pandas-vet Documentation | ||
</a> | ||
</li> | ||
</ul> | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Guides</span></p> | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"><a class="reference internal" href="../guides/install.html">Installation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../guides/dev.html">Development guide</a></li> | ||
</ul> | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">API docs</span></p> | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"><a class="reference internal" href="../api/pandas_vet.html">pandas_vet</a></li> | ||
</ul> | ||
|
||
</div> | ||
</nav></div> | ||
</div> | ||
|
||
|
||
<div class="sidebar-primary-items__end sidebar-primary__section"> | ||
</div> | ||
|
||
<div id="rtd-footer-container"></div> | ||
|
||
|
||
</div> | ||
|
||
<main id="main-content" class="bd-main"> | ||
|
||
|
||
|
||
<div class="sbt-scroll-pixel-helper"></div> | ||
|
||
<div class="bd-content"> | ||
<div class="bd-article-container"> | ||
|
||
<div class="bd-header-article"> | ||
<div class="header-article-items header-article__inner"> | ||
|
||
<div class="header-article-items__start"> | ||
|
||
<div class="header-article-item"><label class="sidebar-toggle primary-toggle btn btn-sm" for="__primary" title="Toggle primary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<span class="fa-solid fa-bars"></span> | ||
</label></div> | ||
|
||
</div> | ||
|
||
|
||
<div class="header-article-items__end"> | ||
|
||
<div class="header-article-item"> | ||
|
||
<div class="article-header-buttons"> | ||
|
||
|
||
|
||
|
||
|
||
<div class="dropdown dropdown-source-buttons"> | ||
<button class="btn dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Source repositories"> | ||
<i class="fab fa-github"></i> | ||
</button> | ||
<ul class="dropdown-menu"> | ||
|
||
|
||
|
||
<li><a href="https://github.com/deppen8/pandas-vet" target="_blank" | ||
class="btn btn-sm btn-source-repository-button dropdown-item" | ||
title="Source repository" | ||
data-bs-placement="left" data-bs-toggle="tooltip" | ||
> | ||
|
||
|
||
<span class="btn__icon-container"> | ||
<i class="fab fa-github"></i> | ||
</span> | ||
<span class="btn__text-container">Repository</span> | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
<li><a href="https://github.com/deppen8/pandas-vet/issues/new?title=Issue%20on%20page%20%2F_modules/index.html&body=Your%20issue%20content%20here." target="_blank" | ||
class="btn btn-sm btn-source-issues-button dropdown-item" | ||
title="Open an issue" | ||
data-bs-placement="left" data-bs-toggle="tooltip" | ||
> | ||
|
||
|
||
<span class="btn__icon-container"> | ||
<i class="fas fa-lightbulb"></i> | ||
</span> | ||
<span class="btn__text-container">Open issue</span> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
|
||
|
||
<button onclick="toggleFullScreen()" | ||
class="btn btn-sm btn-fullscreen-button" | ||
title="Fullscreen mode" | ||
data-bs-placement="bottom" data-bs-toggle="tooltip" | ||
> | ||
|
||
|
||
<span class="btn__icon-container"> | ||
<i class="fas fa-expand"></i> | ||
</span> | ||
|
||
</button> | ||
|
||
|
||
<script> | ||
document.write(` | ||
<button class="theme-switch-button btn btn-sm btn-outline-primary navbar-btn rounded-circle" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<span class="theme-switch" data-mode="light"><i class="fa-solid fa-sun"></i></span> | ||
<span class="theme-switch" data-mode="dark"><i class="fa-solid fa-moon"></i></span> | ||
<span class="theme-switch" data-mode="auto"><i class="fa-solid fa-circle-half-stroke"></i></span> | ||
</button> | ||
`); | ||
</script> | ||
|
||
<script> | ||
document.write(` | ||
<button class="btn btn-sm navbar-btn search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
</button> | ||
`); | ||
</script> | ||
|
||
</div></div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div id="jb-print-docs-body" class="onlyprint"> | ||
<h1></h1> | ||
<!-- Table of contents --> | ||
<div id="print-main-content"> | ||
<div id="jb-print-toc"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div id="searchbox"></div> | ||
<article class="bd-article" role="main"> | ||
|
||
<h1>All modules for which code is available</h1> | ||
<ul><li><a href="pandas_vet/__init__.html">pandas_vet.__init__</a></li> | ||
</ul> | ||
|
||
</article> | ||
|
||
|
||
|
||
|
||
<footer class="bd-footer-article"> | ||
|
||
<div class="footer-article-items footer-article__inner"> | ||
|
||
<div class="footer-article-item"><!-- Previous / next buttons --> | ||
<div class="prev-next-area"> | ||
</div></div> | ||
|
||
</div> | ||
|
||
</footer> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
<footer class="bd-footer-content"> | ||
|
||
<div class="bd-footer-content__inner container"> | ||
|
||
<div class="footer-item"> | ||
|
||
<p class="component-author"> | ||
By Jacob Deppen | ||
</p> | ||
|
||
</div> | ||
|
||
<div class="footer-item"> | ||
|
||
<p class="copyright"> | ||
|
||
© Copyright 2023. | ||
<br/> | ||
|
||
</p> | ||
|
||
</div> | ||
|
||
<div class="footer-item"> | ||
|
||
</div> | ||
|
||
<div class="footer-item"> | ||
|
||
</div> | ||
|
||
</div> | ||
</footer> | ||
|
||
|
||
</main> | ||
</div> | ||
</div> | ||
|
||
<!-- Scripts loaded after <body> so the DOM is not blocked --> | ||
<script src="../_static/scripts/bootstrap.js?digest=e353d410970836974a52"></script> | ||
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52"></script> | ||
|
||
<footer class="bd-footer"> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.