Skip to content

Commit

Permalink
Deployed 496ee8e with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jun 16, 2024
1 parent 35f5d79 commit 9af59de
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 177 deletions.
4 changes: 0 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
<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="/chess-data/create-json-files/">Create JSON Files</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
144 changes: 0 additions & 144 deletions create-json-files/index.html

This file was deleted.

6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
<li class="toctree-l1"><a class="reference internal" href="seed-the-tables-with-data/">Seed the Tables with Data</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="create-json-files/">Create JSON Files</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down Expand Up @@ -132,5 +128,5 @@ <h1 id="chess-data">Chess Data</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-06-15 15:50:04.433146+00:00
Build Date UTC : 2024-06-16 11:45:10.792849+00:00
-->
4 changes: 0 additions & 4 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
<li class="toctree-l1"><a class="reference internal" href="../seed-the-tables-with-data/">Seed the Tables with Data</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../create-json-files/">Create JSON Files</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
4 changes: 0 additions & 4 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
<li class="toctree-l1"><a class="reference internal" href="./seed-the-tables-with-data/">Seed the Tables with Data</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="./create-json-files/">Create JSON Files</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Chess Data MySQL chess database CLI tools.","title":"Home"},{"location":"#chess-data","text":"MySQL chess database CLI tools.","title":"Chess Data"},{"location":"create-json-files/","text":"Create JSON Files The following commands will create a bunch of JSON files in the output folder for further use by other applications like the Chess API . Create the output/autocomplete-events.json file: php cli/json/autocomplete/events.php Create the output/autocomplete-players.json file: php cli/json/autocomplete/players.php Create the output/draw-rate.json file: php cli/json/stats/draw-rate.php Create the output/win-rate-for-black.json file: php cli/json/stats/win-rate-for-black.php Create the output/win-rate-for-white.json file: php cli/json/stats/win-rate-for-white.php","title":"Create JSON Files"},{"location":"create-json-files/#create-json-files","text":"The following commands will create a bunch of JSON files in the output folder for further use by other applications like the Chess API . Create the output/autocomplete-events.json file: php cli/json/autocomplete/events.php Create the output/autocomplete-players.json file: php cli/json/autocomplete/players.php Create the output/draw-rate.json file: php cli/json/stats/draw-rate.php Create the output/win-rate-for-black.json file: php cli/json/stats/win-rate-for-black.php Create the output/win-rate-for-white.json file: php cli/json/stats/win-rate-for-white.php","title":"Create JSON Files"},{"location":"installation/","text":"Installation Setup Clone the chesslablab/chess-data repo into your projects folder. Then cd the chess-data directory and install the Composer dependencies: composer install Create an .env file: cp .env.example .env Update the environment variables in your .env file if necessary: DB_DRIVER=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=chess DB_USERNAME=root DB_PASSWORD= Finally, create the chess database: php cli/db-create.php","title":"Installation"},{"location":"installation/#installation","text":"","title":"Installation"},{"location":"installation/#setup","text":"Clone the chesslablab/chess-data repo into your projects folder. Then cd the chess-data directory and install the Composer dependencies: composer install Create an .env file: cp .env.example .env Update the environment variables in your .env file if necessary: DB_DRIVER=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=chess DB_USERNAME=root DB_PASSWORD= Finally, create the chess database: php cli/db-create.php","title":"Setup"},{"location":"seed-the-tables-with-data/","text":"Seed the Tables with Data Tables are loaded using the files contained in the data folder and can be loaded either all at once or file by file. Listed below are some examples of commands to seed the games table with data. Seed the games table with all the files contained in the data/example folder: php cli/seed/games.php data/example \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. \u2713 597 games out of a total of 597 are OK. \u2717 1 games did not pass the validation. \u2713 1824 games out of a total of 1825 are OK. \u2713 3878 games out of a total of 3878 are OK. \u2713 4646 games out of a total of 4646 are OK. \u2717 2 games did not pass the validation. \u2713 2126 games out of a total of 2128 are OK. \u2713 2275 games out of a total of 2275 are OK. \u2713 1218 games out of a total of 1218 are OK. \u2713 827 games out of a total of 827 are OK. \u2717 5 games did not pass the validation. \u2713 1341 games out of a total of 1346 are OK. \u2713 5662 games out of a total of 5662 are OK. \u2713 3444 games out of a total of 3444 are OK. Seed the games table file by file: php cli/seed/games.php data/example/Anand.pgn \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. Seed the games table with your own set of files in the data/games folder: php cli/seed/games.php data/games Please note that all files in the data folder are gitignored except those contained in data/example . 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 cli/db-create.php script. If that is the case you may want to remove the unsupported tags as shown in the example below. find . -name '*.pgn' -print0 | xargs -0 sed -i \"/\\[PlyCount .*\\]/d\" Listed below is how to seed the openings table with data. php cli/seed/openings.php data/openings","title":"Seed the Tables with Data"},{"location":"seed-the-tables-with-data/#seed-the-tables-with-data","text":"Tables are loaded using the files contained in the data folder and can be loaded either all at once or file by file. Listed below are some examples of commands to seed the games table with data. Seed the games table with all the files contained in the data/example folder: php cli/seed/games.php data/example \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. \u2713 597 games out of a total of 597 are OK. \u2717 1 games did not pass the validation. \u2713 1824 games out of a total of 1825 are OK. \u2713 3878 games out of a total of 3878 are OK. \u2713 4646 games out of a total of 4646 are OK. \u2717 2 games did not pass the validation. \u2713 2126 games out of a total of 2128 are OK. \u2713 2275 games out of a total of 2275 are OK. \u2713 1218 games out of a total of 1218 are OK. \u2713 827 games out of a total of 827 are OK. \u2717 5 games did not pass the validation. \u2713 1341 games out of a total of 1346 are OK. \u2713 5662 games out of a total of 5662 are OK. \u2713 3444 games out of a total of 3444 are OK. Seed the games table file by file: php cli/seed/games.php data/example/Anand.pgn \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. Seed the games table with your own set of files in the data/games folder: php cli/seed/games.php data/games Please note that all files in the data folder are gitignored except those contained in data/example . 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 cli/db-create.php script. If that is the case you may want to remove the unsupported tags as shown in the example below. find . -name '*.pgn' -print0 | xargs -0 sed -i \"/\\[PlyCount .*\\]/d\" Listed below is how to seed the openings table with data. php cli/seed/openings.php data/openings","title":"Seed the Tables with Data"}]}
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Chess Data MySQL chess database CLI tools.","title":"Home"},{"location":"#chess-data","text":"MySQL chess database CLI tools.","title":"Chess Data"},{"location":"installation/","text":"Installation Setup Clone the chesslablab/chess-data repo into your projects folder. Then cd the chess-data directory and install the Composer dependencies: composer install Create an .env file: cp .env.example .env Update the environment variables in your .env file if necessary: DB_DRIVER=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=chess DB_USERNAME=root DB_PASSWORD= Finally, create the chess database: php cli/db-create.php","title":"Installation"},{"location":"installation/#installation","text":"","title":"Installation"},{"location":"installation/#setup","text":"Clone the chesslablab/chess-data repo into your projects folder. Then cd the chess-data directory and install the Composer dependencies: composer install Create an .env file: cp .env.example .env Update the environment variables in your .env file if necessary: DB_DRIVER=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=chess DB_USERNAME=root DB_PASSWORD= Finally, create the chess database: php cli/db-create.php","title":"Setup"},{"location":"seed-the-tables-with-data/","text":"Seed the Tables with Data Tables are loaded using the files contained in the data folder and can be loaded either all at once or file by file. Listed below are some examples of commands to seed the games table with data. Seed the games table with all the files contained in the data/example folder: php cli/seed/games.php data/example \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. \u2713 597 games out of a total of 597 are OK. \u2717 1 games did not pass the validation. \u2713 1824 games out of a total of 1825 are OK. \u2713 3878 games out of a total of 3878 are OK. \u2713 4646 games out of a total of 4646 are OK. \u2717 2 games did not pass the validation. \u2713 2126 games out of a total of 2128 are OK. \u2713 2275 games out of a total of 2275 are OK. \u2713 1218 games out of a total of 1218 are OK. \u2713 827 games out of a total of 827 are OK. \u2717 5 games did not pass the validation. \u2713 1341 games out of a total of 1346 are OK. \u2713 5662 games out of a total of 5662 are OK. \u2713 3444 games out of a total of 3444 are OK. Seed the games table file by file: php cli/seed/games.php data/example/Anand.pgn \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. Seed the games table with your own set of files in the data/games folder: php cli/seed/games.php data/games Please note that all files in the data folder are gitignored except those contained in data/example . 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 cli/db-create.php script. If that is the case you may want to remove the unsupported tags as shown in the example below. find . -name '*.pgn' -print0 | xargs -0 sed -i \"/\\[PlyCount .*\\]/d\" Listed below is how to seed the openings table with data. php cli/seed/openings.php data/openings","title":"Seed the Tables with Data"},{"location":"seed-the-tables-with-data/#seed-the-tables-with-data","text":"Tables are loaded using the files contained in the data folder and can be loaded either all at once or file by file. Listed below are some examples of commands to seed the games table with data. Seed the games table with all the files contained in the data/example folder: php cli/seed/games.php data/example \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. \u2713 597 games out of a total of 597 are OK. \u2717 1 games did not pass the validation. \u2713 1824 games out of a total of 1825 are OK. \u2713 3878 games out of a total of 3878 are OK. \u2713 4646 games out of a total of 4646 are OK. \u2717 2 games did not pass the validation. \u2713 2126 games out of a total of 2128 are OK. \u2713 2275 games out of a total of 2275 are OK. \u2713 1218 games out of a total of 1218 are OK. \u2713 827 games out of a total of 827 are OK. \u2717 5 games did not pass the validation. \u2713 1341 games out of a total of 1346 are OK. \u2713 5662 games out of a total of 5662 are OK. \u2713 3444 games out of a total of 3444 are OK. Seed the games table file by file: php cli/seed/games.php data/example/Anand.pgn \u2717 2 games did not pass the validation. \u2713 4142 games out of a total of 4144 are OK. Seed the games table with your own set of files in the data/games folder: php cli/seed/games.php data/games Please note that all files in the data folder are gitignored except those contained in data/example . 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 cli/db-create.php script. If that is the case you may want to remove the unsupported tags as shown in the example below. find . -name '*.pgn' -print0 | xargs -0 sed -i \"/\\[PlyCount .*\\]/d\" Listed below is how to seed the openings table with data. php cli/seed/openings.php data/openings","title":"Seed the Tables with Data"}]}
Loading

0 comments on commit 9af59de

Please sign in to comment.