Skip to content

Commit

Permalink
Update docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Jun 26, 2024
1 parent 0cb44f6 commit dfc7b3f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _sources/getting_started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Interacting with your new code
| 4) Run type checking using mypy:
| `mypy --strict .`
| 5) Build your docs locally:
| `tox -e build_docs` or `cd docs; make html`.
| `tox -e build_docs` or `cd docs; make html`
| After building the docs, view them with
| `open docs/_build/html/index.html`
Expand Down
4 changes: 2 additions & 2 deletions coverage/class_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>
</h2>
<p class="text">
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
</div>
</header>
Expand Down Expand Up @@ -108,7 +108,7 @@ <h2>
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
</div>
<aside class="hidden">
Expand Down
4 changes: 2 additions & 2 deletions coverage/function_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>
</h2>
<p class="text">
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
</div>
</header>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h2>
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
</div>
<aside class="hidden">
Expand Down
4 changes: 2 additions & 2 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>
</h2>
<p class="text">
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
</div>
</header>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h2>
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
</div>
<aside class="hidden">
Expand Down
4 changes: 2 additions & 2 deletions coverage/z_e6f4b5fa949e942d_example_module_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>
<a id="nextFileLink" class="nav" href="index.html">&#xbb; next</a>
&nbsp; &nbsp; &nbsp;
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
<aside class="hidden">
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h2>
<a class="nav" href="index.html">&#xbb; next</a>
&nbsp; &nbsp; &nbsp;
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
created at 2024-06-26 14:59 +0000
created at 2024-06-26 15:04 +0000
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>Interacting with your new code<a class="headerlink" href="#interacting-with-
<div class="line">4) Run type checking using mypy:</div>
<div class="line"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mypy</span> <span class="pre">--strict</span> <span class="pre">.</span></code></div>
<div class="line">5) Build your docs locally:</div>
<div class="line"><code class="xref py py-obj docutils literal notranslate"><span class="pre">tox</span> <span class="pre">-e</span> <span class="pre">build_docs</span></code> or <code class="xref py py-obj docutils literal notranslate"><span class="pre">cd</span> <span class="pre">docs;</span> <span class="pre">make</span> <span class="pre">html</span></code>.</div>
<div class="line"><code class="xref py py-obj docutils literal notranslate"><span class="pre">tox</span> <span class="pre">-e</span> <span class="pre">build_docs</span></code> or <code class="xref py py-obj docutils literal notranslate"><span class="pre">cd</span> <span class="pre">docs;</span> <span class="pre">make</span> <span class="pre">html</span></code></div>
<div class="line">After building the docs, view them with</div>
<div class="line"><code class="xref py py-obj docutils literal notranslate"><span class="pre">open</span> <span class="pre">docs/_build/html/index.html</span></code></div>
</div>
Expand Down

0 comments on commit dfc7b3f

Please sign in to comment.