Skip to content

Commit 7137e9d

Browse files
committed
update docs for Ext-Creators/discord-ext-ipc
1 parent f71d73c commit 7137e9d

File tree

14 files changed

+12
-10
lines changed

14 files changed

+12
-10
lines changed
1.27 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ipc/latest/_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ div.code-block-caption code {
819819

820820
table.highlighttable td.linenos,
821821
span.linenos,
822-
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
822+
div.highlight span.gp { /* gp: Generic.Prompt */
823823
user-select: none;
824824
-webkit-user-select: text; /* Safari fallback only */
825825
-webkit-user-select: none; /* Chrome/Safari */

ipc/latest/_static/doctools.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,14 @@ var Documentation = {
301301
window.location.href = prevHref;
302302
return false;
303303
}
304+
break;
304305
case 39: // right
305306
var nextHref = $('link[rel="next"]').prop('href');
306307
if (nextHref) {
307308
window.location.href = nextHref;
308309
return false;
309310
}
311+
break;
310312
}
311313
}
312314
});

ipc/latest/genindex/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090

9191

92-
<p class="caption"><span class="caption-text">Contents:</span></p>
92+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
9393
<ul>
9494
<li class="toctree-l1"><a class="reference internal" href="../modules/server/">1. Server Setup</a></li>
9595
<li class="toctree-l1"><a class="reference internal" href="../modules/client/">2. Client Connection</a></li>

ipc/latest/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191

9292

93-
<p class="caption"><span class="caption-text">Contents:</span></p>
93+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
9494
<ul>
9595
<li class="toctree-l1"><a class="reference internal" href="modules/server/">1. Server Setup</a></li>
9696
<li class="toctree-l1"><a class="reference internal" href="modules/client/">2. Client Connection</a></li>
@@ -166,7 +166,7 @@
166166
<div class="section" id="welcome-to-discord-ext-ipc-s-documentation">
167167
<h1>Welcome to discord-ext-ipc’s documentation!<a class="headerlink" href="#welcome-to-discord-ext-ipc-s-documentation" title="Permalink to this headline"></a></h1>
168168
<div class="toctree-wrapper compound">
169-
<p class="caption"><span class="caption-text">Contents:</span></p>
169+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
170170
<ul>
171171
<li class="toctree-l1"><a class="reference internal" href="modules/server/">1. Server Setup</a></li>
172172
<li class="toctree-l1"><a class="reference internal" href="modules/client/">2. Client Connection</a></li>

ipc/latest/modules/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292

9393

94-
<p class="caption"><span class="caption-text">Contents:</span></p>
94+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
9595
<ul class="current">
9696
<li class="toctree-l1"><a class="reference internal" href="../server/">1. Server Setup</a></li>
9797
<li class="toctree-l1 current"><a class="current reference internal" href="#">2. Client Connection</a></li>

ipc/latest/modules/errors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292

9393

94-
<p class="caption"><span class="caption-text">Contents:</span></p>
94+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
9595
<ul class="current">
9696
<li class="toctree-l1"><a class="reference internal" href="../server/">1. Server Setup</a></li>
9797
<li class="toctree-l1"><a class="reference internal" href="../client/">2. Client Connection</a></li>

0 commit comments

Comments
 (0)