Skip to content

Commit 1eefa7a

Browse files
committed
Deployed 8927e2f with MkDocs version: 1.2.3
1 parent 4d590fc commit 1eefa7a

File tree

21 files changed

+1228
-1030
lines changed

21 files changed

+1228
-1030
lines changed

changelog/index.html

Lines changed: 88 additions & 42 deletions
Large diffs are not rendered by default.

contributing/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -981,17 +981,16 @@ <h2 id="development">Development<a class="headerlink" href="#development" title=
981981
<li>create a new branch: <code>git checkout -b feature-or-bugfix-name</code></li>
982982
<li>edit the code and/or the documentation</li>
983983
</ol>
984-
<p>If you updated the documentation or the project dependencies:</p>
985-
<ol>
986-
<li>run <code>make docs-regen</code></li>
987-
<li>run <code>make docs-serve</code>,
988-
go to <a href="http://localhost:8000">http://localhost:8000</a> and check that everything looks good</li>
989-
</ol>
990984
<p><strong>Before committing:</strong></p>
991985
<ol>
992986
<li>run <code>make format</code> to auto-format the code</li>
993987
<li>run <code>make check</code> to check everything (fix any warning)</li>
994988
<li>run <code>make test</code> to run the tests (fix any issue)</li>
989+
<li>if you updated the documentation or the project dependencies:<ol>
990+
<li>run <code>make docs-serve</code></li>
991+
<li>go to <a href="http://localhost:8000">http://localhost:8000</a> and check that everything looks good</li>
992+
</ol>
993+
</li>
995994
<li>follow our <a href="#commit-message-convention">commit message convention</a></li>
996995
</ol>
997996
<p>If you are unsure about how to fix or ignore a warning,

coverage/covindex.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<header>
1212
<div class="content">
1313
<h1>Coverage report:
14-
<span class="pc_cov">95.12%</span>
14+
<span class="pc_cov">95.04%</span>
1515
</h1>
1616
<div id="help_panel_wrapper">
1717
<input id="help_panel_state" type="checkbox">
@@ -117,12 +117,12 @@ <h1>Coverage report:
117117
</tr>
118118
<tr class="file">
119119
<td class="name left"><a href="d_d9e03bf1e1fb8158_numpy_py.html">src/pytkdocs/parsers/docstrings/numpy.py</a></td>
120-
<td>135</td>
121-
<td>10</td>
120+
<td>145</td>
121+
<td>13</td>
122122
<td>0</td>
123-
<td>84</td>
123+
<td>90</td>
124124
<td>13</td>
125-
<td class="right" data-ratio="196 219">89.50%</td>
125+
<td class="right" data-ratio="207 235">88.09%</td>
126126
</tr>
127127
<tr class="file">
128128
<td class="name left"><a href="d_d9e03bf1e1fb8158_restructured_text_py.html">src/pytkdocs/parsers/docstrings/restructured_text.py</a></td>
@@ -234,12 +234,12 @@ <h1>Coverage report:
234234
</tr>
235235
<tr class="file">
236236
<td class="name left"><a href="d_ccd6818ca7bebb6d_test_numpy_py.html">tests/test_parsers/test_docstrings/test_numpy.py</a></td>
237-
<td>146</td>
237+
<td>163</td>
238238
<td>12</td>
239239
<td>0</td>
240-
<td>6</td>
240+
<td>12</td>
241241
<td>0</td>
242-
<td class="right" data-ratio="140 152">92.11%</td>
242+
<td class="right" data-ratio="163 175">93.14%</td>
243243
</tr>
244244
<tr class="file">
245245
<td class="name left"><a href="d_ccd6818ca7bebb6d_test_restructured_text_py.html">tests/test_parsers/test_docstrings/test_restructured_text.py</a></td>
@@ -272,12 +272,12 @@ <h1>Coverage report:
272272
<tfoot>
273273
<tr class="total">
274274
<td class="name left">Total</td>
275-
<td>2985</td>
276-
<td>115</td>
275+
<td>3012</td>
276+
<td>118</td>
277277
<td>0</td>
278-
<td>848</td>
278+
<td>860</td>
279279
<td>66</td>
280-
<td class="right" data-ratio="3646 3833">95.12%</td>
280+
<td class="right" data-ratio="3680 3872">95.04%</td>
281281
</tr>
282282
</tfoot>
283283
</table>
@@ -289,7 +289,7 @@ <h1>Coverage report:
289289
<div class="content">
290290
<p>
291291
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v6.3.1</a>,
292-
created at 2022-02-19 18:37 +0100
292+
created at 2022-03-07 19:47 +0100
293293
</p>
294294
</div>
295295
</footer>

coverage/d_ccd6818ca7bebb6d_test_numpy_py.html

Lines changed: 513 additions & 469 deletions
Large diffs are not rendered by default.

coverage/d_d9e03bf1e1fb8158_numpy_py.html

Lines changed: 223 additions & 207 deletions
Large diffs are not rendered by default.

coverage/status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"format":2,"version":"6.3.1","globals":"78d057b27086733ce89636b5435d6042","files":{"d_2747c01e5320e4c7_cli_py":{"hash":"524b29c3ff90bf14570b5e691f608dd5","index":{"nums":[2,1,64,0,2,16,2,2],"html_filename":"d_2747c01e5320e4c7_cli_py.html","relative_filename":"src/pytkdocs/cli.py"}},"d_2747c01e5320e4c7_loader_py":{"hash":"dfdf6456eb85ba033e2e2e375698fd9b","index":{"nums":[2,1,407,0,22,176,16,16],"html_filename":"d_2747c01e5320e4c7_loader_py.html","relative_filename":"src/pytkdocs/loader.py"}},"d_2747c01e5320e4c7_objects_py":{"hash":"aca62a980ecaa1ac3d5ef6e64e719769","index":{"nums":[2,1,164,0,2,52,2,2],"html_filename":"d_2747c01e5320e4c7_objects_py.html","relative_filename":"src/pytkdocs/objects.py"}},"d_f735a248890dbd46_attributes_py":{"hash":"8a8252dc11a12f93a82ea72eec13944c","index":{"nums":[2,1,112,0,4,62,3,3],"html_filename":"d_f735a248890dbd46_attributes_py.html","relative_filename":"src/pytkdocs/parsers/attributes.py"}},"d_d9e03bf1e1fb8158_base_py":{"hash":"2d81c5a51fc210da5c4aca1f6614c2e9","index":{"nums":[2,1,88,0,12,24,1,3],"html_filename":"d_d9e03bf1e1fb8158_base_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/base.py"}},"d_d9e03bf1e1fb8158_google_py":{"hash":"99244c090819d8a82e40fe25fcf75d97","index":{"nums":[2,1,264,0,16,128,14,14],"html_filename":"d_d9e03bf1e1fb8158_google_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/google.py"}},"d_d9e03bf1e1fb8158_markdown_py":{"hash":"ba54e520c6babf7b6f6d7afdbf0e9b3d","index":{"nums":[2,1,5,0,1,2,0,0],"html_filename":"d_d9e03bf1e1fb8158_markdown_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/markdown.py"}},"d_d9e03bf1e1fb8158_numpy_py":{"hash":"66dc625b1bc74602070008cb4bc3586c","index":{"nums":[2,1,135,0,10,84,13,13],"html_filename":"d_d9e03bf1e1fb8158_numpy_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/numpy.py"}},"d_d9e03bf1e1fb8158_restructured_text_py":{"hash":"ce7a472d332dcff03938bca1442fa022","index":{"nums":[2,1,264,0,0,116,0,0],"html_filename":"d_d9e03bf1e1fb8158_restructured_text_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/restructured_text.py"}},"d_2747c01e5320e4c7_properties_py":{"hash":"3dd43da32a0494ee6aa7cfeeca31676c","index":{"nums":[2,1,15,0,0,6,0,0],"html_filename":"d_2747c01e5320e4c7_properties_py.html","relative_filename":"src/pytkdocs/properties.py"}},"d_2747c01e5320e4c7_serializer_py":{"hash":"0da98703dab7693d76542dcc3fcd4f5e","index":{"nums":[2,1,87,0,4,60,3,7],"html_filename":"d_2747c01e5320e4c7_serializer_py.html","relative_filename":"src/pytkdocs/serializer.py"}},"d_a44f0ac069e85531_conftest_py":{"hash":"65478c9a360455166c1c8c4e2b1d8444","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_conftest_py.html","relative_filename":"tests/conftest.py"}},"d_a44f0ac069e85531_test_cli_py":{"hash":"f1b5ba64161e597af9f8223b30a3461b","index":{"nums":[2,1,34,0,0,4,0,0],"html_filename":"d_a44f0ac069e85531_test_cli_py.html","relative_filename":"tests/test_cli.py"}},"d_a44f0ac069e85531_test_loader_py":{"hash":"b6b8b6393c34b59243b3a0efa497c31a","index":{"nums":[2,1,326,0,0,62,12,12],"html_filename":"d_a44f0ac069e85531_test_loader_py.html","relative_filename":"tests/test_loader.py"}},"d_a44f0ac069e85531_test_objects_py":{"hash":"881d44f7db3bc03e72a0907c6e21413a","index":{"nums":[2,1,74,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_test_objects_py.html","relative_filename":"tests/test_objects.py"}},"d_57093e5aa6fa0ef1___init___py":{"hash":"ee8164c97c3c831d4632bc6bde22fd80","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_57093e5aa6fa0ef1___init___py.html","relative_filename":"tests/test_parsers/__init__.py"}},"d_57093e5aa6fa0ef1_test_annotations_py":{"hash":"5a0389f116944ab9f8fbb30388235e08","index":{"nums":[2,1,13,0,0,4,0,0],"html_filename":"d_57093e5aa6fa0ef1_test_annotations_py.html","relative_filename":"tests/test_parsers/test_annotations.py"}},"d_57093e5aa6fa0ef1_test_attributes_py":{"hash":"4b453bae1ac47b0b534487823fdad039","index":{"nums":[2,1,86,0,0,12,0,0],"html_filename":"d_57093e5aa6fa0ef1_test_attributes_py.html","relative_filename":"tests/test_parsers/test_attributes.py"}},"d_ccd6818ca7bebb6d___init___py":{"hash":"850f66b58ef616fc5eccadb9d6f31946","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_ccd6818ca7bebb6d___init___py.html","relative_filename":"tests/test_parsers/test_docstrings/__init__.py"}},"d_ccd6818ca7bebb6d_test_google_py":{"hash":"115839bc92c970d8b3d02d2ee36bbc6c","index":{"nums":[2,1,304,0,19,16,0,0],"html_filename":"d_ccd6818ca7bebb6d_test_google_py.html","relative_filename":"tests/test_parsers/test_docstrings/test_google.py"}},"d_ccd6818ca7bebb6d_test_numpy_py":{"hash":"2430e5ecd2c858f250edd2844f485e26","index":{"nums":[2,1,146,0,12,6,0,0],"html_filename":"d_ccd6818ca7bebb6d_test_numpy_py.html","relative_filename":"tests/test_parsers/test_docstrings/test_numpy.py"}},"d_ccd6818ca7bebb6d_test_restructured_text_py":{"hash":"4a26273ffcd1eb264ba12cb6fb6854f2","index":{"nums":[2,1,371,0,11,18,0,0],"html_filename":"d_ccd6818ca7bebb6d_test_restructured_text_py.html","relative_filename":"tests/test_parsers/test_docstrings/test_restructured_text.py"}},"d_a44f0ac069e85531_test_properties_py":{"hash":"86b49dfe101b7a71204df5f887d4745a","index":{"nums":[2,1,26,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_test_properties_py.html","relative_filename":"tests/test_properties.py"}},"d_a44f0ac069e85531_test_serializer_py":{"hash":"3fdc9df8892de4306147fba89586e5bd","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_test_serializer_py.html","relative_filename":"tests/test_serializer.py"}}}}
1+
{"format":2,"version":"6.3.1","globals":"78d057b27086733ce89636b5435d6042","files":{"d_2747c01e5320e4c7_cli_py":{"hash":"524b29c3ff90bf14570b5e691f608dd5","index":{"nums":[2,1,64,0,2,16,2,2],"html_filename":"d_2747c01e5320e4c7_cli_py.html","relative_filename":"src/pytkdocs/cli.py"}},"d_2747c01e5320e4c7_loader_py":{"hash":"dfdf6456eb85ba033e2e2e375698fd9b","index":{"nums":[2,1,407,0,22,176,16,16],"html_filename":"d_2747c01e5320e4c7_loader_py.html","relative_filename":"src/pytkdocs/loader.py"}},"d_2747c01e5320e4c7_objects_py":{"hash":"aca62a980ecaa1ac3d5ef6e64e719769","index":{"nums":[2,1,164,0,2,52,2,2],"html_filename":"d_2747c01e5320e4c7_objects_py.html","relative_filename":"src/pytkdocs/objects.py"}},"d_f735a248890dbd46_attributes_py":{"hash":"8a8252dc11a12f93a82ea72eec13944c","index":{"nums":[2,1,112,0,4,62,3,3],"html_filename":"d_f735a248890dbd46_attributes_py.html","relative_filename":"src/pytkdocs/parsers/attributes.py"}},"d_d9e03bf1e1fb8158_base_py":{"hash":"2d81c5a51fc210da5c4aca1f6614c2e9","index":{"nums":[2,1,88,0,12,24,1,3],"html_filename":"d_d9e03bf1e1fb8158_base_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/base.py"}},"d_d9e03bf1e1fb8158_google_py":{"hash":"99244c090819d8a82e40fe25fcf75d97","index":{"nums":[2,1,264,0,16,128,14,14],"html_filename":"d_d9e03bf1e1fb8158_google_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/google.py"}},"d_d9e03bf1e1fb8158_markdown_py":{"hash":"ba54e520c6babf7b6f6d7afdbf0e9b3d","index":{"nums":[2,1,5,0,1,2,0,0],"html_filename":"d_d9e03bf1e1fb8158_markdown_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/markdown.py"}},"d_d9e03bf1e1fb8158_numpy_py":{"hash":"620cba1878fb6afe5c8633d37fe4869d","index":{"nums":[2,1,145,0,13,90,13,15],"html_filename":"d_d9e03bf1e1fb8158_numpy_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/numpy.py"}},"d_d9e03bf1e1fb8158_restructured_text_py":{"hash":"ce7a472d332dcff03938bca1442fa022","index":{"nums":[2,1,264,0,0,116,0,0],"html_filename":"d_d9e03bf1e1fb8158_restructured_text_py.html","relative_filename":"src/pytkdocs/parsers/docstrings/restructured_text.py"}},"d_2747c01e5320e4c7_properties_py":{"hash":"3dd43da32a0494ee6aa7cfeeca31676c","index":{"nums":[2,1,15,0,0,6,0,0],"html_filename":"d_2747c01e5320e4c7_properties_py.html","relative_filename":"src/pytkdocs/properties.py"}},"d_2747c01e5320e4c7_serializer_py":{"hash":"0da98703dab7693d76542dcc3fcd4f5e","index":{"nums":[2,1,87,0,4,60,3,7],"html_filename":"d_2747c01e5320e4c7_serializer_py.html","relative_filename":"src/pytkdocs/serializer.py"}},"d_a44f0ac069e85531_conftest_py":{"hash":"65478c9a360455166c1c8c4e2b1d8444","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_conftest_py.html","relative_filename":"tests/conftest.py"}},"d_a44f0ac069e85531_test_cli_py":{"hash":"f1b5ba64161e597af9f8223b30a3461b","index":{"nums":[2,1,34,0,0,4,0,0],"html_filename":"d_a44f0ac069e85531_test_cli_py.html","relative_filename":"tests/test_cli.py"}},"d_a44f0ac069e85531_test_loader_py":{"hash":"b6b8b6393c34b59243b3a0efa497c31a","index":{"nums":[2,1,326,0,0,62,12,12],"html_filename":"d_a44f0ac069e85531_test_loader_py.html","relative_filename":"tests/test_loader.py"}},"d_a44f0ac069e85531_test_objects_py":{"hash":"881d44f7db3bc03e72a0907c6e21413a","index":{"nums":[2,1,74,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_test_objects_py.html","relative_filename":"tests/test_objects.py"}},"d_57093e5aa6fa0ef1___init___py":{"hash":"ee8164c97c3c831d4632bc6bde22fd80","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_57093e5aa6fa0ef1___init___py.html","relative_filename":"tests/test_parsers/__init__.py"}},"d_57093e5aa6fa0ef1_test_annotations_py":{"hash":"5a0389f116944ab9f8fbb30388235e08","index":{"nums":[2,1,13,0,0,4,0,0],"html_filename":"d_57093e5aa6fa0ef1_test_annotations_py.html","relative_filename":"tests/test_parsers/test_annotations.py"}},"d_57093e5aa6fa0ef1_test_attributes_py":{"hash":"4b453bae1ac47b0b534487823fdad039","index":{"nums":[2,1,86,0,0,12,0,0],"html_filename":"d_57093e5aa6fa0ef1_test_attributes_py.html","relative_filename":"tests/test_parsers/test_attributes.py"}},"d_ccd6818ca7bebb6d___init___py":{"hash":"850f66b58ef616fc5eccadb9d6f31946","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_ccd6818ca7bebb6d___init___py.html","relative_filename":"tests/test_parsers/test_docstrings/__init__.py"}},"d_ccd6818ca7bebb6d_test_google_py":{"hash":"115839bc92c970d8b3d02d2ee36bbc6c","index":{"nums":[2,1,304,0,19,16,0,0],"html_filename":"d_ccd6818ca7bebb6d_test_google_py.html","relative_filename":"tests/test_parsers/test_docstrings/test_google.py"}},"d_ccd6818ca7bebb6d_test_numpy_py":{"hash":"fd87ae0c0ac401932fc63e525f4cd8d0","index":{"nums":[2,1,163,0,12,12,0,0],"html_filename":"d_ccd6818ca7bebb6d_test_numpy_py.html","relative_filename":"tests/test_parsers/test_docstrings/test_numpy.py"}},"d_ccd6818ca7bebb6d_test_restructured_text_py":{"hash":"4a26273ffcd1eb264ba12cb6fb6854f2","index":{"nums":[2,1,371,0,11,18,0,0],"html_filename":"d_ccd6818ca7bebb6d_test_restructured_text_py.html","relative_filename":"tests/test_parsers/test_docstrings/test_restructured_text.py"}},"d_a44f0ac069e85531_test_properties_py":{"hash":"86b49dfe101b7a71204df5f887d4745a","index":{"nums":[2,1,26,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_test_properties_py.html","relative_filename":"tests/test_properties.py"}},"d_a44f0ac069e85531_test_serializer_py":{"hash":"3fdc9df8892de4306147fba89586e5bd","index":{"nums":[2,1,0,0,0,0,0,0],"html_filename":"d_a44f0ac069e85531_test_serializer_py.html","relative_filename":"tests/test_serializer.py"}}}}

index.html

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,6 @@
371371
</label>
372372
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
373373

374-
<li class="md-nav__item">
375-
<a href="#requirements" class="md-nav__link">
376-
Requirements
377-
</a>
378-
379-
</li>
380-
381374
<li class="md-nav__item">
382375
<a href="#installation" class="md-nav__link">
383376
Installation
@@ -898,13 +891,6 @@
898891
</label>
899892
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
900893

901-
<li class="md-nav__item">
902-
<a href="#requirements" class="md-nav__link">
903-
Requirements
904-
</a>
905-
906-
</li>
907-
908894
<li class="md-nav__item">
909895
<a href="#installation" class="md-nav__link">
910896
Installation
@@ -972,27 +958,6 @@ <h1 id="pytkdocs">pytkdocs<a class="headerlink" href="#pytkdocs" title="Permanen
972958
<a href="https://gitpod.io/#https://github.com/pawamoy/pytkdocs"><img alt="gitpod" src="https://img.shields.io/badge/gitpod-workspace-blue.svg?style=flat" /></a>
973959
<a href="https://gitter.im/pytkdocs/community"><img alt="gitter" src="https://badges.gitter.im/join%20chat.svg" /></a></p>
974960
<p>Load Python objects documentation.</p>
975-
<h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">¤</a></h2>
976-
<p>pytkdocs requires Python 3.7 or above.</p>
977-
<details>
978-
<summary>To install Python 3.7, I recommend using <a href="https://github.com/pyenv/pyenv"><code>pyenv</code></a>.</summary>
979-
980-
<div class="highlight"><pre><span></span><code><span class="c1"># install pyenv</span>
981-
git clone https://github.com/pyenv/pyenv ~/.pyenv
982-
983-
<span class="c1"># setup pyenv (you should also put these three lines in .bashrc or similar)</span>
984-
<span class="nb">export</span> <span class="nv">PATH</span><span class="o">=</span><span class="s2">&quot;</span><span class="si">${</span><span class="nv">HOME</span><span class="si">}</span><span class="s2">/.pyenv/bin:</span><span class="si">${</span><span class="nv">PATH</span><span class="si">}</span><span class="s2">&quot;</span>
985-
<span class="nb">export</span> <span class="nv">PYENV_ROOT</span><span class="o">=</span><span class="s2">&quot;</span><span class="si">${</span><span class="nv">HOME</span><span class="si">}</span><span class="s2">/.pyenv&quot;</span>
986-
<span class="nb">eval</span> <span class="s2">&quot;</span><span class="k">$(</span>pyenv init -<span class="k">)</span><span class="s2">&quot;</span>
987-
988-
<span class="c1"># install Python 3.7</span>
989-
pyenv install <span class="m">3</span>.7.12
990-
991-
<span class="c1"># make it available globally</span>
992-
pyenv global system <span class="m">3</span>.7.12
993-
</code></pre></div>
994-
</details>
995-
996961
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">¤</a></h2>
997962
<p>With <code>pip</code>:
998963
<div class="highlight"><pre><span></span><code>pip install pytkdocs

reference/pytkdocs/cli/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ <h2 id="pytkdocs.cli.process_json" class="doc doc-heading">
15131513
<div class="doc doc-contents ">
15141514

15151515
<p>Process JSON input.</p>
1516-
<p>Simply load the JSON as a Python dictionary, then pass it to <a href="#pytkdocs.cli.process_config"><code>process_config</code></a>.</p>
1516+
<p>Simply load the JSON as a Python dictionary, then pass it to <a class="" href="#pytkdocs.cli.process_config"><code>process_config</code></a>.</p>
15171517

15181518
<p><strong>Parameters:</strong></p>
15191519
<table>
@@ -1545,7 +1545,7 @@ <h2 id="pytkdocs.cli.process_json" class="doc doc-heading">
15451545
<tbody>
15461546
<tr>
15471547
<td><code>dict</code></td>
1548-
<td><p>The result of the call to <a href="#pytkdocs.cli.process_config"><code>process_config</code></a>.</p></td>
1548+
<td><p>The result of the call to <a class="" href="#pytkdocs.cli.process_config"><code>process_config</code></a>.</p></td>
15491549
</tr>
15501550
</tbody>
15511551
</table>

0 commit comments

Comments
 (0)