Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit c66c9ba

Browse files
author
Matthew J. Bryan
committed
Update refs in example code to work.
1 parent 31765d6 commit c66c9ba

28 files changed

+2270
-2036
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: f06feb95dcdbd0c8e66838e159168829
3+
config: 14dff5ab0e20fa587ff5f84e6a552bf2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_modules/index.html

Lines changed: 51 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,35 @@
1+
12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
23
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
34

4-
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
7+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
78
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
9-
<title>Overview: module code &mdash; py-combtest 1.0.1.0 documentation</title>
10-
9+
<title>Overview: module code &#8212; py-combtest 1.0.1.0 documentation</title>
1110
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
1211
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13-
14-
<script type="text/javascript">
15-
var DOCUMENTATION_OPTIONS = {
16-
URL_ROOT: '../',
17-
VERSION: '1.0.1.0',
18-
COLLAPSE_INDEX: false,
19-
FILE_SUFFIX: '.html',
20-
HAS_SOURCE: true
21-
};
22-
</script>
12+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
2313
<script type="text/javascript" src="../_static/jquery.js"></script>
2414
<script type="text/javascript" src="../_static/underscore.js"></script>
2515
<script type="text/javascript" src="../_static/doctools.js"></script>
26-
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
27-
<link rel="top" title="py-combtest 1.0.1.0 documentation" href="../index.html" />
16+
<script type="text/javascript" src="../_static/language_data.js"></script>
17+
<link rel="index" title="Index" href="../genindex.html" />
18+
<link rel="search" title="Search" href="../search.html" />
2819

20+
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
21+
2922

3023
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
3124

32-
</head>
33-
<body role="document">
25+
</head><body>
26+
3427

3528
<div class="document">
3629
<div class="documentwrapper">
3730
<div class="bodywrapper">
31+
32+
3833
<div class="body" role="main">
3934

4035
<h1>All modules for which code is available</h1>
@@ -52,10 +47,35 @@ <h1>All modules for which code is available</h1>
5247
</ul>
5348

5449
</div>
50+
5551
</div>
5652
</div>
5753
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
58-
<div class="sphinxsidebarwrapper"><div class="relations">
54+
<div class="sphinxsidebarwrapper">
55+
<h1 class="logo"><a href="../index.html">py-combtest</a></h1>
56+
57+
58+
59+
60+
61+
62+
63+
64+
<h3>Navigation</h3>
65+
<p class="caption"><span class="caption-text">Quick start</span></p>
66+
<ul>
67+
<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Overview</a></li>
68+
<li class="toctree-l1"><a class="reference internal" href="../introduction.html#why-this-kind-of-testing">Why this kind of testing?</a></li>
69+
<li class="toctree-l1"><a class="reference internal" href="../introduction.html#high-level-example">High level example</a></li>
70+
<li class="toctree-l1"><a class="reference internal" href="../introduction.html#comparison-to-unittest-and-pytest-case-generation">Comparison to unittest and pytest case generation</a></li>
71+
<li class="toctree-l1"><a class="reference internal" href="../examples.html">Example code</a></li>
72+
</ul>
73+
<p class="caption"><span class="caption-text">Reference</span></p>
74+
<ul>
75+
<li class="toctree-l1"><a class="reference internal" href="../api.html">py-combtest API reference</a></li>
76+
</ul>
77+
78+
<div class="relations">
5979
<h3>Related Topics</h3>
6080
<ul>
6181
<li><a href="../index.html">Documentation overview</a><ul>
@@ -64,14 +84,24 @@ <h3>Related Topics</h3>
6484
</div>
6585
<div id="searchbox" style="display: none" role="search">
6686
<h3>Quick search</h3>
87+
<div class="searchformwrapper">
6788
<form class="search" action="../search.html" method="get">
6889
<input type="text" name="q" />
6990
<input type="submit" value="Go" />
7091
<input type="hidden" name="check_keywords" value="yes" />
7192
<input type="hidden" name="area" value="default" />
7293
</form>
94+
</div>
7395
</div>
7496
<script type="text/javascript">$('#searchbox').show(0);</script>
97+
98+
99+
100+
101+
102+
103+
104+
75105
</div>
76106
</div>
77107
<div class="clearer"></div>
@@ -80,8 +110,8 @@ <h3>Quick search</h3>
80110
&copy;2019, Matthew J. Bryan (Dell/EMC Isilon).
81111

82112
|
83-
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4</a>
84-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.7</a>
113+
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.5</a>
114+
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
85115

86116
</div>
87117

0 commit comments

Comments
 (0)