Skip to content

Commit

Permalink
Deployed ba63040 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Nov 13, 2024
1 parent d7e46d1 commit 663b108
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 173 deletions.
8 changes: 2 additions & 6 deletions accept/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,6 @@
<li class="nav-item" data-level="2"><a href="#elo" class="nav-link">elo</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -291,8 +287,8 @@ <h2 id="username"><code>username</code></h2>
<h2 id="elo"><code>elo</code></h2>
<p>The ELO of the user accepting the invitation.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('accept &quot;{\\&quot;uid\\&quot;:\\&quot;d07fa3d9\\&quot;,\\&quot;username\\&quot;:\\&quot;boring_gnat\\&quot;,\\&quot;elo\\&quot;:1488}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions annotations-game/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@

<li class="nav-item" data-level="1"><a href="#annotations_game" class="nav-link">/annotations_game</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
Expand All @@ -273,8 +269,8 @@
<h1 id="annotations_game">/annotations_game</h1>
<p>Annotated chess games.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/annotations_game');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions autocomplete-black/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@
<li class="nav-item" data-level="2"><a href="#black" class="nav-link">Black</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -279,8 +275,8 @@ <h1 id="autocomplete_black">/autocomplete_black</h1>
<h2 id="black"><code>Black</code></h2>
<p>The name of the player with the black pieces.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/autocomplete_black &quot;{\\&quot;Black\\&quot;:\\&quot;kas\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions autocomplete-event/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@
<li class="nav-item" data-level="2"><a href="#event" class="nav-link">Event</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -279,8 +275,8 @@ <h1 id="autocomplete_event">/autocomplete_event</h1>
<h2 id="event"><code>Event</code></h2>
<p>The name of the event.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/autocomplete_event &quot;{\\&quot;Event\\&quot;:\\&quot;wor\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions autocomplete-white/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@
<li class="nav-item" data-level="2"><a href="#white" class="nav-link">White</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -279,8 +275,8 @@ <h1 id="autocomplete_white">/autocomplete_white</h1>
<h2 id="white"><code>White</code></h2>
<p>The name of the player with the white pieces.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/autocomplete_white &quot;{\\&quot;White\\&quot;:\\&quot;kas\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
6 changes: 1 addition & 5 deletions draw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@

<li class="nav-item" data-level="1"><a href="#draw" class="nav-link">/draw</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
Expand All @@ -278,7 +274,7 @@ <h1 id="draw">/draw</h1>
<li><code>accept</code></li>
</ul>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="usage">Usage</h3>
<h3 id="propose-a-draw">Propose a draw</h3>
<pre><code class="language-js">ws.send('/draw propose');
</code></pre>
Expand Down
8 changes: 2 additions & 6 deletions eval-names/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@

<li class="nav-item" data-level="1"><a href="#eval_names" class="nav-link">/eval_names</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
Expand All @@ -273,8 +269,8 @@
<h1 id="eval_names">/eval_names</h1>
<p>Returns the evaluation names.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/eval_names');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions heuristic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,6 @@
<li class="nav-item" data-level="2"><a href="#name" class="nav-link">name</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand Down Expand Up @@ -328,8 +324,8 @@ <h2 id="name"><code>name</code></h2>
<li><code>Overloading</code></li>
</ul>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/heuristic &quot;{\\&quot;variant\\&quot;:\\&quot;classical\\&quot;,\\&quot;movetext\\&quot;:\\&quot;1.e4 e5 2.Nf3 Nc6 3.Bc4\\&quot;,\\&quot;name\\&quot;:\\&quot;Center\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions image/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,5 +405,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-11-13 17:28:32.505729+00:00
Build Date UTC : 2024-11-13 17:32:06.311333+00:00
-->
8 changes: 2 additions & 6 deletions leave/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@
<li class="nav-item" data-level="2"><a href="#color" class="nav-link">color</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -283,8 +279,8 @@ <h2 id="color"><code>color</code></h2>
<li><code>b</code> for the black pieces.</li>
</ul>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/leave &quot;{\\&quot;color\\&quot;:\\&quot;b\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions legal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@
<li class="nav-item" data-level="2"><a href="#square" class="nav-link">square</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -279,8 +275,8 @@ <h1 id="legal">/legal</h1>
<h2 id="square"><code>square</code></h2>
<p>The location of the piece on the board.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<p>Start a classical game to find out the legal moves of the piece on e2.</p>
<pre><code class="language-js">ws.send('/start &quot;{\\&quot;variant\\&quot;:\\&quot;classical\\&quot;,\\&quot;mode\\&quot;:\\&quot;analysis\\&quot;}&quot;');
ws.send('/legal &quot;{\\&quot;square\\&quot;:\\&quot;e2\\&quot;}&quot;');
Expand Down
8 changes: 2 additions & 6 deletions online-games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@

<li class="nav-item" data-level="1"><a href="#online_games" class="nav-link">/online_games</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
Expand All @@ -273,8 +269,8 @@
<h1 id="online_games">/online_games</h1>
<p>Returns the online games in pending status to be accepted.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/online_games');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions opening/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@
<li class="nav-item" data-level="2"><a href="#result" class="nav-link">Result</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -297,8 +293,8 @@ <h2 id="event"><code>Event</code></h2>
<h2 id="result"><code>Result</code></h2>
<p>The result of the game.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/opening &quot;{\\&quot;White\\&quot;:\\&quot;Anand,V\\&quot;,\\&quot;Black\\&quot;:\\&quot;Kasparov,G\\&quot;,\\&quot;Event\\&quot;:\\&quot;\\&quot;,\\&quot;Result\\&quot;:\\&quot;1-0\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions play-lan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@
<li class="nav-item" data-level="2"><a href="#lan" class="nav-link">lan</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -289,8 +285,8 @@ <h2 id="color"><code>color</code></h2>
<h2 id="lan"><code>lan</code></h2>
<p>The chess move in LAN format.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<p>Starts a classical game to play 1.e4.</p>
<pre><code class="language-js">ws.send('/start &quot;{\\&quot;variant\\&quot;:\\&quot;classical\\&quot;,\\&quot;mode\\&quot;:\\&quot;analysis\\&quot;}&quot;');
ws.send('/play_lan &quot;{\\&quot;color\\&quot;:\\&quot;w\\&quot;,\\&quot;lan\\&quot;:\\&quot;e2e4\\&quot;}&quot;');
Expand Down
8 changes: 2 additions & 6 deletions play-rav/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@
<li class="nav-item" data-level="2"><a href="#movetext" class="nav-link">movetext</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -292,8 +288,8 @@ <h2 id="variant"><code>variant</code></h2>
<h2 id="movetext"><code>movetext</code></h2>
<p>The sequence of moves played in the game.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/play_rav &quot;{\\&quot;variant\\&quot;:\\&quot;classical\\&quot;,\\&quot;movetext\\&quot;:\\&quot;{ Adapted notes, originally by J. R. Capablanca. } 1.d4 d5 2.Nf3 e6 3.c4 Nf6 4.Bg5 Be7 5.e3 Nbd7 6.Nc3 O-O 7.Rc1 b6 8.cxd5 exd5 9.Bb5 {is a new move which has no merit outside of its novelty. I played it for the first time against Teichmann in Berlin in 1913. } (9.Bd3 { is the normal move but Qa4 may be the best, after all. }) 9...Bb7 10.Qa4 a6 (10...c5 { is the proper continuation.}) 11.Bxd7 Nxd7 12.Bxe7 Qxe7 13.Qb3 { with the idea of preventing c5, but still better would have been to castle.} Qd6 (13...c5 { could be played as well. Black would come out all right from the many complications arising from this move.}) 14.O-O Rfd8 15.Rfd1 Rab8 16.Ne1 { in order to draw the knight away from the line of the bishop, which would soon be open, as it actually occurred in the game.} Nf6 17.Rc2 c5 18.dxc5 bxc5 19.Ne2 Ne4 (19...Ng4 { begins a failed attack. }) (19...d4 { begins a failed attack. }) 20.Qa3 Rbc8 21.Ng3 Nxg3 22.hxg3 Qb6 23.Rcd2 (23.Rdc1 { would not have been better because of d4, etc. } d4) 23...h6 24.Nf3 d4 25.exd4 Bxf3 26.Qxf3 Rxd4 27.Rc2 Rxd1+ 28.Qxd1 Rd8 29.Qe2 Qd6 30.Kh2 Qd5 31.b3 Qf5 32.g4 Qg5 33.g3 Rd6 { is unquestionably the best move; with any other move Black would, perhaps, have found it impossible to draw.} 34.Kg2 g6 35.Qc4 Re6 36.Qxc5 Qxg4 37.f3 Qg5 38.Qxg5 hxg5 39.Kf2 Rd6 40.Ke3 Re6+ 41.Kd4 Rd6+ (42.Kc5 { is too risky. The way to win was not at all clear and I even thought that with that move Black might win. }) 42.Ke3 Re6+ 43.Kf2 Rd6 44.g4 Rd1 (45.Ke3 { is the right move to make. It is perhaps the only chance White has to win, or at least come near it. } Ra1 46.Kd4 { gains an important move. } Kg7 47.b4 Rf1 { accomplishes nothing with the white king on d4. }) 45.Ke2 { was played instead. } Ra1 46.Kd3 Kg7 47.b4 Rf1 { was the best move with the white king on d3. } 48.Ke3 { and the remainder of the game needs no comments. } Rb1 49.Rc6 Rxb4 50.Rxa6 Rb2 1/2-1/2\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
8 changes: 2 additions & 6 deletions randomizer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@
<li class="nav-item" data-level="2"><a href="#items" class="nav-link">items</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand Down Expand Up @@ -297,8 +293,8 @@ <h2 id="items"><code>items</code></h2>
<li><code>QR</code> Queen and Rook</li>
</ul>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<p>Get a random position with white to move; King and queen and rook vs. king and rook.</p>
<pre><code class="language-js">ws.send('/randomizer &quot;{\\&quot;turn\\&quot;:\\&quot;w\\&quot;,\\&quot;items\\&quot;:{\\&quot;w\\&quot;:\\&quot;QR\\&quot;,\\&quot;b\\&quot;:\\&quot;R\\&quot;}}&quot;');
</code></pre>
Expand Down
8 changes: 2 additions & 6 deletions ranking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@

<li class="nav-item" data-level="1"><a href="#ranking" class="nav-link">/ranking</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
Expand All @@ -273,8 +269,8 @@
<h1 id="ranking">/ranking</h1>
<p>Top players by ELO.</p>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/ranking');
</code></pre>
<pre><code class="language-text">{
Expand Down
4 changes: 2 additions & 2 deletions recognizer/index.html

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions rematch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@

<li class="nav-item" data-level="1"><a href="#rematch" class="nav-link">/rematch</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
</ul>
Expand All @@ -278,7 +274,7 @@ <h1 id="rematch">/rematch</h1>
<li><code>accept</code></li>
</ul>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="usage">Usage</h3>
<h3 id="propose-a-rematch">Propose a rematch</h3>
<pre><code class="language-js">ws.send('/rematch propose');
</code></pre>
Expand Down
8 changes: 2 additions & 6 deletions resign/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@
<li class="nav-item" data-level="2"><a href="#color" class="nav-link">color</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#usage" class="nav-link">Usage</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>
Expand All @@ -283,8 +279,8 @@ <h2 id="color"><code>color</code></h2>
<li><code>b</code> for the black pieces.</li>
</ul>
<hr />
<h2 id="usage">Usage</h2>
<h3 id="example">Example</h3>
<h3 id="usage">Usage</h3>
<h4 id="example">Example</h4>
<pre><code class="language-js">ws.send('/resign &quot;{\\&quot;color\\&quot;:\\&quot;b\\&quot;}&quot;');
</code></pre>
<pre><code class="language-text">{
Expand Down
Loading

0 comments on commit 663b108

Please sign in to comment.