Skip to content

Commit 1673e62

Browse files
deploy: d9c8503
0 parents  commit 1673e62

82 files changed

Lines changed: 14566 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 8a44bab4e32f09f23bd19c996e9fd6c3
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

290 KB
Binary file not shown.

.doctrees/index.doctree

5.3 KB
Binary file not shown.

.doctrees/modules.doctree

2.77 KB
Binary file not shown.
1.02 MB
Binary file not shown.

.nojekyll

Whitespace-only changes.

_modules/index.html

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
2+
3+
<!DOCTYPE html>
4+
<html class="writer-html5" lang="en" data-content_root="../">
5+
<head>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Overview: module code &mdash; Simple JustWatch Python API documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
10+
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=9edc463e" />
11+
12+
13+
<script src="../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
16+
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
17+
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
18+
<script src="../_static/js/theme.js"></script>
19+
<link rel="index" title="Index" href="../genindex.html" />
20+
<link rel="search" title="Search" href="../search.html" />
21+
</head>
22+
23+
<body class="wy-body-for-nav">
24+
<div class="wy-grid-for-nav">
25+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
26+
<div class="wy-side-scroll">
27+
<div class="wy-side-nav-search" >
28+
29+
30+
31+
<a href="../index.html" class="icon icon-home">
32+
Simple JustWatch Python API
33+
</a>
34+
<div role="search">
35+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
36+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
37+
<input type="hidden" name="check_keywords" value="yes" />
38+
<input type="hidden" name="area" value="default" />
39+
</form>
40+
</div>
41+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
42+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
43+
<ul>
44+
<li class="toctree-l1"><a class="reference internal" href="../modules.html">simplejustwatchapi</a></li>
45+
</ul>
46+
47+
</div>
48+
</div>
49+
</nav>
50+
51+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
52+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
53+
<a href="../index.html">Simple JustWatch Python API</a>
54+
</nav>
55+
56+
<div class="wy-nav-content">
57+
<div class="rst-content">
58+
<div role="navigation" aria-label="Page navigation">
59+
<ul class="wy-breadcrumbs">
60+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
61+
<li class="breadcrumb-item active">Overview: module code</li>
62+
<li class="wy-breadcrumbs-aside">
63+
</li>
64+
</ul>
65+
<hr/>
66+
</div>
67+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
68+
<div itemprop="articleBody">
69+
70+
<h1>All modules for which code is available</h1>
71+
<ul><li><a href="simplejustwatchapi/graphql.html">simplejustwatchapi.graphql</a></li>
72+
<li><a href="simplejustwatchapi/justwatch.html">simplejustwatchapi.justwatch</a></li>
73+
<li><a href="simplejustwatchapi/query.html">simplejustwatchapi.query</a></li>
74+
<li><a href="simplejustwatchapi/tuples.html">simplejustwatchapi.tuples</a></li>
75+
</ul>
76+
77+
</div>
78+
</div>
79+
<footer>
80+
81+
<hr/>
82+
83+
<div role="contentinfo">
84+
<p>&#169; Copyright 2023, Electronic-Mango.</p>
85+
</div>
86+
87+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
88+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
89+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
90+
91+
92+
</footer>
93+
</div>
94+
</div>
95+
</section>
96+
</div>
97+
<script>
98+
jQuery(function () {
99+
SphinxRtdTheme.Navigation.enable(true);
100+
});
101+
</script>
102+
103+
</body>
104+
</html>

0 commit comments

Comments
 (0)