Skip to content

Commit

Permalink
Deployed 8aae484 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed May 21, 2024
1 parent 67b7744 commit 356a0e4
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 48 deletions.
38 changes: 19 additions & 19 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/img/favicon.ico" />
<link rel="shortcut icon" href="/chess-data/img/favicon.ico" />
<title>Chess Data</title>
<link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/theme_extra.css" />
<link rel="stylesheet" href="/chess-data/css/theme.css" />
<link rel="stylesheet" href="/chess-data/css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/chess-data/js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
Expand All @@ -23,37 +23,37 @@
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="/." class="icon icon-home"> Chess Data
<a href="/chess-data/." class="icon icon-home"> Chess Data
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
<form id ="rtd-search-form" class="wy-form" action="/chess-data//search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="/.">Home</a>
<li class="toctree-l1"><a class="reference internal" href="/chess-data/.">Home</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/installation/">Installation</a>
<li class="toctree-l1"><a class="reference internal" href="/chess-data/installation/">Installation</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/seed-the-tables-with-data/">Seed the Tables with Data</a>
<li class="toctree-l1"><a class="reference internal" href="/chess-data/seed-the-tables-with-data/">Seed the Tables with Data</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/prepare-the-data/">Prepare the Data</a>
<li class="toctree-l1"><a class="reference internal" href="/chess-data/prepare-the-data/">Prepare the Data</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/ai-training/">AI Training</a>
<li class="toctree-l1"><a class="reference internal" href="/chess-data/ai-training/">AI Training</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/create-json-files/">Create JSON Files</a>
<li class="toctree-l1"><a class="reference internal" href="/chess-data/create-json-files/">Create JSON Files</a>
</li>
</ul>
</div>
Expand All @@ -63,13 +63,13 @@
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="/.">Chess Data</a>
<a href="/chess-data/.">Chess Data</a>

</nav>
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
<li><a href="/chess-data/." class="icon icon-home" aria-label="Docs"></a></li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
Expand Down Expand Up @@ -110,11 +110,11 @@ <h1 id="404-page-not-found">404</h1>

</span>
</div>
<script src="/js/jquery-3.6.0.min.js"></script>
<script>var base_url = "/";</script>
<script src="/js/theme_extra.js"></script>
<script src="/js/theme.js"></script>
<script src="/search/main.js"></script>
<script src="/chess-data/js/jquery-3.6.0.min.js"></script>
<script>var base_url = "/chess-data/";</script>
<script src="/chess-data/js/theme_extra.js"></script>
<script src="/chess-data/js/theme.js"></script>
<script src="/chess-data/search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions ai-training/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chess-data.docs.chesslablab.org/ai-training/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chesslablab.github.io/chess-data/ai-training/" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>AI Training - Chess Data</title>
<link rel="stylesheet" href="../css/theme.css" />
Expand All @@ -14,7 +14,7 @@
// Current page data
var mkdocs_page_name = "AI Training";
var mkdocs_page_input_path = "ai-training.md";
var mkdocs_page_url = "/ai-training/";
var mkdocs_page_url = "/chess-data/ai-training/";
</script>

<!--[if lt IE 9]>
Expand Down
4 changes: 2 additions & 2 deletions create-json-files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chess-data.docs.chesslablab.org/create-json-files/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chesslablab.github.io/chess-data/create-json-files/" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>Create JSON Files - Chess Data</title>
<link rel="stylesheet" href="../css/theme.css" />
Expand All @@ -14,7 +14,7 @@
// Current page data
var mkdocs_page_name = "Create JSON Files";
var mkdocs_page_input_path = "create-json-files.md";
var mkdocs_page_url = "/create-json-files/";
var mkdocs_page_url = "/chess-data/create-json-files/";
</script>

<!--[if lt IE 9]>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" content="None" /><link rel="canonical" href="https://chess-data.docs.chesslablab.org/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" content="None" /><link rel="canonical" href="https://chesslablab.github.io/chess-data/" />
<link rel="shortcut icon" href="img/favicon.ico" />
<title>Chess Data</title>
<link rel="stylesheet" href="css/theme.css" />
Expand All @@ -14,7 +14,7 @@
// Current page data
var mkdocs_page_name = "Home";
var mkdocs_page_input_path = "index.md";
var mkdocs_page_url = "/";
var mkdocs_page_url = "/chess-data/";
</script>

<!--[if lt IE 9]>
Expand Down Expand Up @@ -140,5 +140,5 @@ <h1 id="chess-data">Chess Data</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-03-01 17:35:24.261515+00:00
Build Date UTC : 2024-05-21 15:35:58.038726+00:00
-->
4 changes: 2 additions & 2 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chess-data.docs.chesslablab.org/installation/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chesslablab.github.io/chess-data/installation/" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>Installation - Chess Data</title>
<link rel="stylesheet" href="../css/theme.css" />
Expand All @@ -14,7 +14,7 @@
// Current page data
var mkdocs_page_name = "Installation";
var mkdocs_page_input_path = "installation.md";
var mkdocs_page_url = "/installation/";
var mkdocs_page_url = "/chess-data/installation/";
</script>

<!--[if lt IE 9]>
Expand Down
8 changes: 4 additions & 4 deletions prepare-the-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chess-data.docs.chesslablab.org/prepare-the-data/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chesslablab.github.io/chess-data/prepare-the-data/" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>Prepare the Data - Chess Data</title>
<link rel="stylesheet" href="../css/theme.css" />
Expand All @@ -14,7 +14,7 @@
// Current page data
var mkdocs_page_name = "Prepare the Data";
var mkdocs_page_input_path = "prepare-the-data.md";
var mkdocs_page_url = "/prepare-the-data/";
var mkdocs_page_url = "/chess-data/prepare-the-data/";
</script>

<!--[if lt IE 9]>
Expand Down Expand Up @@ -98,12 +98,12 @@ <h2 id="regression-from-a-fen-position">Regression From a FEN Position</h2>
<p>Prepare the data by playing chess games from a particular FEN position as shown in the example below.</p>
<pre><code class="language-text">php cli/prepare/training/regression/fen.php 10
</code></pre>
<p>This command will play <code>10</code> random chess games fetched from the <code>endgames</code> table to create a prepared CSV dataset in the <code>dataset/training/regression</code> folder. It is particularly helpful to prepare <a href="https://github.com/chesslablab/chess-data/tree/master/data/endgames">endgames</a> data.</p>
<p>This command will play <code>10</code> random chess games fetched from the <code>endgames</code> table to create a prepared CSV dataset in the <code>dataset/training/regression</code> folder. It is particularly helpful to prepare <a href="https://github.com/chesslablab/chess-data/tree/main/data/endgames">endgames</a> data.</p>
<h2 id="regression-from-the-start-position">Regression From the Start Position</h2>
<p>Prepare the data by playing chess games from the start position as shown in the example below.</p>
<pre><code class="language-text">php cli/prepare/training/regression/start.php 10
</code></pre>
<p>This command will play <code>10</code> random chess games fetched from the <code>games</code> table to create a prepared CSV dataset in the <code>dataset/training/regression</code> folder. It is particularly helpful to prepare <a href="https://github.com/chesslablab/chess-data/tree/master/data/games">games</a> data.</p>
<p>This command will play <code>10</code> random chess games fetched from the <code>games</code> table to create a prepared CSV dataset in the <code>dataset/training/regression</code> folder. It is particularly helpful to prepare <a href="https://github.com/chesslablab/chess-data/tree/main/data/games">games</a> data.</p>

</div>
</div><footer>
Expand Down
6 changes: 3 additions & 3 deletions seed-the-tables-with-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chess-data.docs.chesslablab.org/seed-the-tables-with-data/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://chesslablab.github.io/chess-data/seed-the-tables-with-data/" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>Seed the Tables with Data - Chess Data</title>
<link rel="stylesheet" href="../css/theme.css" />
Expand All @@ -14,7 +14,7 @@
// Current page data
var mkdocs_page_name = "Seed the Tables with Data";
var mkdocs_page_input_path = "seed-the-tables-with-data.md";
var mkdocs_page_url = "/seed-the-tables-with-data/";
var mkdocs_page_url = "/chess-data/seed-the-tables-with-data/";
</script>

<!--[if lt IE 9]>
Expand Down Expand Up @@ -118,7 +118,7 @@ <h1 id="seed-the-tables-with-data">Seed the Tables with Data</h1>
<pre><code class="language-text">php cli/seed/games.php data/games
</code></pre>
<p>Please note that all files in the <code>data</code> folder are gitignored except those contained in <code>data/example</code>.</p>
<p>Also, the chess games won't be loaded into the database if containing PGN tags other than the ones supported by the tables created in the <a href="https://github.com/chesslablab/chess-data/blob/master/cli/db-create.php">cli/db-create.php</a> script. If that is the case you may want to remove the unsupported tags as shown in the example below.</p>
<p>Also, the chess games won't be loaded into the database if containing PGN tags other than the ones supported by the tables created in the <a href="https://github.com/chesslablab/chess-data/blob/main/cli/db-create.php">cli/db-create.php</a> script. If that is the case you may want to remove the unsupported tags as shown in the example below.</p>
<pre><code class="language-text">find . -name '*.pgn' -print0 | xargs -0 sed -i &quot;/\[PlyCount .*\]/d&quot;
</code></pre>
<p>Listed below are some examples of commands to seed the <code>endgames</code> table with data.</p>
Expand Down
24 changes: 12 additions & 12 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://chess-data.docs.chesslablab.org/</loc>
<lastmod>2024-03-01</lastmod>
<loc>https://chesslablab.github.io/chess-data/</loc>
<lastmod>2024-05-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chess-data.docs.chesslablab.org/ai-training/</loc>
<lastmod>2024-03-01</lastmod>
<loc>https://chesslablab.github.io/chess-data/ai-training/</loc>
<lastmod>2024-05-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chess-data.docs.chesslablab.org/create-json-files/</loc>
<lastmod>2024-03-01</lastmod>
<loc>https://chesslablab.github.io/chess-data/create-json-files/</loc>
<lastmod>2024-05-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chess-data.docs.chesslablab.org/installation/</loc>
<lastmod>2024-03-01</lastmod>
<loc>https://chesslablab.github.io/chess-data/installation/</loc>
<lastmod>2024-05-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chess-data.docs.chesslablab.org/prepare-the-data/</loc>
<lastmod>2024-03-01</lastmod>
<loc>https://chesslablab.github.io/chess-data/prepare-the-data/</loc>
<lastmod>2024-05-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chess-data.docs.chesslablab.org/seed-the-tables-with-data/</loc>
<lastmod>2024-03-01</lastmod>
<loc>https://chesslablab.github.io/chess-data/seed-the-tables-with-data/</loc>
<lastmod>2024-05-21</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 356a0e4

Please sign in to comment.