|
6 | 6 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | | - <title>indifferent documentation — indifferent 0.0.post1.dev1+g2549980 documentation</title> |
| 9 | + <title>indifferent documentation — indifferent 0.0.post1.dev1+g049e3b8 documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" /> |
12 | 12 |
|
13 | 13 |
|
14 | 14 | <script src="_static/jquery.js?v=5d32c60e"></script> |
15 | 15 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
16 | | - <script src="_static/documentation_options.js?v=835259e7"></script> |
| 16 | + <script src="_static/documentation_options.js?v=40e7f918"></script> |
17 | 17 | <script src="_static/doctools.js?v=9bcbadda"></script> |
18 | 18 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
19 | 19 | <script src="_static/js/theme.js"></script> |
@@ -112,7 +112,7 @@ <h1>indifferent documentation<a class="headerlink" href="#indifferent-documentat |
112 | 112 | <h2>Indifferent<a class="headerlink" href="#indifferent" title="Link to this heading"></a></h2> |
113 | 113 | <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> |
114 | 114 | <hr class="docutils" /> |
115 | | -<p><img alt="Sample output in HTML format" src="_images/indifferent.jpg" /></p> |
| 115 | +<p><img alt="Sample output in HTML format" src="https://raw.githubusercontent.com/brianwarner/indifferent/main/img/indifferent.jpg" /></p> |
116 | 116 | <hr class="docutils" /> |
117 | 117 | <p>It can produce results in a variety of forms, from raw unprocessed results to formatted HTML.</p> |
118 | 118 | <section id="how-it-works"> |
@@ -347,7 +347,7 @@ <h5>Table for terminal output<a class="headerlink" href="#table-for-terminal-out |
347 | 347 | </pre></div> |
348 | 348 | </div> |
349 | 349 | <p>returns:</p> |
350 | | -<p><img alt="Table rendered by Rich" src="_images/table.jpg" /></p> |
| 350 | +<p><img alt="Table rendered by Rich" src="https://raw.githubusercontent.com/brianwarner/indifferent/main/img/table.jpg" /></p> |
351 | 351 | </section> |
352 | 352 | <section id="unrendered-table"> |
353 | 353 | <h5>Unrendered table<a class="headerlink" href="#unrendered-table" title="Link to this heading"></a></h5> |
@@ -616,7 +616,7 @@ <h5>Styled HTML page<a class="headerlink" href="#styled-html-page" title="Link t |
616 | 616 | </div> |
617 | 617 | <p>returns a file called <code class="docutils literal notranslate"><span class="pre">page.html</span></code> that looks like this:</p> |
618 | 618 | <hr class="docutils" /> |
619 | | -<p><img alt="Formatted indifferent page" src="_images/page.jpg" /></p> |
| 619 | +<p><img alt="Formatted indifferent page" src="https://raw.githubusercontent.com/brianwarner/indifferent/main/img/page.jpg" /></p> |
620 | 620 | </section> |
621 | 621 | </section> |
622 | 622 | </section> |
|
0 commit comments