Skip to content

Commit d61c5f3

Browse files
authored
Update docs and deps
* Bump version of talkgooder * Add shields to README * Rebuild the documentation Signed-off-by: Brian Warner <[email protected]>
1 parent d75e481 commit d61c5f3

12 files changed

+25
-16
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Indifferent
22

3+
![PyPI - License](https://img.shields.io/pypi/l/indifferent?color=blue)
4+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/brianwarner/indifferent/pre-release.yml?label=Build%20and%20test)
5+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/brianwarner/indifferent/release.yml?label=Publish%20to%20PyPI)
6+
![PyPI - Downloads](https://img.shields.io/pypi/dm/indifferent)
7+
38
`indifferent` analyzes two strings, computes the difference between the two, and prints the results in a variety of formats. It is indifferent to formatting and separators, focusing on the actual content of the strings.
49

510
---

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: de13bc715619a413278cf4108c0e9cfe
3+
config: f3a38be290006d60e9c7ec0f3d8a41d3
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.buildinfo.bak

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: a65c000575826e60358ac35c94c66fbd
3+
config: de13bc715619a413278cf4108c0e9cfe
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_modules/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &mdash; indifferent 0.0.post1.dev1+g45ad1e1 documentation</title>
8+
<title>Overview: module code &mdash; indifferent 0.0.post1.dev1+g12f3ac9 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../_static/documentation_options.js?v=b59e89a2"></script>
15+
<script src="../_static/documentation_options.js?v=3b2bfbf3"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/js/theme.js"></script>

docs/_modules/indifferent.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>indifferent &mdash; indifferent 0.0.post1.dev1+g45ad1e1 documentation</title>
8+
<title>indifferent &mdash; indifferent 0.0.post1.dev1+g12f3ac9 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../_static/documentation_options.js?v=b59e89a2"></script>
15+
<script src="../_static/documentation_options.js?v=3b2bfbf3"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/js/theme.js"></script>

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.0.post1.dev1+g45ad1e1',
2+
VERSION: '0.0.post1.dev1+g12f3ac9',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/genindex.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &mdash; indifferent 0.0.post1.dev1+g45ad1e1 documentation</title>
8+
<title>Index &mdash; indifferent 0.0.post1.dev1+g12f3ac9 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="_static/jquery.js?v=5d32c60e"></script>
1414
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="_static/documentation_options.js?v=b59e89a2"></script>
15+
<script src="_static/documentation_options.js?v=3b2bfbf3"></script>
1616
<script src="_static/doctools.js?v=9bcbadda"></script>
1717
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="_static/js/theme.js"></script>

docs/index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>indifferent documentation &mdash; indifferent 0.0.post1.dev1+g45ad1e1 documentation</title>
9+
<title>indifferent documentation &mdash; indifferent 0.0.post1.dev1+g12f3ac9 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212

1313

1414
<script src="_static/jquery.js?v=5d32c60e"></script>
1515
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="_static/documentation_options.js?v=b59e89a2"></script>
16+
<script src="_static/documentation_options.js?v=3b2bfbf3"></script>
1717
<script src="_static/doctools.js?v=9bcbadda"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="_static/js/theme.js"></script>
@@ -110,6 +110,10 @@
110110
<h1>indifferent documentation<a class="headerlink" href="#indifferent-documentation" title="Link to this heading"></a></h1>
111111
<section id="indifferent">
112112
<h2>Indifferent<a class="headerlink" href="#indifferent" title="Link to this heading"></a></h2>
113+
<p><img alt="PyPI - License" src="https://img.shields.io/pypi/l/indifferent?color=blue" />
114+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/brianwarner/indifferent/pre-release.yml?label=Build%20and%20test" />
115+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/brianwarner/indifferent/release.yml?label=Publish%20to%20PyPI" />
116+
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/indifferent" /></p>
113117
<p><code class="docutils literal notranslate"><span class="pre">indifferent</span></code> analyzes two strings, computes the difference between the two, and prints the results in a variety of formats. It is indifferent to formatting and separators, focusing on the actual content of the strings.</p>
114118
<hr class="docutils" />
115119
<p><img alt="Sample output in HTML format" src="https://raw.githubusercontent.com/brianwarner/indifferent/main/img/indifferent.jpg" /></p>

docs/objects.inv

0 Bytes
Binary file not shown.

docs/py-modindex.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Python Module Index &mdash; indifferent 0.0.post1.dev1+g45ad1e1 documentation</title>
8+
<title>Python Module Index &mdash; indifferent 0.0.post1.dev1+g12f3ac9 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="_static/jquery.js?v=5d32c60e"></script>
1414
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="_static/documentation_options.js?v=b59e89a2"></script>
15+
<script src="_static/documentation_options.js?v=3b2bfbf3"></script>
1616
<script src="_static/doctools.js?v=9bcbadda"></script>
1717
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="_static/js/theme.js"></script>

docs/search.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Search &mdash; indifferent 0.0.post1.dev1+g45ad1e1 documentation</title>
8+
<title>Search &mdash; indifferent 0.0.post1.dev1+g12f3ac9 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1111

1212

1313

1414
<script src="_static/jquery.js?v=5d32c60e"></script>
1515
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="_static/documentation_options.js?v=b59e89a2"></script>
16+
<script src="_static/documentation_options.js?v=3b2bfbf3"></script>
1717
<script src="_static/doctools.js?v=9bcbadda"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="_static/js/theme.js"></script>

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
rich==13.9.4
2-
talkgooder==1.1.0
2+
talkgooder==1.1.1

0 commit comments

Comments
 (0)