diff --git a/Makefile b/Makefile index ecc8a5a..f8e452f 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,5 @@ build: clean test python3 -m build html: build - cp -r img docsrc/ sphinx-build -b html docsrc docs -E -d "docsrc/_doctrees" touch docs/.nojekyll diff --git a/README.md b/README.md index f89363b..f8ac750 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -![Sample output in HTML format](./img/indifferent.jpg) +![Sample output in HTML format](https://raw.githubusercontent.com/brianwarner/indifferent/main/img/indifferent.jpg) --- @@ -260,7 +260,7 @@ compare( returns: -![Table rendered by Rich](./img/table.jpg) +![Table rendered by Rich](https://raw.githubusercontent.com/brianwarner/indifferent/main/img/table.jpg) #### Unrendered table @@ -548,7 +548,7 @@ returns a file called `page.html` that looks like this: --- -![Formatted indifferent page](./img/page.jpg) +![Formatted indifferent page](https://raw.githubusercontent.com/brianwarner/indifferent/main/img/page.jpg) --- diff --git a/docs/.buildinfo b/docs/.buildinfo index 6afa309..af91d89 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -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: 3de047242dee3f7225fa81b5ed3b5ff6 +config: 5f344ed3d9f25b7493b822771d046c51 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/.buildinfo.bak b/docs/.buildinfo.bak index 60f257a..6afa309 100644 --- a/docs/.buildinfo.bak +++ b/docs/.buildinfo.bak @@ -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: 2ddf295e9ff3c04692b266247e10e999 +config: 3de047242dee3f7225fa81b5ed3b5ff6 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 339eef4..f8d71cd 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -5,14 +5,14 @@ - Overview: module code — indifferent 0.0.post1.dev1+g2549980 documentation + Overview: module code — indifferent 1.0.0.post1.dev0+g02419b0.d20241124 documentation - + diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index d40013d..28ecde3 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.0.post1.dev1+g2549980', + VERSION: '1.0.0.post1.dev0+g02419b0.d20241124', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/genindex.html b/docs/genindex.html index 7ae0502..82351d5 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -5,14 +5,14 @@ - Index — indifferent 0.0.post1.dev1+g2549980 documentation + Index — indifferent 1.0.0.post1.dev0+g02419b0.d20241124 documentation - + diff --git a/docs/index.html b/docs/index.html index 39dbf2b..4000cfb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,14 +6,14 @@ - indifferent documentation — indifferent 0.0.post1.dev1+g2549980 documentation + indifferent documentation — indifferent 1.0.0.post1.dev0+g02419b0.d20241124 documentation - + @@ -112,7 +112,7 @@

indifferent documentation

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.


-

Sample output in HTML format

+

Sample output in HTML format


It can produce results in a variety of forms, from raw unprocessed results to formatted HTML.

@@ -347,7 +347,7 @@
Table for terminal output

+

Table rendered by Rich

Unrendered table
@@ -616,7 +616,7 @@
Styled HTML pagepage.html that looks like this:


-

Formatted indifferent page

+

Formatted indifferent page

diff --git a/docs/objects.inv b/docs/objects.inv index f302b18..68a88fa 100644 Binary files a/docs/objects.inv and b/docs/objects.inv differ diff --git a/docs/py-modindex.html b/docs/py-modindex.html index e49da82..1c0672a 100644 --- a/docs/py-modindex.html +++ b/docs/py-modindex.html @@ -5,14 +5,14 @@ - Python Module Index — indifferent 0.0.post1.dev1+g2549980 documentation + Python Module Index — indifferent 1.0.0.post1.dev0+g02419b0.d20241124 documentation - + diff --git a/docs/search.html b/docs/search.html index f9e35b1..a1fd5c8 100644 --- a/docs/search.html +++ b/docs/search.html @@ -5,7 +5,7 @@ - Search — indifferent 0.0.post1.dev1+g2549980 documentation + Search — indifferent 1.0.0.post1.dev0+g02419b0.d20241124 documentation @@ -13,7 +13,7 @@ - + diff --git a/img/indifferent.jpg b/img/indifferent.jpg deleted file mode 100644 index 49a0bd5..0000000 Binary files a/img/indifferent.jpg and /dev/null differ diff --git a/img/page.jpg b/img/page.jpg deleted file mode 100644 index 43cbbef..0000000 Binary files a/img/page.jpg and /dev/null differ diff --git a/img/table.jpg b/img/table.jpg deleted file mode 100644 index 2e6fa49..0000000 Binary files a/img/table.jpg and /dev/null differ